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 01fa1ab commit 3f98535Copy full SHA for 3f98535
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.103 SDK](https://www.microsoft.com/net/download/dotnet-core/2.2#sdk-2.2.103) or newer patch release
+* [.NET Core 2.2.104 SDK](https://www.microsoft.com/net/download/dotnet-core/2.2#sdk-2.2.104) 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.2.103"
+ "version": "2.2.104"
4
}
5
0 commit comments