diff --git a/NuGet.config b/NuGet.config index bcc919063..4175a7ddb 100644 --- a/NuGet.config +++ b/NuGet.config @@ -11,23 +11,27 @@ + + + - - - - - + + + + + + @@ -55,15 +59,16 @@ + + + - - - - - + + + @@ -71,6 +76,9 @@ + + + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e35880cb5..f2fcfd3e2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -192,18 +192,18 @@ - + https://github.com/dotnet/arcade - 6d7ba5913e94d6f3988f5c66fc57eb00e28b8561 + acb831a5b31a3cc4a744a8944b6bd172e6969234 - + https://github.com/dotnet/arcade - 6d7ba5913e94d6f3988f5c66fc57eb00e28b8561 + acb831a5b31a3cc4a744a8944b6bd172e6969234 - + https://github.com/dotnet/arcade - 6d7ba5913e94d6f3988f5c66fc57eb00e28b8561 + acb831a5b31a3cc4a744a8944b6bd172e6969234 https://github.com/dotnet/source-build-reference-packages diff --git a/eng/Versions.props b/eng/Versions.props index 19d9b9570..cb3e00d33 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 7.0.0-beta.23478.1 + 7.0.0-beta.23511.9 diff --git a/global.json b/global.json index 4a49aa951..07baaa447 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "7.0.111", + "dotnet": "7.0.112", "runtimes": { "dotnet": [ "$(VSRedistCommonNetCoreSharedFrameworkx6470PackageVersion)" @@ -11,7 +11,7 @@ "cmake": "3.16.4" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.23478.1", - "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.23478.1" + "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.23511.9", + "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.23511.9" } }