From 112b6064fae7f4fd61af65c8dee16e711734a966 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2020 12:52:03 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20200312.3 (#20298) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20162.3 - Microsoft.DotNet.Helix.Sdk - 5.0.0-beta.20162.3 Co-authored-by: dotnet-maestro[bot] --- NuGet.config | 1 - eng/Version.Details.xml | 8 ++++---- global.json | 4 ++-- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/NuGet.config b/NuGet.config index f3ceef21e10..75192e6443a 100644 --- a/NuGet.config +++ b/NuGet.config @@ -4,7 +4,6 @@ - diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index db306696318..59b1401cb1a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -55,13 +55,13 @@ - + https://github.com/dotnet/arcade - 527179abfbb5cd738035c4ac2d2566c571ce85db + 16d4350184cf362cd59807b589d1c93803025abc - + https://github.com/dotnet/arcade - 527179abfbb5cd738035c4ac2d2566c571ce85db + 16d4350184cf362cd59807b589d1c93803025abc diff --git a/global.json b/global.json index 89e2c920bc0..b20983bc8ec 100644 --- a/global.json +++ b/global.json @@ -3,7 +3,7 @@ "dotnet": "3.1.102" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20158.2", - "Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.20158.2" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20162.3", + "Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.20162.3" } }