diff --git a/NuGet.config b/NuGet.config index 115e019e1..daf27e784 100644 --- a/NuGet.config +++ b/NuGet.config @@ -8,20 +8,24 @@ + + - - - + + + + + @@ -45,16 +49,23 @@ + + + + + + + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f142d42a3..a8df6366f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -194,18 +194,18 @@ - + https://github.com/dotnet/arcade - 5eac3ace1b09862bd7421ba55795cc2a9c6a57d5 + 4625a29565a94d3b8c5c680c8f1f1d53b2f216f5 - + https://github.com/dotnet/arcade - 5eac3ace1b09862bd7421ba55795cc2a9c6a57d5 + 4625a29565a94d3b8c5c680c8f1f1d53b2f216f5 - + https://github.com/dotnet/arcade - 5eac3ace1b09862bd7421ba55795cc2a9c6a57d5 + 4625a29565a94d3b8c5c680c8f1f1d53b2f216f5 https://github.com/dotnet/source-build-reference-packages diff --git a/eng/Versions.props b/eng/Versions.props index c7cab947c..3fd223333 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -27,7 +27,7 @@ - 7.0.0-beta.23108.1 + 7.0.0-beta.23114.3 diff --git a/global.json b/global.json index 40e2f263c..5039463a8 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "7.0.102", + "dotnet": "7.0.103", "runtimes": { "dotnet": [ "$(VSRedistCommonNetCoreSharedFrameworkx6470PackageVersion)" @@ -11,7 +11,7 @@ "cmake": "3.16.4" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.23108.1", - "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.23108.1" + "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.23114.3", + "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.23114.3" } }