From 3bf9b800d6e9905a4a3f2342b6effec96e4ff73c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 12 Apr 2023 16:29:40 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20230411.7 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XUnitExtensions From Version 6.0.0-beta.22531.5 -> To Version 6.0.0-beta.23211.7 --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 2 +- global.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c4fb5d47219..61f9b0a915c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,9 +1,9 @@ - + https://github.com/dotnet/arcade - 92c39a4f0bacef20812f63e2e1d3f7aa8776038d + 7bca7a24dfc0eded1f3e364b4ff7bf1235b6eb26 @@ -14,9 +14,9 @@ https://github.com/dotnet/roslyn eaf9823eb18af4972cb5b8e299a350d1985be33d - + https://github.com/dotnet/arcade - 92c39a4f0bacef20812f63e2e1d3f7aa8776038d + 7bca7a24dfc0eded1f3e364b4ff7bf1235b6eb26 diff --git a/eng/Versions.props b/eng/Versions.props index 80053a8ce34..f4df07601f2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ $([System.Text.RegularExpressions.Regex]::Match($([System.IO.File]::ReadAllText('$(MSBuildThisFileDirectory)..\global.json')), '"dotnet": "([^"]*)"').Groups.get_Item(1)) - 6.0.0-beta.23167.1 + 6.0.0-beta.23211.7 6.0.0-preview.2.21154.6 4.2.0-2.22167.6 6.2.0-preview.2.109 diff --git a/global.json b/global.json index bea06accda9..3e9067501a0 100644 --- a/global.json +++ b/global.json @@ -10,6 +10,6 @@ }, "msbuild-sdks": { "Microsoft.Build.CentralPackageVersions": "2.0.1", - "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.23167.1" + "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.23211.7" } }