Skip to content

Commit

Permalink
Update to .NET9 SDK (#35119)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamMonoRT authored Nov 16, 2024
1 parent 8935072 commit f7bea33
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,11 +1,11 @@
{
"sdk": {
"version": "9.0.100-rc.2.24474.11",
"version": "9.0.100",
"allowPrerelease": true,
"rollForward": "latestMajor"
},
"tools": {
"dotnet": "9.0.100-rc.2.24474.11",
"dotnet": "9.0.100",
"runtimes": {
"dotnet": [
"$(MicrosoftNETCoreAppRuntimewinx64Version)"
Expand Down

0 comments on commit f7bea33

Please sign in to comment.