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 8b91969 commit 298e31fCopy full SHA for 298e31f
eng/tools/GenerateFiles/Directory.Build.props.in
@@ -4,6 +4,6 @@
4
<ArtifactsShippingPackagesDir>${ArtifactsShippingPackagesDir}</ArtifactsShippingPackagesDir>
5
<TreatWarningsAsErrors Condition="'$(BuildingInsideVisualStudio)' != 'true'">true</TreatWarningsAsErrors>
6
<LibNetHostAppPackVersion Condition=" '$(LibNetHostAppPackVersion)' == '' ">${LibNetHostAppPackVersion}</LibNetHostAppPackVersion>
7
- <_ProductVersionForInstallers>${SharedFxVersion}</_ProductVersionForInstallers>
+ <_ProductVersionForInstallers>${MicrosoftAspNetCoreAppRuntimeVersion}</_ProductVersionForInstallers>
8
</PropertyGroup>
9
</Project>
0 commit comments