diff --git a/eng/helix.proj b/eng/helix.proj index 3c66b5be785..ef5b7577bc3 100644 --- a/eng/helix.proj +++ b/eng/helix.proj @@ -30,7 +30,7 @@ $([System.Environment]::GetEnvironmentVariable('DotNetBuildsInternalReadSasToken')) - + runtime diff --git a/global.json b/global.json index 7765f796e86..a81ed5bc889 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.100-rc.1.25451.107", + "version": "10.0.100-rc.2.25502.107", "allowPrerelease": true, "rollForward": "latestMajor", "paths": [ @@ -10,7 +10,7 @@ "errorMessage": "The required .NET SDK wasn't found. Please run ./restore.sh or .\\restore.cmd to install it." }, "tools": { - "dotnet": "10.0.100-rc.1.25451.107", + "dotnet": "10.0.100-rc.2.25502.107", "runtimes": { "dotnet": [ "$(MicrosoftNETCorePlatformsVersion)"