Skip to content

Commit

Permalink
Merge pull request #160 from stamminator/set-sdk-version
Browse files Browse the repository at this point in the history
Explicitly set dotnet SDK version in global.json
  • Loading branch information
U-C-S authored Sep 6, 2024
2 parents 8e18e06 + 46f160d commit 41b4402
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions global.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"sdk": {
"version": "8.0.300",
"rollForward": "latestMinor"
}
}

0 comments on commit 41b4402

Please sign in to comment.