diff --git a/NuGet.config b/NuGet.config index d90910e78ab6..1ea5b4e25974 100644 --- a/NuGet.config +++ b/NuGet.config @@ -6,10 +6,8 @@ - - @@ -32,10 +30,8 @@ - - diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 944a3fbe9d29..2dedcd94356c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -388,31 +388,31 @@ https://github.com/dotnet/winforms 9b822fd70005bf5632d12fe76811b97b3dd044e4 - + https://github.com/dotnet/arcade - 01c94b66e75697e9298eb79a49db74489f8d343e + e1240639569fad610705b52713d6d6b19f8fe433 - + https://github.com/dotnet/arcade - 01c94b66e75697e9298eb79a49db74489f8d343e + e1240639569fad610705b52713d6d6b19f8fe433 - + https://github.com/dotnet/arcade - 01c94b66e75697e9298eb79a49db74489f8d343e + e1240639569fad610705b52713d6d6b19f8fe433 - + https://github.com/dotnet/arcade - 01c94b66e75697e9298eb79a49db74489f8d343e + e1240639569fad610705b52713d6d6b19f8fe433 - + https://github.com/dotnet/arcade - 01c94b66e75697e9298eb79a49db74489f8d343e + e1240639569fad610705b52713d6d6b19f8fe433 - + https://github.com/dotnet/arcade - 01c94b66e75697e9298eb79a49db74489f8d343e + e1240639569fad610705b52713d6d6b19f8fe433 https://github.com/dotnet/extensions diff --git a/eng/Versions.props b/eng/Versions.props index d0ec2bec5c96..6f9d00b6fd5a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -165,10 +165,10 @@ 6.2.4 6.2.4 - 9.0.0-beta.26152.3 - 9.0.0-beta.26152.3 - 9.0.0-beta.26152.3 - 9.0.0-beta.26152.3 + 9.0.0-beta.26201.6 + 9.0.0-beta.26201.6 + 9.0.0-beta.26201.6 + 9.0.0-beta.26201.6 9.0.0-alpha.1.24575.1 diff --git a/global.json b/global.json index 320ddbaebc2d..9bee05e7c8a8 100644 --- a/global.json +++ b/global.json @@ -1,9 +1,9 @@ { "sdk": { - "version": "9.0.113" + "version": "9.0.115" }, "tools": { - "dotnet": "9.0.113", + "dotnet": "9.0.115", "runtimes": { "dotnet/x86": [ "$(MicrosoftNETCoreBrowserDebugHostTransportVersion)" @@ -27,7 +27,7 @@ "jdk": "latest" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.26152.3", - "Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.26152.3" + "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.26201.6", + "Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.26201.6" } }