Skip to content

Commit

Permalink
Update Directory.Build.props.in
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchdenny authored May 5, 2023
1 parent 7836adf commit 708cbc9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion eng/tools/GenerateFiles/Directory.Build.props.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<ArtifactsShippingPackagesDir>${ArtifactsShippingPackagesDir}</ArtifactsShippingPackagesDir>
<TreatWarningsAsErrors Condition="'$(BuildingInsideVisualStudio)' != 'true'">true</TreatWarningsAsErrors>
<LibNetHostAppPackVersion Condition=" '$(LibNetHostAppPackVersion)' == '' ">${LibNetHostAppPackVersion}</LibNetHostAppPackVersion>
<SuppressGenerateILCompilerExplicitPackageReferenceWarning Condition=" '$(PublishAot)' == 'true'">true</SuppressGenerateILCompilerExplicitPackageReferenceWarning>

<!-- Temporarily hardcoded to true -->
<SuppressGenerateILCompilerExplicitPackageReferenceWarning>true</SuppressGenerateILCompilerExplicitPackageReferenceWarning>
</PropertyGroup>
</Project>

0 comments on commit 708cbc9

Please sign in to comment.