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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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>