Skip to content

Commit

Permalink
- Disabled warnings for sample project & tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Sossenbinder committed Jan 7, 2024
1 parent 1516721 commit 6330d75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions samples/Normal/Normal.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
<IsPackable>false</IsPackable>
<NoWarn>CS9113,CA1040,CA1034,CA1822,IDE0060</NoWarn>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<IsPackable>false</IsPackable>
<NoWarn>CA1034</NoWarn>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 6330d75

Please sign in to comment.