From 4284c864cbee401bc0f26c032ae9ab33ba149b25 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 22 Aug 2022 12:14:15 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20220819.1 Microsoft.DotNet.Arcade.Sdk From Version 7.0.0-beta.22418.4 -> To Version 7.0.0-beta.22419.1 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 937d15d875..3580b2e34c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -19,9 +19,9 @@ - + https://github.com/dotnet/arcade - 0c027eede69ba22bafca9a1955f1e00848655ece + 34dff939b4a91e4693f78a856e0e055c1a3f3fba diff --git a/global.json b/global.json index 153a8c97bb..baf4b1fb3e 100644 --- a/global.json +++ b/global.json @@ -20,6 +20,6 @@ }, "msbuild-sdks": { "Microsoft.Build.NoTargets": "3.5.0", - "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22418.4" + "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22419.1" } }