We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7633842 commit 81dc223Copy full SHA for 81dc223
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.1.502 SDK](https://www.microsoft.com/net/download/dotnet-core/2.1#sdk-2.1.502) or newer patch release
+* [.NET Core 2.2.102 SDK](https://www.microsoft.com/net/download/dotnet-core/2.2#sdk-2.2.102) or newer patch release
109
* [PlatyPS 0.9.0 or greater](https://github.com/PowerShell/platyPS/releases)
110
* Optionally but recommended for development: [Visual Studio 2017](https://www.visualstudio.com/downloads/)
111
global.json
@@ -1,5 +1,5 @@
1
{
2
"sdk": {
3
- "version": "2.1.502"
+ "version": "2.2.102"
4
}
5
0 commit comments