Skip to content

Commit

Permalink
Merge pull request #327 from DanielELog/RunningSDKFix
Browse files Browse the repository at this point in the history
Explicitly states .NET SDK version to run on
  • Loading branch information
MchKosticyn committed Jul 2, 2024
2 parents e616b05 + 200d747 commit 96661dc
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 96661dc

Please sign in to comment.