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.
2 parents 95b5c7f + fdacdae commit ad3b652Copy full SHA for ad3b652
src/NUnitFramework/Directory.Build.props
@@ -16,6 +16,7 @@
16
<AnnotatedReferenceAssemblyVersion>7.0.0</AnnotatedReferenceAssemblyVersion>
17
<GenerateNullableAttributes>false</GenerateNullableAttributes>
18
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
19
+ <CsWinRTAotOptimizerEnabled>false</CsWinRTAotOptimizerEnabled>
20
<Company>NUnit Software</Company>
21
<Product>NUnit 4</Product>
22
<Version Condition="'$(Version)'==''">4.0.0.0</Version>
0 commit comments