We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18d0f03 commit 8408066Copy full SHA for 8408066
README.md
@@ -105,7 +105,7 @@ Note: the PSScriptAnalyzer Chocolatey package is provided and supported by the c
105
106
#### Requirements
107
108
-* [.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
109
* [PlatyPS 0.13.0 or greater](https://github.com/PowerShell/platyPS/releases)
110
* Optionally but recommended for development: [Visual Studio 2017/2019](https://www.visualstudio.com/downloads/)
111
global.json
@@ -1,5 +1,5 @@
1
{
2
"sdk": {
3
- "version": "2.2.402"
+ "version": "3.1.100"
4
}
5
0 commit comments