Skip to content

Commit

Permalink
Fix SDK issue (#4278)
Browse files Browse the repository at this point in the history
  • Loading branch information
Evangelink committed Jan 31, 2023
1 parent ca77858 commit e0cf151
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,12 +1,12 @@
{
"sdk": {
"version": "7.0.100",
"version": "7.0.102",
"rollForward": "minor",
"allowPrerelease": false,
"architecture": "x64"
},
"tools": {
"dotnet": "7.0.100"
"dotnet": "7.0.102"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22609.3",
Expand Down

0 comments on commit e0cf151

Please sign in to comment.