Skip to content

Commit

Permalink
Fix global.json. Version ranges are not supported in global.json, als…
Browse files Browse the repository at this point in the history
…o, GitHub actions only supports the latestFeature option (see actions/setup-dotnet#448)
  • Loading branch information
danielcweber committed Oct 5, 2023
1 parent fca5ecd commit e425003
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions global.json
@@ -1,7 +1,7 @@
{
"sdk": {
"version": "7",
"rollForward": "latestMinor",
"version": "7.0.0",
"rollForward": "latestFeature",
"allowPrerelease": false
}
}

0 comments on commit e425003

Please sign in to comment.