Skip to content

Commit

Permalink
Set minimum required .NET SDK version to 6.0.201
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfeeddeadbeef committed Apr 10, 2022
1 parent 51f1615 commit 9cba425
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"sdk": {
"version": "6.0.101",
"rollForward": "latestMinor",
"version": "6.0.201",
"rollForward": "latestPatch",
"allowPrerelease": false
}
}

0 comments on commit 9cba425

Please sign in to comment.