We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46e89de commit f389aa4Copy full SHA for f389aa4
README.md
@@ -107,7 +107,7 @@ Note: the PSScriptAnalyzer Chocolatey package is provided and supported by the c
107
108
#### Requirements
109
110
-* [.NET Core 3.1.101 SDK](https://www.microsoft.com/net/download/dotnet-core/3.1#sdk-3.1.101) or newer patch release
+* [.NET Core 3.1.102 SDK](https://www.microsoft.com/net/download/dotnet-core/3.1#sdk-3.1.102) or newer patch release
111
* [PlatyPS PowerShell module, available on PowerShell Gallery](https://github.com/PowerShell/platyPS/releases)
112
* Optionally but recommended for development: [Visual Studio 2017/2019](https://www.visualstudio.com/downloads/)
113
global.json
@@ -1,5 +1,5 @@
1
{
2
"sdk": {
3
- "version": "3.1.101"
+ "version": "3.1.102"
4
}
5
0 commit comments