From 5963f737bc6984c32bb8cfd883ef9a0f5a9e4a89 Mon Sep 17 00:00:00 2001 From: Christoph Wille Date: Tue, 1 Oct 2019 13:39:36 +0200 Subject: [PATCH] Pull request #1728 obsoletes the note for Mac users --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index 62ed6d9e8..17b8f787f 100644 --- a/README.md +++ b/README.md @@ -60,20 +60,13 @@ Windows: - Run project "ILSpy" for the ILSpy UI - Use the Visual Studio "Test Explorer" to see/run the tests -Unix: +Unix / Mac: - Make sure .NET Core 2.1 LTS Runtime is installed (you can get it here: https://get.dot.net). - Make sure [.NET Core SDK 3](https://dotnet.microsoft.com/download/dotnet-core) is installed. - Check out the repository using git. - Execute `git submodule update --init --recursive` to download the ILSpy-Tests submodule (used by some test cases). - Use `dotnet build Frontends.sln` to build the non-Windows flavors of ILSpy (.NET Core Global Tool and PowerShell Core). -(Visual Studio for Mac users only:) -- Edit `\ICSharpCode.Decompiler\ICSharpCode.Decompiler.csproj` - Add `Sdk="Microsoft.NET.Sdk"` to the `Project` element. - This is required due to a tooling issue. - Please do not commit this when contributing a pull request! -- Use Frontends.sln to work. - How to contribute -----------------