From 0cf264873fd790c69d5178986bfa582c70844b4f Mon Sep 17 00:00:00 2001 From: Christoph Bergmeister Date: Mon, 24 Oct 2022 12:52:34 +0100 Subject: [PATCH 1/2] Bump .NET SDK from 3.1.102 to 3.1.424 --- README.md | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8c4063050..31804f7ba 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ To install **PSScriptAnalyzer** from source code: ### Requirements -- [.NET Core 3.1.102 SDK](https://www.microsoft.com/net/download/dotnet-core/3.1#sdk-3.1.102) or +- [.NET Core 3.1.424 SDK](https://www.microsoft.com/net/download/dotnet-core/3.1#sdk-3.1.424) or newer patch release * If building for Windows PowerShell versions, then the .NET Framework 4.6.2 [targeting pack](https://dotnet.microsoft.com/en-us/download/dotnet-framework/net462) (also referred to as developer/targeting pack) need to be installed. This is only possible on Windows. * Optionally but recommended for development: [Visual Studio 2017/2019](https://www.visualstudio.com/downloads) @@ -163,7 +163,7 @@ built-in rules. Pester-based ScriptAnalyzer Tests are located in `path/to/PSScriptAnalyzer/Tests` folder. -- Ensure [Pester 4.3.1](https://www.powershellgallery.com/packages/Pester/4.3.1) or higher is +- Ensure [Pester](https://www.powershellgallery.com/packages/Pester) 5.1 or higher is installed - In the root folder of your local repository, run: diff --git a/global.json b/global.json index 039caccaa..e758de528 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "3.1.419" + "version": "3.1.424" } } From 2d44617cfe77ae602ac19c3a3e49bd3ab5fcb5af Mon Sep 17 00:00:00 2001 From: Christoph Bergmeister Date: Mon, 24 Oct 2022 12:54:34 +0100 Subject: [PATCH 2/2] cleanup diff --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31804f7ba..424036437 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,7 @@ built-in rules. Pester-based ScriptAnalyzer Tests are located in `path/to/PSScriptAnalyzer/Tests` folder. -- Ensure [Pester](https://www.powershellgallery.com/packages/Pester) 5.1 or higher is +- Ensure [Pester 4.3.1](https://www.powershellgallery.com/packages/Pester/4.3.1) or higher is installed - In the root folder of your local repository, run: