Skip to content

Commit 708cbc9

Browse files
authored
Update Directory.Build.props.in
1 parent 7836adf commit 708cbc9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

eng/tools/GenerateFiles/Directory.Build.props.in

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
<ArtifactsShippingPackagesDir>${ArtifactsShippingPackagesDir}</ArtifactsShippingPackagesDir>
55
<TreatWarningsAsErrors Condition="'$(BuildingInsideVisualStudio)' != 'true'">true</TreatWarningsAsErrors>
66
<LibNetHostAppPackVersion Condition=" '$(LibNetHostAppPackVersion)' == '' ">${LibNetHostAppPackVersion}</LibNetHostAppPackVersion>
7-
<SuppressGenerateILCompilerExplicitPackageReferenceWarning Condition=" '$(PublishAot)' == 'true'">true</SuppressGenerateILCompilerExplicitPackageReferenceWarning>
7+
8+
<!-- Temporarily hardcoded to true -->
9+
<SuppressGenerateILCompilerExplicitPackageReferenceWarning>true</SuppressGenerateILCompilerExplicitPackageReferenceWarning>
810
</PropertyGroup>
911
</Project>

0 commit comments

Comments
 (0)