Skip to content

Commit ad3b652

Browse files
authored
Merge pull request nunit#4855 from Lachstec/feature/fix-winrt
Fix Build by disabling WinRTAot in Directory.Build.props
2 parents 95b5c7f + fdacdae commit ad3b652

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/NUnitFramework/Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<AnnotatedReferenceAssemblyVersion>7.0.0</AnnotatedReferenceAssemblyVersion>
1717
<GenerateNullableAttributes>false</GenerateNullableAttributes>
1818
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
19+
<CsWinRTAotOptimizerEnabled>false</CsWinRTAotOptimizerEnabled>
1920
<Company>NUnit Software</Company>
2021
<Product>NUnit 4</Product>
2122
<Version Condition="'$(Version)'==''">4.0.0.0</Version>

0 commit comments

Comments
 (0)