diff --git a/Directory.Build.targets b/Directory.Build.targets index 16f8a0c019e..246a75277c8 100644 --- a/Directory.Build.targets +++ b/Directory.Build.targets @@ -7,13 +7,6 @@ - - - - https://github.com/dotnet/runtime e733539a38458c5c3a64688b55a702444e470700 - - https://github.com/dotnet/runtime - e733539a38458c5c3a64688b55a702444e470700 - - - https://github.com/dotnet/runtime - e733539a38458c5c3a64688b55a702444e470700 - - - - https://github.com/dotnet/runtime - e733539a38458c5c3a64688b55a702444e470700 - diff --git a/eng/Versions.props b/eng/Versions.props index 24a08280b73..676ff0baa79 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,9 +26,6 @@ 9.0.0-alpha.1.23556.1 9.0.0-alpha.1.23556.1 9.0.0-alpha.1.23556.1 - 9.0.0-alpha.1.23556.1 - 9.0.0-alpha.1.23556.1 - 9.0.0-alpha.1.23556.1 9.0.0-beta.23553.1 diff --git a/eng/helix.proj b/eng/helix.proj index fce3e5c0614..bcd11129182 100644 --- a/eng/helix.proj +++ b/eng/helix.proj @@ -25,10 +25,6 @@ - - runtime - - $([System.Environment]::GetEnvironmentVariable('DotNetBuildsInternalReadSasToken')) diff --git a/global.json b/global.json index eae70ef331d..3191d71aed2 100644 --- a/global.json +++ b/global.json @@ -1,16 +1,11 @@ { "sdk": { - "version": "8.0.100-rtm.23506.1", + "version": "8.0.100-rc.2.23502.2", "allowPrerelease": true, "rollForward": "latestMajor" }, "tools": { - "dotnet": "8.0.100-rtm.23506.1", - "runtimes": { - "dotnet": [ - "$(MicrosoftNETCoreBrowserDebugHostTransportVersion)" - ] - } + "dotnet": "8.0.100-rc.2.23502.2" }, "msbuild-sdks": { "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23553.1",