From: dotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2019 13:47:32 +0000 (+0000) Subject: Update dependencies from https://github.com/dotnet/arcade build 20191215.1 (#699) X-Git-Tag: submit/tizen_5.5/20200504.045052~11^2^2~208 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8d47a6b6540f7260565ace9106aed63d26d412d2;p=platform%2Fcore%2Fdotnet%2Fdiagnostics.git Update dependencies from https://github.com/dotnet/arcade build 20191215.1 (#699) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19615.1 - Microsoft.DotNet.RemoteExecutor - 5.0.0-beta.19615.1 --- diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 250616e3d..b161f1e55 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -4,15 +4,15 @@ https://github.com/dotnet/command-line-api 166610c56ff732093f0145a2911d4f6c40b786da - + https://github.com/dotnet/arcade - acd18a717ab18e484addef602e2af2b2bc4c4bd1 + 77698ebba1ab096ad9580a5d9ebefe0499ba00ce - + https://github.com/dotnet/arcade - acd18a717ab18e484addef602e2af2b2bc4c4bd1 + 77698ebba1ab096ad9580a5d9ebefe0499ba00ce https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 90e40ce54..0bd0cfa5b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -39,7 +39,7 @@ 4.5.3 2.4.1 2.0.3 - 5.0.0-beta.19613.1 + 5.0.0-beta.19615.1 10.0.18362 diff --git a/global.json b/global.json index 221926c8a..7b22eff36 100644 --- a/global.json +++ b/global.json @@ -1,11 +1,11 @@ { "sdk": { - "version": "3.0.100" + "version": "3.0.101" }, "tools": { - "dotnet": "3.0.100" + "dotnet": "3.0.101" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19613.1" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19615.1" } }