From c2588d619f897422051dc02492dbf8479e9cda76 Mon Sep 17 00:00:00 2001 From: junglebus <22320807+junglebus@users.noreply.github.com> Date: Fri, 10 Jan 2020 05:17:54 +1100 Subject: [PATCH] VS 16.4 required for .NET Core 3.1 (#6877) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2380ab738..87c8d7a2b 100644 --- a/README.md +++ b/README.md @@ -637,7 +637,7 @@ All contributions are welcome just send a pull request. * Install the .NET Core [SDK](https://www.microsoft.com/net/download/windows) * Clone Jackett * Open Powershell and from the `src` directory, run `dotnet restore` -* Open the Jackett solution in Visual Studio 2019 (version 16.3 or above) +* Open the Jackett solution in Visual Studio 2019 (version 16.4 or above) * Right click on the Jackett solution and click 'Rebuild Solution' to restore nuget packages * Select Jackett.Server as startup project * In the drop down menu of the run button select "Jackett.Server" instead of "IIS Express"