Skip to content

Commit 20940ee

Browse files
committed
Suppress CA2252 warnings
1 parent 338172a commit 20940ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/CommunityToolkit.HighPerformance.UnitTests/CommunityToolkit.HighPerformance.UnitTests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<PropertyGroup>
44
<TargetFrameworks>net472;netcoreapp3.1;net6.0</TargetFrameworks>
55
<EnablePreviewFeatures>true</EnablePreviewFeatures>
6+
<NoWarn>$(NoWarn);CA2252</NoWarn>
67
</PropertyGroup>
78

89
<ItemGroup>

0 commit comments

Comments
 (0)