Skip to content

Commit

Permalink
Update global.json (#698)
Browse files Browse the repository at this point in the history
Uses the highest installed .NET SDK with a version that's greater than or equal to the specified value.

https://learn.microsoft.com/en-us/dotnet/core/tools/global-json#rollforward
  • Loading branch information
sebastienros authored Feb 14, 2024
1 parent c8895e6 commit 3e4b3ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"sdk": {
"version": "8.0.101",
"rollForward": "latestPatch",
"version": "8.0.100",
"rollForward": "latestMajor",
"allowPrerelease": true
},
"tools": {
"dotnet": "8.0.101"
"dotnet": "8.0.100"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24075.5"
Expand Down

0 comments on commit 3e4b3ca

Please sign in to comment.