From 833b50fc32ac68ea6df7f4b3e90254e960d5a57e Mon Sep 17 00:00:00 2001 From: dotnet-maestro <@dotnet-maestro> Date: Tue, 5 Mar 2019 13:00:15 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20190304.14 This change updates the following dependencies - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19154.14 - Microsoft.DotNet.Build.Tasks.Feed - 2.2.0-beta.19154.14 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19154.14 - Microsoft.DotNet.SignTool - 1.0.0-beta.19154.14 --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 4 ++-- global.json | 4 ++-- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 60675cb2b3c..342b83b6935 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,21 +2,21 @@ - + https://github.com/dotnet/arcade - 2f6e31ec56a54a5bd1cdd2d9410dae2ddc375d23 + 827c7896f8aa902136ad9dc68cb46147a43cd383 - + https://github.com/dotnet/arcade - 2f6e31ec56a54a5bd1cdd2d9410dae2ddc375d23 + 827c7896f8aa902136ad9dc68cb46147a43cd383 - + https://github.com/dotnet/arcade - 2f6e31ec56a54a5bd1cdd2d9410dae2ddc375d23 + 827c7896f8aa902136ad9dc68cb46147a43cd383 - + https://github.com/dotnet/arcade - 2f6e31ec56a54a5bd1cdd2d9410dae2ddc375d23 + 827c7896f8aa902136ad9dc68cb46147a43cd383 https://github.com/dotnet/arcade-services diff --git a/eng/Versions.props b/eng/Versions.props index 8ef80c0ab69..3f47f119e7e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -50,8 +50,8 @@ 2.4.1-pre.build.4059 2.0.3 2.4.1-pre.build.4059 - 2.2.0-beta.19151.5 - 1.0.0-beta.19151.5 + 2.2.0-beta.19154.14 + 1.0.0-beta.19154.14 1.22.0 1.1.2 2.0.0 diff --git a/global.json b/global.json index a13a3409573..2eb07c8eabd 100644 --- a/global.json +++ b/global.json @@ -3,7 +3,7 @@ "dotnet": "2.1.401" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19151.5", - "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19151.5" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19154.14", + "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19154.14" } }