Skip to content

Commit 81dc223

Browse files
authored
Upgrade .Net SDK to 2.2.102 to fix new test failures on AppVeyor's Ubuntu image due an image update (#1128)
* uograde SDK to 2.2.102 to fix Ubuntu failures * update readme
1 parent 7633842 commit 81dc223

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
@@ -105,7 +105,7 @@ Note: the PSScriptAnalyzer Chocolatey package is provided and supported by the c
105105

106106
#### Requirements
107107

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

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": "2.1.502"
3+
"version": "2.2.102"
44
}
55
}

0 commit comments

Comments
 (0)