diff --git a/README.md b/README.md index 26ce50d03..561ec43bd 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.104 SDK](https://www.microsoft.com/net/download/dotnet-core/2.2#sdk-2.2.104) or newer patch release +* [.NET Core 2.2.402 SDK](https://www.microsoft.com/net/download/dotnet-core/2.2#sdk-2.2.402) 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 26f089f55..4abe525d3 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "2.2.104" + "version": "2.2.402" } }