From 4c8ff7c5ccfff8ead924d1db9cbe6b858954e432 Mon Sep 17 00:00:00 2001 From: dotnet-maestro <@dotnet-maestro> Date: Thu, 30 May 2019 12:05:56 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20190529.5 - Microsoft.DotNet.ApiCompat - 1.0.0-beta.19279.5 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19279.5 - Microsoft.DotNet.Build.Tasks.Packaging - 1.0.0-beta.19279.5 - Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19279.5 - Microsoft.DotNet.GenAPI - 1.0.0-beta.19279.5 - Microsoft.DotNet.GenFacades - 1.0.0-beta.19279.5 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 10 +++++----- global.json | 2 +- 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6cab2134f..5fdf07b6f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -3,29 +3,29 @@ - + https://github.com/dotnet/arcade - 11f90a2a260422201895de58e57170131ab4efe7 + fb62c6377a6bd163af2a7516260f064498942585 - + https://github.com/dotnet/arcade - 11f90a2a260422201895de58e57170131ab4efe7 + fb62c6377a6bd163af2a7516260f064498942585 - + https://github.com/dotnet/arcade - 11f90a2a260422201895de58e57170131ab4efe7 + fb62c6377a6bd163af2a7516260f064498942585 - + https://github.com/dotnet/arcade - 11f90a2a260422201895de58e57170131ab4efe7 + fb62c6377a6bd163af2a7516260f064498942585 - + https://github.com/dotnet/arcade - 11f90a2a260422201895de58e57170131ab4efe7 + fb62c6377a6bd163af2a7516260f064498942585 - + https://github.com/dotnet/arcade - 11f90a2a260422201895de58e57170131ab4efe7 + fb62c6377a6bd163af2a7516260f064498942585 https://github.com/dotnet/corefx diff --git a/eng/Versions.props b/eng/Versions.props index c6a11e280..64cb7da24 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -24,11 +24,11 @@ netstandard.library - 1.0.0-beta.19278.1 - 1.0.0-beta.19278.1 - 1.0.0-beta.19278.1 - 1.0.0-beta.19278.1 - 1.0.0-beta.19278.1 + 1.0.0-beta.19279.5 + 1.0.0-beta.19279.5 + 1.0.0-beta.19279.5 + 1.0.0-beta.19279.5 + 1.0.0-beta.19279.5 4.6.0-preview6.19277.2 4.6.0-preview6.19277.2 4.6.0-preview6.19277.2 diff --git a/global.json b/global.json index a7852683c..729a4cb86 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-011681" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19278.1" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19279.5" } }