We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de3067c commit 2b569d4Copy full SHA for 2b569d4
1 file changed
Directory.Build.props
@@ -3,8 +3,6 @@
3
<PropertyGroup>
4
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
5
<UseArtifactsOutput>true</UseArtifactsOutput>
6
- <!-- HACK Workaround until stryker supports C# 14 (.NET 10) -->
7
- <NoWarn>$(NoWarn);IDE0032</NoWarn>
8
</PropertyGroup>
9
<PropertyGroup Condition=" '$(CI)' == 'true' ">
10
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
0 commit comments