From c618811a722824d9bf85f2d75e9a8ae80a89ca55 Mon Sep 17 00:00:00 2001 From: Christoph Bergmeister Date: Wed, 9 May 2018 08:31:18 +0100 Subject: [PATCH] Upgrade to 2.1.105 .Net SDK --- README.md | 2 +- global.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 151e32127..64e272787 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ Exit ### From Source -* [.NET Core 2.1.101 SDK](https://www.microsoft.com/net/download/dotnet-core/sdk-2.1.101) or newer +* [.NET Core 2.1.105 SDK](https://www.microsoft.com/net/download/dotnet-core/sdk-2.1.105) 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/) diff --git a/global.json b/global.json index 939380db9..894e33105 100644 --- a/global.json +++ b/global.json @@ -4,6 +4,6 @@ "Rules" ], "sdk": { - "version": "2.1.101" + "version": "2.1.105" } }