diff --git a/NuGet.config b/NuGet.config index e4b7dcd1b1e0..4460caf81a88 100644 --- a/NuGet.config +++ b/NuGet.config @@ -24,10 +24,8 @@ - - @@ -37,13 +35,11 @@ - - @@ -72,13 +68,10 @@ - - - diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 62fe950cdf54..2a6992a536f2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -555,34 +555,34 @@ - + 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/arcade - 01c94b66e75697e9298eb79a49db74489f8d343e + e1240639569fad610705b52713d6d6b19f8fe433 diff --git a/eng/Versions.props b/eng/Versions.props index 01368d5dccdf..ccb149e2c68e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -272,10 +272,10 @@ - 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 diff --git a/global.json b/global.json index 09f04ad17781..123282392b3a 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "9.0.113", + "dotnet": "9.0.115", "runtimes": { "dotnet": [ "$(VSRedistCommonNetCoreSharedFrameworkx6490PackageVersion)" @@ -17,8 +17,8 @@ "cmake": "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", "Microsoft.Build.NoTargets": "3.7.0", "Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.24217.1" }