mirror of
https://github.com/metatube-community/jellyfin-plugin-metatube.git
synced 2026-02-02 18:21:48 +08:00
Chore: update csproj config (#323)
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<Platforms>AnyCPU</Platforms>
|
||||
<AssemblyName>MetaTube</AssemblyName>
|
||||
<Authors>MetaTube</Authors>
|
||||
<Description>Meta Tube Plugin for Jellyfin/Emby</Description>
|
||||
<Description>MetaTube Plugin for Jellyfin/Emby</Description>
|
||||
<Version>$([System.DateTime]::UtcNow.ToString(yyyy.Mdd.Hmm.0))</Version>
|
||||
<Copyright>Copyright © 2023 MetaTube</Copyright>
|
||||
<RepositoryType>Git</RepositoryType>
|
||||
@@ -19,12 +19,9 @@
|
||||
<Product>MetaTube</Product>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(Configuration)'=='Debug' or '$(Configuration)'=='Release'">
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(Configuration)'=='Debug.Emby' or '$(Configuration)'=='Release.Emby'">
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<PropertyGroup>
|
||||
<TargetFramework Condition="'$(Configuration)'=='Debug' or '$(Configuration)'=='Release'">net8.0</TargetFramework>
|
||||
<TargetFramework Condition="'$(Configuration)'=='Debug.Emby' or '$(Configuration)'=='Release.Emby'">net6.0</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(Configuration)'=='Debug.Emby' or '$(Configuration)'=='Release.Emby'">
|
||||
|
||||
Reference in New Issue
Block a user