Skip to content

Commit

Permalink
Disable NU5104 in Vezel.Novadrop.Formats.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Jun 11, 2022
1 parent a436e0f commit 8e0d7f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/formats/formats.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<PropertyGroup>
<AssemblyName>Vezel.Novadrop.Formats</AssemblyName>
<IsPackable>true</IsPackable>
<!-- TODO: Find a replacement for Microsoft.Collections.Extensions. -->
<NoWarn>NU5104</NoWarn>
<PackageDescription>$(PackageDescription)

This package provides support for TERA's various file formats.</PackageDescription>
Expand Down

0 comments on commit 8e0d7f2

Please sign in to comment.