From 22f19a2a5fe6c8057f6335ee2c278b0263277f08 Mon Sep 17 00:00:00 2001 From: arielbeje Date: Sat, 15 Oct 2022 00:57:28 +0300 Subject: [PATCH] readme: update windows .net sdk version to 6 (#13645) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce7203bf8..77248bfd0 100644 --- a/README.md +++ b/README.md @@ -846,7 +846,7 @@ To use it, please just request a free API key on [OMDb](http://www.omdbapi.com/a ## Building from source ### Windows -* Install the .NET 5 [SDK](https://www.microsoft.com/net/download/windows) +* Install the .NET 6 [SDK](https://www.microsoft.com/net/download/windows) * Clone Jackett * Open PowerShell and from the `src` directory: * - run `dotnet msbuild /restore`