From ccc02d3ce08708bbfb8ebf4e0a29f18ba2591860 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Odd=20Str=C3=A5b=C3=B8?= Date: Fri, 24 Jun 2022 16:49:01 +0200 Subject: [PATCH] Target Jellyfin 10.8 --- Jellyfin.Plugin.Template/Jellyfin.Plugin.Template.csproj | 4 ++-- build.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Jellyfin.Plugin.Template/Jellyfin.Plugin.Template.csproj b/Jellyfin.Plugin.Template/Jellyfin.Plugin.Template.csproj index 408ef40..4f43b9a 100644 --- a/Jellyfin.Plugin.Template/Jellyfin.Plugin.Template.csproj +++ b/Jellyfin.Plugin.Template/Jellyfin.Plugin.Template.csproj @@ -11,8 +11,8 @@ - - + + diff --git a/build.yaml b/build.yaml index ed3ed03..4663cd4 100644 --- a/build.yaml +++ b/build.yaml @@ -2,8 +2,8 @@ name: "Template" guid: "eb5d7894-8eef-4b36-aa6f-5d124e828ce1" version: "1.0.0.0" -targetAbi: "10.7.0.0" -framework: "net5.0" +targetAbi: "10.8.0.0" +framework: "net6.0" overview: "Short description about your plugin" description: > This is a longer description that can span more than one