Skip to content

Commit e21fe00

Browse files
authored
Bump .NET SDK from 3.1.419 to 3.1.424 (#1852)
* Bump .NET SDK from 3.1.102 to 3.1.424 * cleanup diff
1 parent ec75b7f commit e21fe00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ To install **PSScriptAnalyzer** from source code:
7272

7373
### Requirements
7474

75-
- [.NET Core 3.1.102 SDK](https://www.microsoft.com/net/download/dotnet-core/3.1#sdk-3.1.102) or
75+
- [.NET Core 3.1.424 SDK](https://www.microsoft.com/net/download/dotnet-core/3.1#sdk-3.1.424) or
7676
newer patch release
7777
* 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.
7878
* Optionally but recommended for development: [Visual Studio 2017/2019](https://www.visualstudio.com/downloads)

Diff for: global.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "3.1.419"
3+
"version": "3.1.424"
44
}
55
}

0 commit comments

Comments
 (0)