From 2df52abc51480944894b28aa23870da8391338b6 Mon Sep 17 00:00:00 2001 From: Wilmar den Ouden Date: Tue, 23 Oct 2018 09:33:34 +0200 Subject: [PATCH] Bump .Net Core SDK version to 2.1.401 (#1086) * Bumps SDK version to 2.1.401 * Updates version and url in README --- README.md | 2 +- global.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 590afbb2b..4fb736113 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ Note: the PSScriptAnalyzer Chocolatey package is provided and supported by the c #### Requirements -* [.NET Core 2.1.101 SDK](https://www.microsoft.com/net/download/dotnet-core/sdk-2.1.101) or newer +* [.NET Core 2.1.401 SDK](https://www.microsoft.com/net/download/dotnet-core/2.1#sdk-2.1.401) or newer patch release * [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 7298a99c2..3520291b0 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "2.1.101" + "version": "2.1.401" } }