diff --git a/NuGet.config b/NuGet.config index ae3541f9fbe..d1a8a417e43 100644 --- a/NuGet.config +++ b/NuGet.config @@ -4,7 +4,6 @@ - @@ -21,7 +20,6 @@ - diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e697a25b41e..404589533db 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -67,17 +67,17 @@ - + https://github.com/dotnet/arcade - 01c94b66e75697e9298eb79a49db74489f8d343e + 91828e6fea5ea06bea2d06532af9b974a8742ef4 - + https://github.com/dotnet/arcade - 01c94b66e75697e9298eb79a49db74489f8d343e + 91828e6fea5ea06bea2d06532af9b974a8742ef4 - + https://github.com/dotnet/arcade - 01c94b66e75697e9298eb79a49db74489f8d343e + 91828e6fea5ea06bea2d06532af9b974a8742ef4 diff --git a/eng/Versions.props b/eng/Versions.props index 885a1388b07..4b4561295ce 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -34,7 +34,7 @@ 9.0.14 - 9.0.0-beta.26152.3 + 9.0.0-beta.26168.2 17.8.43 diff --git a/global.json b/global.json index 9b20774c6d3..84c678ff9ed 100644 --- a/global.json +++ b/global.json @@ -1,11 +1,11 @@ { "sdk": { - "version": "9.0.114", + "version": "9.0.115", "allowPrerelease": true, "rollForward": "latestMajor" }, "tools": { - "dotnet": "9.0.114", + "dotnet": "9.0.115", "runtimes": { "dotnet": [ "$(MicrosoftNETCoreBrowserDebugHostTransportVersion)" @@ -13,7 +13,7 @@ } }, "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.26168.2", + "Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.26168.2" } }