From 7fd885dfd53f0760e22ab8699991e8f43c86de12 Mon Sep 17 00:00:00 2001 From: dotnet-maestro <@dotnet-maestro> Date: Mon, 15 Jul 2019 12:11:12 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20190714.1 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19364.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 1a97e7fa5..61b3262fa 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - 8c94bc75d29cd84e3592e4044100d45a341653f7 + 0c81c2bbdc49749e9940bc8858ebd16026d51277 diff --git a/global.json b/global.json index 29e1c24f8..7e0609238 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19363.1" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19364.1" } }