From 9be10eff74ee1ec198a0bbef5b30c37c4aa983a4 Mon Sep 17 00:00:00 2001 From: Christoph Bergmeister Date: Thu, 15 Mar 2018 21:51:21 +0000 Subject: [PATCH 1/2] Update .Net Core SDK to 2.1.101 --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 0b0ba35ab..939380db9 100644 --- a/global.json +++ b/global.json @@ -4,6 +4,6 @@ "Rules" ], "sdk": { - "version": "2.1.4" + "version": "2.1.101" } } From e9b07386049d988d51699d151d38fff750aeec05 Mon Sep 17 00:00:00 2001 From: Christoph Bergmeister Date: Thu, 15 Mar 2018 21:54:54 +0000 Subject: [PATCH 2/2] update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fede19da6..1eb8dedff 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ Exit ### From Source -* [.NET Core 2.1.4 SDK](https://github.com/dotnet/core/blob/master/release-notes/download-archives/2.0.5-download.md) +* [.NET Core 2.1.101 SDK](https://www.microsoft.com/net/download/dotnet-core/sdk-2.1.101) or newer * [PlatyPS 0.9.0 or greater](https://github.com/PowerShell/platyPS/releases) * Optionally but recommended for development: [Visual Studio 2017](https://www.visualstudio.com/downloads/)