Chore: update csproj config (#323)

This commit is contained in:
Jason Lyu
2024-05-13 03:17:16 +08:00
committed by GitHub
parent bdfa585e84
commit f0b03a63c3

View File

@@ -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'">