Target 10.7
This commit is contained in:
parent
deb07d292e
commit
995a1dddb5
@ -1,7 +1,7 @@
|
|||||||
<Project Sdk="Microsoft.NET.Sdk">
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>netstandard2.1</TargetFramework>
|
<TargetFramework>net5.0</TargetFramework>
|
||||||
<RootNamespace>Jellyfin.Plugin.Template</RootNamespace>
|
<RootNamespace>Jellyfin.Plugin.Template</RootNamespace>
|
||||||
<AssemblyVersion>1.0.0.0</AssemblyVersion>
|
<AssemblyVersion>1.0.0.0</AssemblyVersion>
|
||||||
<FileVersion>1.0.0.0</FileVersion>
|
<FileVersion>1.0.0.0</FileVersion>
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
name: "Template"
|
name: "Template"
|
||||||
guid: "eb5d7894-8eef-4b36-aa6f-5d124e828ce1"
|
guid: "eb5d7894-8eef-4b36-aa6f-5d124e828ce1"
|
||||||
version: "1.0.0.0"
|
version: "1.0.0.0"
|
||||||
targetAbi: "10.6.0.0"
|
targetAbi: "10.7.0.0"
|
||||||
|
framework: "net5.0"
|
||||||
overview: "Short description about your plugin"
|
overview: "Short description about your plugin"
|
||||||
description: >
|
description: >
|
||||||
This is a longer description that can span more than one
|
This is a longer description that can span more than one
|
||||||
|
Loading…
x
Reference in New Issue
Block a user