From 15049a4efb212817d234913ff3f0d91edef76344 Mon Sep 17 00:00:00 2001 From: flightlevel Date: Mon, 21 Jan 2019 21:27:01 +1100 Subject: [PATCH] VS 15.9 required for .NET Core 2.2 Testing the updater --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 794f31baf..b88d65308 100644 --- a/README.md +++ b/README.md @@ -461,7 +461,7 @@ All contributions are welcome just send a pull request. Jackett's framework all ### Windows * Install the .NET Core [SDK](https://www.microsoft.com/net/download/windows) -* Open the Jackett solution in Visual Studio 2017 (version 15.8 or above) +* Open the Jackett solution in Visual Studio 2017 (version 15.9 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"