From 995a1dddb5fe729a72f29a779fba348764b92ba6 Mon Sep 17 00:00:00 2001 From: crobibero Date: Wed, 2 Dec 2020 17:07:32 -0700 Subject: [PATCH] Target 10.7 --- Jellyfin.Plugin.Template/Jellyfin.Plugin.Template.csproj | 2 +- build.yaml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Jellyfin.Plugin.Template/Jellyfin.Plugin.Template.csproj b/Jellyfin.Plugin.Template/Jellyfin.Plugin.Template.csproj index cb721f6..5e75639 100644 --- a/Jellyfin.Plugin.Template/Jellyfin.Plugin.Template.csproj +++ b/Jellyfin.Plugin.Template/Jellyfin.Plugin.Template.csproj @@ -1,7 +1,7 @@ - netstandard2.1 + net5.0 Jellyfin.Plugin.Template 1.0.0.0 1.0.0.0 diff --git a/build.yaml b/build.yaml index 36cc605..ed3ed03 100644 --- a/build.yaml +++ b/build.yaml @@ -2,7 +2,8 @@ name: "Template" guid: "eb5d7894-8eef-4b36-aa6f-5d124e828ce1" version: "1.0.0.0" -targetAbi: "10.6.0.0" +targetAbi: "10.7.0.0" +framework: "net5.0" overview: "Short description about your plugin" description: > This is a longer description that can span more than one