Skip to content

Commit 54e0de2

Browse files
committed
Warn on .NETFramework duplicate runtime assets
1 parent d9fc8c6 commit 54e0de2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libraries/testPackages/build/packageTest.targets

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<_targetFrameworkIdentifier Condition="'$(TargetFrameworkIdentifier)' != ''">$(TargetFrameworkIdentifier.Substring(1).ToLower())</_targetFrameworkIdentifier>
44
<!-- Make sure the SDK raises the runtime items so that they are passed to conflict resolution -->
55
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
6+
<CopyLocalRuntimeTargetAssets>true</CopyLocalRuntimeTargetAssets>
67
<!-- Suppress any SYSLIB9000 errors, as in these cases restore/build would succeed, the failure would be at run-time -->
78
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
89
</PropertyGroup>

0 commit comments

Comments
 (0)