Browse Source

Remove mention of .NET Core 2.1 SDK for Mac/Unix

pull/2427/head
Siegfried Pammer 4 years ago committed by GitHub
parent
commit
15395df457
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      README.md

1
README.md

@ -64,7 +64,6 @@ If this problem occurs, please manually install the .NET 5.0 SDK from [here](htt
#### Unix / Mac: #### Unix / Mac:
- Make sure .NET Core 2.1 LTS Runtime is installed (you can get it here: https://get.dot.net).
- Make sure [.NET 5.0 SDK](https://dotnet.microsoft.com/download/dotnet/5.0) is installed. - Make sure [.NET 5.0 SDK](https://dotnet.microsoft.com/download/dotnet/5.0) is installed.
- Make sure [PowerShell](https://github.com/PowerShell/PowerShell) is installed (formerly known as PowerShell Core) - Make sure [PowerShell](https://github.com/PowerShell/PowerShell) is installed (formerly known as PowerShell Core)
- Clone the repository using git. - Clone the repository using git.

Loading…
Cancel
Save