We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 789151c commit 2df52abCopy full SHA for 2df52ab
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.101 SDK](https://www.microsoft.com/net/download/dotnet-core/sdk-2.1.101) or newer
+* [.NET Core 2.1.401 SDK](https://www.microsoft.com/net/download/dotnet-core/2.1#sdk-2.1.401) 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.101"
+ "version": "2.1.401"
4
}
5
0 commit comments