Skip to content

Commit

Permalink
build: add NoWarn option (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
nogic1008 committed Feb 10, 2022
1 parent ae797fd commit 6d50a62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions sandbox/Benchmark/Benchmark.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<OutputType>Exe</OutputType>
<TargetFrameworks>net6.0;netcoreapp3.1</TargetFrameworks>
<IsPackable>false</IsPackable>
<NoWarn>CA1707</NoWarn>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFrameworks>netcoreapp3.1;net6.0</TargetFrameworks>
<IsPackable>false</IsPackable>
<NoWarn>CA1707</NoWarn>
</PropertyGroup>

<ItemGroup>
Expand All @@ -21,8 +22,8 @@
</ItemGroup>

<ItemGroup>
<Using Include="FluentAssertions"/>
<Using Include="Xunit"/>
<Using Include="FluentAssertions" />
<Using Include="Xunit" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 6d50a62

Please sign in to comment.