Skip to content

Commit f389aa4

Browse files
authored
upgrade .net sdk to latest path (#1421)
1 parent 46e89de commit f389aa4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Note: the PSScriptAnalyzer Chocolatey package is provided and supported by the c
107107

108108
#### Requirements
109109

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
110+
* [.NET Core 3.1.102 SDK](https://www.microsoft.com/net/download/dotnet-core/3.1#sdk-3.1.102) or newer patch release
111111
* [PlatyPS PowerShell module, available on PowerShell Gallery](https://github.com/PowerShell/platyPS/releases)
112112
* Optionally but recommended for development: [Visual Studio 2017/2019](https://www.visualstudio.com/downloads/)
113113

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "3.1.101"
3+
"version": "3.1.102"
44
}
55
}

0 commit comments

Comments
 (0)