Skip to content

Commit

Permalink
Add global.json
Browse files Browse the repository at this point in the history
Add a global.json file to use a specific .NET 6 SDK version.
  • Loading branch information
martincostello committed Oct 31, 2023
1 parent 000610a commit 87e7177
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": "6.0.416",
"allowPrerelease": false,
"rollForward": "latestMajor"
}
}

0 comments on commit 87e7177

Please sign in to comment.