From 47e3d9ea71c5e52b870764e23818ede2bc79902d Mon Sep 17 00:00:00 2001 From: Christoph Bergmeister Date: Tue, 4 Feb 2020 21:56:42 +0000 Subject: [PATCH] Update .Net Core SDK from 3.1.100 to latest patch 3.1.101 --- README.md | 2 +- global.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d99092514..d623fbe68 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ Note: the PSScriptAnalyzer Chocolatey package is provided and supported by the c #### Requirements -* [.NET Core 3.1.100 SDK](https://www.microsoft.com/net/download/dotnet-core/3.1#sdk-3.1.100) or newer patch release +* [.NET Core 3.1.101 SDK](https://www.microsoft.com/net/download/dotnet-core/3.1#sdk-3.1.101) or newer patch release * [PlatyPS PowerShell module, available on PowerShell Gallery](https://github.com/PowerShell/platyPS/releases) * Optionally but recommended for development: [Visual Studio 2017/2019](https://www.visualstudio.com/downloads/) diff --git a/global.json b/global.json index 0570ff9f8..775c52f92 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "3.1.100" + "version": "3.1.101" } }