We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d6506e commit 0fee248Copy full SHA for 0fee248
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.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
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.104"
+ "version": "2.2.402"
4
}
5
0 commit comments