diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 0e657c448..6ab51d1f1 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "microsoft.dotnet.darc": { - "version": "1.1.0-beta.24080.2", + "version": "1.1.0-beta.24101.1", "commands": [ "darc" ] diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0d7d70159..3aaf05aa6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -214,26 +214,26 @@ - + https://github.com/dotnet/arcade - 07cf24f27ee58b5d1a9662334a101d84bd1e07e5 + be88b08c41971b52ec11aec05ef31e72185d4a1f - + https://github.com/dotnet/arcade - 07cf24f27ee58b5d1a9662334a101d84bd1e07e5 + be88b08c41971b52ec11aec05ef31e72185d4a1f - + https://github.com/dotnet/arcade - 07cf24f27ee58b5d1a9662334a101d84bd1e07e5 + be88b08c41971b52ec11aec05ef31e72185d4a1f - + https://github.com/dotnet/arcade-services - 2a734cad5b603ea6b6f67a309cbaa081af57cf77 + 2b98442571c24e1f66b33faf79001254b3243d5a - + https://github.com/dotnet/arcade-services - 2a734cad5b603ea6b6f67a309cbaa081af57cf77 + 2b98442571c24e1f66b33faf79001254b3243d5a https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index ee1cb805e..98661ec66 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,11 +40,11 @@ - 8.0.0-beta.24075.5 + 8.0.0-beta.24081.5 - 1.1.0-beta.24080.2 + 1.1.0-beta.24101.1 diff --git a/global.json b/global.json index 6317ab3a3..f27f8981d 100644 --- a/global.json +++ b/global.json @@ -11,7 +11,7 @@ "cmake": "3.21.0" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24075.5", - "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.24075.5" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24081.5", + "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.24081.5" } }