Skip to content

Commit 8408066

Browse files
authored
.net core sdk 3.1 (#1388)
1 parent 18d0f03 commit 8408066

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Note: the PSScriptAnalyzer Chocolatey package is provided and supported by the c
105105

106106
#### Requirements
107107

108-
* [.NET Core 2.2.402 SDK](https://www.microsoft.com/net/download/dotnet-core/2.2#sdk-2.2.402) or newer patch release
108+
* [.NET Core 3.1.100 SDK](https://www.microsoft.com/net/download/dotnet-core/3.1#sdk-3.1.100) or newer patch release
109109
* [PlatyPS 0.13.0 or greater](https://github.com/PowerShell/platyPS/releases)
110110
* Optionally but recommended for development: [Visual Studio 2017/2019](https://www.visualstudio.com/downloads/)
111111

global.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "2.2.402"
3+
"version": "3.1.100"
44
}
55
}

0 commit comments

Comments
 (0)