Skip to content

Commit 2df52ab

Browse files
wilmardobergmeister
authored andcommitted
Bump .Net Core SDK version to 2.1.401 (#1086)
* Bumps SDK version to 2.1.401 * Updates version and url in README
1 parent 789151c commit 2df52ab

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.101 SDK](https://www.microsoft.com/net/download/dotnet-core/sdk-2.1.101) or newer
108+
* [.NET Core 2.1.401 SDK](https://www.microsoft.com/net/download/dotnet-core/2.1#sdk-2.1.401) 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.101"
3+
"version": "2.1.401"
44
}
55
}

0 commit comments

Comments
 (0)