Skip to content

Commit

Permalink
fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
dadhi committed Apr 29, 2024
1 parent 6496652 commit 22df037
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion playground/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

<PropertyGroup>
<IsPackable>false</IsPackable>
<NoWarn>1701;1702;8981;AD0001;NU1608</NoWarn>
<NoWarn>$(NoWarn);CS0169;CS1701;CS1702;CS8981;AD0001;NU1608</NoWarn>
</PropertyGroup>
</Project>
1 change: 0 additions & 1 deletion playground/ImTools.Benchmarks/ImTools.Benchmarks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<Platform>x64</Platform>

<Description>Benchmarks and sandbox for experiments.</Description>
<NoWarn>1701;1702;AD0001;NU1608</NoWarn>
<TieredCompilation>false</TieredCompilation>
<!--skip tiering jitting for the fare benchmarks -->
<DebugType>pdbonly</DebugType>
Expand Down

0 comments on commit 22df037

Please sign in to comment.