From 40d5c90c4c736c5fdb1ff48556d2ab76ee356cea Mon Sep 17 00:00:00 2001 From: DarkFighterLuke <31162436+DarkFighterLuke@users.noreply.github.com> Date: Wed, 1 May 2024 22:19:39 +0200 Subject: [PATCH] Change required .NET version in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 847a152..cc31085 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ _NOTE: If you are using Docker containers, it is important to mount the TubeArch ## Build -1. To build this plugin you will need [.Net 6.x](https://dotnet.microsoft.com/download/dotnet/6.0). +1. To build this plugin you will need [.Net 8.x](https://dotnet.microsoft.com/download/dotnet/8.0). 2. Build plugin with following command ```