Skip to content

Commit 1492c34

Browse files
committed
setting IsAotCompatible to true
1 parent 11dc36f commit 1492c34

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<IsTestProject>$(MSBuildProjectName.Contains('.Test'))</IsTestProject>
88
<SolutionDir Condition="'$(SolutionDir)' == ''">$(MSBuildThisFileDirectory)</SolutionDir>
99
<LangVersion>latest</LangVersion>
10+
<IsAotCompatible>true</IsAotCompatible>
1011
</PropertyGroup>
1112

1213
<PropertyGroup>

0 commit comments

Comments
 (0)