Skip to content

Commit

Permalink
Merge pull request #2452 from greymistcube/chore/ignore-warnings
Browse files Browse the repository at this point in the history
🩹 Changed `csproj` to temporarily ignore warnings
  • Loading branch information
greymistcube authored Apr 19, 2024
2 parents 00b1cbb + 616db34 commit f8c91a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NineChronicles.Headless/NineChronicles.Headless.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
<Nullable>enable</Nullable>
<Configurations>Debug;Release;DevEx</Configurations>
<Platforms>AnyCPU</Platforms>
<!-- These should be removed once upgraded to patched packages -->
<WarningsNotAsErrors>$(WarningsNotAsErrors);NU1902;NU1904</WarningsNotAsErrors>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'DevEx' ">
Expand Down

0 comments on commit f8c91a8

Please sign in to comment.