Skip to content

Commit 0fee248

Browse files
authored
Upgrade .Net Core SDK version to a newer version that is also available in Visual Studio Online environment (#1377)
1 parent 8d6506e commit 0fee248

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.104 SDK](https://www.microsoft.com/net/download/dotnet-core/2.2#sdk-2.2.104) or newer patch release
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
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.104"
3+
"version": "2.2.402"
44
}
55
}

0 commit comments

Comments
 (0)