From 0e2f5458a0d1d426cefebe0948b5c42144149b3f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2019 23:04:22 +0000 Subject: [PATCH 1/2] Update dependencies from https://github.com/dotnet/arcade build 20191205.2 (#5835) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19605.2 --- 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 fa519258b..b3c9970ee 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -100,9 +100,9 @@ - + https://github.com/dotnet/arcade - 8e47254f93b276c974968aff83222f89ec3931ed + 194fdce1e0692b4f43afacb1d386fbfe664d95cf diff --git a/global.json b/global.json index ca9fbac4b..747512f32 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.1.100-preview1-014459" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19603.16" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19605.2" } } From a7599e4f056fe1a04270b5e3482831f232862ccc Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Thu, 5 Dec 2019 15:18:42 -0800 Subject: [PATCH 2/2] Update to 3.1.100 rtm sdk (#5829) --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 747512f32..fb762da6e 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "3.1.100-preview1-014459" + "dotnet": "3.1.100" }, "msbuild-sdks": { "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19605.2"