VS 16.4 required for .NET Core 3.1 (#6877)

This commit is contained in:
junglebus
2020-01-10 05:17:54 +11:00
committed by garfield69
parent 7d073af14f
commit c2588d619f

View File

@@ -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"