From 6a6ec38abf174d5d268db43699f9746d75670cbb Mon Sep 17 00:00:00 2001 From: dotnet-maestro <@dotnet-maestro> Date: Mon, 29 Jul 2019 12:07:58 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20190728.1 - Microsoft.DotNet.ApiCompat - 1.0.0-beta.19378.1 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19378.1 - Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19378.1 - Microsoft.DotNet.GenAPI - 1.0.0-beta.19378.1 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19378.1 --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 6 +++--- global.json | 4 ++-- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6ba29e24e80..4c823a9dc54 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -63,13 +63,13 @@ https://github.com/dotnet/core-setup 6a62209e78a23fe4e6af59b14f2f74edacb2be3f - + https://github.com/dotnet/arcade - 8b670142ae1b65aa4d834257b0b64d4f69f30eb8 + a8e982d3bac01d8f4f91a4c57191147570079448 - + https://github.com/dotnet/arcade - 8b670142ae1b65aa4d834257b0b64d4f69f30eb8 + a8e982d3bac01d8f4f91a4c57191147570079448 https://github.com/dotnet/corefx @@ -95,17 +95,17 @@ https://github.com/dotnet/coreclr c01a9a157d512343ef104bb2b1f97b356e708b11 - + https://github.com/dotnet/arcade - 8b670142ae1b65aa4d834257b0b64d4f69f30eb8 + a8e982d3bac01d8f4f91a4c57191147570079448 - + https://github.com/dotnet/arcade - 8b670142ae1b65aa4d834257b0b64d4f69f30eb8 + a8e982d3bac01d8f4f91a4c57191147570079448 - + https://github.com/dotnet/arcade - 8b670142ae1b65aa4d834257b0b64d4f69f30eb8 + a8e982d3bac01d8f4f91a4c57191147570079448 diff --git a/eng/Versions.props b/eng/Versions.props index c8035ed4b46..cd43e69acf3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,9 +40,9 @@ - 1.0.0-beta.19377.2 - 1.0.0-beta.19377.2 - 1.0.0-beta.19377.2 + 1.0.0-beta.19378.1 + 1.0.0-beta.19378.1 + 1.0.0-beta.19378.1 diff --git a/global.json b/global.json index 156bbe557bd..6ff6583ece5 100644 --- a/global.json +++ b/global.json @@ -12,8 +12,8 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19377.2", - "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19377.2" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19378.1", + "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19378.1" }, "native-tools": { "strawberry-perl": "5.28.1.1-1",