From 2aad6817c4e89a4149043434aef8d1dfec4db00e Mon Sep 17 00:00:00 2001 From: Ilyas Timir-Bulatov Date: Thu, 22 Jun 2023 08:40:59 +0300 Subject: [PATCH] Update readme .NET SDK -> 7.0 Unix/Mac section (#3018) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c57753c14..9db6276d5 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ If this problem occurs, please manually install the .NET 6.0 SDK from [here](htt #### Unix / Mac: -- Make sure [.NET 6.0 SDK](https://dotnet.microsoft.com/download/dotnet/6.0) is installed. +- Make sure [.NET 7.0 SDK](https://dotnet.microsoft.com/download/dotnet/7.0) is installed. - Make sure [PowerShell](https://github.com/PowerShell/PowerShell) is installed (formerly known as PowerShell Core) - Clone the repository using git. - Execute `git submodule update --init --recursive` to download the ILSpy-Tests submodule (used by some test cases).