diff --git a/NuGet.config b/NuGet.config index 2c63c5b0763a..7b2c9c939b93 100644 --- a/NuGet.config +++ b/NuGet.config @@ -8,22 +8,32 @@ + + + + + + + + + + @@ -42,17 +52,25 @@ + + + + + + + + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 449c1cc1662a..8422742a1643 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -214,18 +214,18 @@ - + https://github.com/dotnet/arcade - 8dca4f8ae100b102230287f8cc1b75264c9f1a6f + a5ec3fab69ac440afe6764b2e046af6e8fcafa74 - + https://github.com/dotnet/arcade - 8dca4f8ae100b102230287f8cc1b75264c9f1a6f + a5ec3fab69ac440afe6764b2e046af6e8fcafa74 - + https://github.com/dotnet/arcade - 8dca4f8ae100b102230287f8cc1b75264c9f1a6f + a5ec3fab69ac440afe6764b2e046af6e8fcafa74 https://github.com/dotnet/arcade-services diff --git a/eng/Versions.props b/eng/Versions.props index edf183fd000e..d8e114ee6614 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -39,7 +39,7 @@ - 8.0.0-beta.25378.1 + 8.0.0-beta.25407.1 diff --git a/global.json b/global.json index f57247f72c42..eff74972082c 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "8.0.117", + "dotnet": "8.0.119", "runtimes": { "dotnet": [ "$(VSRedistCommonNetCoreSharedFrameworkx6480PackageVersion)" @@ -11,7 +11,7 @@ "cmake": "3.21.0" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.25378.1", - "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.25378.1" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.25407.1", + "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.25407.1" } }