Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 30c4f64

Browse files
authored
Merge pull request #1029 from ericstj/preventRuntimeReferences
Prevent any refs from runtime packages
2 parents 19c1a8b + 913c7f0 commit 30c4f64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/projects/Microsoft.NETCore.App/Microsoft.NETCore.App.pkgproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
<PropertyGroup>
66
<IsLineupPackage Condition="'$(PackageTargetRuntime)' == ''">true</IsLineupPackage>
7+
<PreventImplementationReference Condition="'$(PackageTargetRuntime)' != ''">true</PreventImplementationReference>
78
<Version>$(NetCoreAppVersion)</Version>
89
<PackagePlatform>AnyCPU</PackagePlatform>
910
<SkipPackageFileCheck>true</SkipPackageFileCheck>

0 commit comments

Comments
 (0)