Disable nuget warning in Jellyfin.Extensions (#11536)

This commit is contained in:
Cody Robibero
2024-05-12 15:18:27 -06:00
committed by GitHub
parent ce3e287892
commit 1ec130757d

View File

@@ -8,6 +8,8 @@
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<!-- ICU4N.Transliterator only has prerelease versions -->
<NoWarn>NU5104</NoWarn>
</PropertyGroup>
<PropertyGroup>