From a9725d4d2515621417f054946163070b18bbd57c Mon Sep 17 00:00:00 2001 From: Christoph Bergmeister Date: Tue, 15 Jan 2019 17:31:28 +0000 Subject: [PATCH 1/2] uograde SDK to 2.2.102 to fix Ubuntu failures --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index d328f8082..873140c63 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "2.1.502" + "version": "2.2.102" } } From f5ace2bfd5f6d86b88d89242a0f86f5f26820fc7 Mon Sep 17 00:00:00 2001 From: Christoph Bergmeister Date: Tue, 15 Jan 2019 17:32:57 +0000 Subject: [PATCH 2/2] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31d0e4253..4a8ec531b 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.502 SDK](https://www.microsoft.com/net/download/dotnet-core/2.1#sdk-2.1.502) or newer patch release +* [.NET Core 2.2.102 SDK](https://www.microsoft.com/net/download/dotnet-core/2.2#sdk-2.2.102) 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/)