Disable nuget warning in Jellyfin.Extensions (#11536)

pull/11515/head
Cody Robibero 1 month ago committed by GitHub
parent ce3e287892
commit 1ec130757d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save