diff --git a/NuGet.config b/NuGet.config index 9f148d9aa4e..5656f74a113 100644 --- a/NuGet.config +++ b/NuGet.config @@ -37,6 +37,8 @@ + + diff --git a/eng/Version.Details.props b/eng/Version.Details.props index e068b1a1046..88583438af9 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -33,7 +33,7 @@ This file should be imported by eng/Versions.props 9.0.0-rc.2.24462.10 9.0.15 - 9.0.117-servicing.26222.5 + 9.0.118-servicing.26257.2 7.0.100-alpha.1.21601.1 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a18039fa841..67c9a7c7ab3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,8 +1,8 @@ - + https://github.com/dotnet/sdk - 01d0ec839787da2b4e5b9b4264d92c7c9e4a2046 + 756f82d7575b135bd8e30a84d1fc3d684b57e824 https://github.com/dotnet/runtime diff --git a/global.json b/global.json index d5f9bb447a5..d6e26f2dcf7 100644 --- a/global.json +++ b/global.json @@ -1,9 +1,9 @@ { "sdk": { - "version": "9.0.117-servicing.26222.5" + "version": "9.0.118-servicing.26257.2" }, "tools": { - "dotnet": "9.0.117-servicing.26222.5" + "dotnet": "9.0.118-servicing.26257.2" }, "msbuild-sdks": { "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25462.4"