diff --git a/README.md b/README.md index d623fbe68..5a8fe1103 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ Note: the PSScriptAnalyzer Chocolatey package is provided and supported by the c #### Requirements -* [.NET Core 3.1.101 SDK](https://www.microsoft.com/net/download/dotnet-core/3.1#sdk-3.1.101) or newer patch release +* [.NET Core 3.1.102 SDK](https://www.microsoft.com/net/download/dotnet-core/3.1#sdk-3.1.102) or newer patch release * [PlatyPS PowerShell module, available on PowerShell Gallery](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 775c52f92..1e85f0e0e 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "3.1.101" + "version": "3.1.102" } }