Skip to content

Commit 2b569d4

Browse files
Remove Stryker workaround (#2933)
1 parent de3067c commit 2b569d4

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Directory.Build.props

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
<PropertyGroup>
44
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
55
<UseArtifactsOutput>true</UseArtifactsOutput>
6-
<!-- HACK Workaround until stryker supports C# 14 (.NET 10) -->
7-
<NoWarn>$(NoWarn);IDE0032</NoWarn>
86
</PropertyGroup>
97
<PropertyGroup Condition=" '$(CI)' == 'true' ">
108
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>

0 commit comments

Comments
 (0)