Skip to content

Commit

Permalink
suppress warnings
Browse files Browse the repository at this point in the history
i dont make the docs, compiler. i just include em.
  • Loading branch information
Cytraen committed Oct 13, 2023
1 parent ff32feb commit 48ab135
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions BungieSharper.Entities/BungieSharper.Entities.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<Nullable>enable</Nullable>
<IsPackable>true</IsPackable>
<EnablePackageValidation>true</EnablePackageValidation>
<NoWarn>$(NoWarn);CS1573;CS1591;CS8618</NoWarn>

<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
<VersionPrefix>0.10.0</VersionPrefix>
Expand Down
1 change: 1 addition & 0 deletions BungieSharper/BungieSharper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<Nullable>enable</Nullable>
<IsPackable>true</IsPackable>
<EnablePackageValidation>true</EnablePackageValidation>
<NoWarn>$(NoWarn);CS1573;CS1591;CS8618</NoWarn>

<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
<VersionPrefix>0.10.0</VersionPrefix>
Expand Down

0 comments on commit 48ab135

Please sign in to comment.