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.
2 parents 9c0ea7e + 6aa2a34 commit 08729faCopy full SHA for 08729fa
src/installer/pkg/projects/Microsoft.NETCore.App/Microsoft.NETCore.App.pkgproj
@@ -4,6 +4,7 @@
4
5
<PropertyGroup>
6
<IsLineupPackage Condition="'$(PackageTargetRuntime)' == ''">true</IsLineupPackage>
7
+ <PreventImplementationReference Condition="'$(PackageTargetRuntime)' != ''">true</PreventImplementationReference>
8
<Version>$(NetCoreAppVersion)</Version>
9
<PackagePlatform>AnyCPU</PackagePlatform>
10
<SkipPackageFileCheck>true</SkipPackageFileCheck>
0 commit comments