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 7836adf commit 708cbc9Copy full SHA for 708cbc9
eng/tools/GenerateFiles/Directory.Build.props.in
@@ -4,6 +4,8 @@
4
<ArtifactsShippingPackagesDir>${ArtifactsShippingPackagesDir}</ArtifactsShippingPackagesDir>
5
<TreatWarningsAsErrors Condition="'$(BuildingInsideVisualStudio)' != 'true'">true</TreatWarningsAsErrors>
6
<LibNetHostAppPackVersion Condition=" '$(LibNetHostAppPackVersion)' == '' ">${LibNetHostAppPackVersion}</LibNetHostAppPackVersion>
7
- <SuppressGenerateILCompilerExplicitPackageReferenceWarning Condition=" '$(PublishAot)' == 'true'">true</SuppressGenerateILCompilerExplicitPackageReferenceWarning>
+
8
+ <!-- Temporarily hardcoded to true -->
9
+ <SuppressGenerateILCompilerExplicitPackageReferenceWarning>true</SuppressGenerateILCompilerExplicitPackageReferenceWarning>
10
</PropertyGroup>
11
</Project>
0 commit comments