Skip to content

Commit 46c3f85

Browse files
committed
Update Jellyfin NuGet packages to latest preview
1 parent b9782db commit 46c3f85

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Jellyfin.Plugin.LrcLib/Jellyfin.Plugin.LrcLib.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net9.0</TargetFramework>
4+
<TargetFramework>net10.0</TargetFramework>
55
<GenerateDocumentationFile>true</GenerateDocumentationFile>
66
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
77
<Nullable>enable</Nullable>
88
<AnalysisMode>AllEnabledByDefault</AnalysisMode>
9+
<NoWarn>$(NoWarn);CA1873</NoWarn>
910
<CodeAnalysisRuleSet>../jellyfin.ruleset</CodeAnalysisRuleSet>
1011
</PropertyGroup>
1112

@@ -18,7 +19,7 @@
1819
<PackageReference Include="Jellyfin.Common" Version="10.*-*" />
1920
<PackageReference Include="Jellyfin.Controller" Version="10.*-*" />
2021
<PackageReference Include="Jellyfin.Model" Version="10.*-*" />
21-
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.4" />
22+
<PackageReference Include="Microsoft.Extensions.Http" Version="10.0.0" />
2223
</ItemGroup>
2324

2425
<ItemGroup>

0 commit comments

Comments
 (0)