From cae6b575040e00eb0efb328ff6b86460140814c5 Mon Sep 17 00:00:00 2001 From: Christoph Bergmeister Date: Thu, 2 Jan 2020 22:26:04 +0000 Subject: [PATCH] .net core sdk 3.1 --- README.md | 2 +- global.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e7cfd78ad..4d5bc87df 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.2.402 SDK](https://www.microsoft.com/net/download/dotnet-core/2.2#sdk-2.2.402) or newer patch release +* [.NET Core 3.1.100 SDK](https://www.microsoft.com/net/download/dotnet-core/3.1#sdk-3.1.100) or newer patch release * [PlatyPS 0.13.0 or greater](https://github.com/PowerShell/platyPS/releases) * Optionally but recommended for development: [Visual Studio 2017/2019](https://www.visualstudio.com/downloads/) diff --git a/global.json b/global.json index 4abe525d3..0570ff9f8 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "2.2.402" + "version": "3.1.100" } }