Skip to content

Commit

Permalink
[fix] specifies .NET SDK version to use explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielELog committed Jul 2, 2024
1 parent e616b05 commit 200d747
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions global.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"sdk": {
"version": "7.0.0",
"rollForward": "latestMinor",
"allowPrerelease": false
}
}

0 comments on commit 200d747

Please sign in to comment.