We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fa645c commit 79d8b5eCopy full SHA for 79d8b5e
README.md
@@ -85,7 +85,7 @@ Exit
85
86
### From Source
87
88
-* [.NET Core 2.1.4 SDK](https://github.com/dotnet/core/blob/master/release-notes/download-archives/2.0.5-download.md)
+* [.NET Core 2.1.101 SDK](https://www.microsoft.com/net/download/dotnet-core/sdk-2.1.101) or newer
89
* [PlatyPS 0.9.0 or greater](https://github.com/PowerShell/platyPS/releases)
90
* Optionally but recommended for development: [Visual Studio 2017](https://www.visualstudio.com/downloads/)
91
global.json
@@ -4,6 +4,6 @@
4
"Rules"
5
],
6
"sdk": {
7
- "version": "2.1.4"
+ "version": "2.1.101"
8
}
9
0 commit comments