diff --git a/NuGet.config b/NuGet.config index 2ea15b3fa..7b13934dc 100644 --- a/NuGet.config +++ b/NuGet.config @@ -11,18 +11,28 @@ + + + + + + + + + + @@ -44,14 +54,22 @@ + + + + + + + + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 61652a9f6..6ed02abb3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -192,18 +192,18 @@ - + https://github.com/dotnet/arcade - 0cf959c996dd33379cb6e87532c008669e0ae06f + ca53a3149aaedb03e5d79ee0e259d31ac8719290 - + https://github.com/dotnet/arcade - 0cf959c996dd33379cb6e87532c008669e0ae06f + ca53a3149aaedb03e5d79ee0e259d31ac8719290 - + https://github.com/dotnet/arcade - 0cf959c996dd33379cb6e87532c008669e0ae06f + ca53a3149aaedb03e5d79ee0e259d31ac8719290 https://github.com/dotnet/source-build-reference-packages diff --git a/eng/Versions.props b/eng/Versions.props index b9f6e8bec..3506ebb98 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 7.0.0-beta.23556.6 + 7.0.0-beta.23564.5 diff --git a/global.json b/global.json index df223f963..154f5f035 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "7.0.112", + "dotnet": "7.0.113", "runtimes": { "dotnet": [ "$(VSRedistCommonNetCoreSharedFrameworkx6470PackageVersion)" @@ -11,7 +11,7 @@ "cmake": "3.16.4" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.23556.6", - "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.23556.6" + "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.23564.5", + "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.23564.5" } }