diff --git a/README.md b/README.md index 151e32127..64e272787 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ Exit ### From Source -* [.NET Core 2.1.101 SDK](https://www.microsoft.com/net/download/dotnet-core/sdk-2.1.101) or newer +* [.NET Core 2.1.105 SDK](https://www.microsoft.com/net/download/dotnet-core/sdk-2.1.105) or newer * [PlatyPS 0.9.0 or greater](https://github.com/PowerShell/platyPS/releases) * Optionally but recommended for development: [Visual Studio 2017](https://www.visualstudio.com/downloads/) diff --git a/global.json b/global.json index 939380db9..894e33105 100644 --- a/global.json +++ b/global.json @@ -4,6 +4,6 @@ "Rules" ], "sdk": { - "version": "2.1.101" + "version": "2.1.105" } }