Skip to content

Commit

Permalink
Bump .NET SDK from 3.1.419 to 3.1.424 (#1852)
Browse files Browse the repository at this point in the history
* Bump .NET SDK from 3.1.102 to 3.1.424

* cleanup diff
  • Loading branch information
bergmeister authored Oct 31, 2022
1 parent ec75b7f commit e21fe00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sdk": {
"version": "3.1.419"
"version": "3.1.424"
}
}

0 comments on commit e21fe00

Please sign in to comment.