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