Skip to content

Commit

Permalink
set global.json to the proper versions
Browse files Browse the repository at this point in the history
  • Loading branch information
aignermax committed Dec 15, 2023
1 parent 91e18ab commit a5d38c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"sdk": {
"version": "8.0.100-rc.2.23502.2",
"rollForward": "major"
"version": "8.0.100",
"rollForward": "latestMinor"
},
"msbuild-sdks": {
"Godot.NET.Sdk": "4.2.0-beta.5"
"Godot.NET.Sdk": "4.2.1"
}
}
}

0 comments on commit a5d38c2

Please sign in to comment.