From 688741f602472b44e026b4ada6e8cc78bb69d7e7 Mon Sep 17 00:00:00 2001 From: Robin Date: Tue, 18 Dec 2018 08:59:53 +0100 Subject: [PATCH] Fixed README.md for https://github.com/dotnet/core-sdk/issues/213 --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fe1229a34..825de53ac 100644 --- a/README.md +++ b/README.md @@ -28,9 +28,10 @@ Quick started for developers ---------------------------- * Download the latest (!!!) dotnet core SDK from here: https://github.com/dotnet/core-sdk ([quick-link to download](https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-win-x64.exe)) * Make sure you only have the latest dotnet core 3.0 installed! -* Make sure you have the latest Visual Studio 2017 (no need for previews), for 15.9.x enable [Use previews of the .NET Core SDK](https://blogs.msdn.microsoft.com/dotnet/2018/11/13/net-core-tooling-update-for-visual-studio-2017-version-15-9/) +* ~~Make sure you have the latest Visual Studio 2017 (no need for previews), for 15.9.x enable [Use previews of the .NET Core SDK](https://blogs.msdn.microsoft.com/dotnet/2018/11/13/net-core-tooling-update-for-visual-studio-2017-version-15-9/)~~ +* Make sure you have Visual Studio 2019 Preview, since dotnet core 3.0 sdk 009831 it no longer works with Visual Studio 2017 * Clone the [repository](https://github.com/greenshot/greenshot/tree/feature/netcoreapp3.0), branch feature/netcoreapp3.0 -* Open the solution from the src directory in Visual Studio 2017 +* Open the solution from the src directory in Visual Studio * Rebuild and start... (you might need to rebuild 2x, looking into this)