From 9151e3e8aae044df9ad474b956cb9930e1f33904 Mon Sep 17 00:00:00 2001 From: Christoph Bergmeister Date: Fri, 1 Mar 2019 08:20:41 +0000 Subject: [PATCH] Update .Net Core SDK from 2.2.103 to 2.2.104 (latest patch) --- README.md | 2 +- global.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa2c6d72a..088e86d86 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ Note: the PSScriptAnalyzer Chocolatey package is provided and supported by the c #### Requirements -* [.NET Core 2.2.103 SDK](https://www.microsoft.com/net/download/dotnet-core/2.2#sdk-2.2.103) or newer patch release +* [.NET Core 2.2.104 SDK](https://www.microsoft.com/net/download/dotnet-core/2.2#sdk-2.2.104) or newer patch release * [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 99437f33a..26f089f55 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "2.2.103" + "version": "2.2.104" } }