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

Commit 4749c43

Browse files
committed
Exclude System.ComponentModel.Composition from netcoreapp2.0
We are building a newer version of System.ComponentModel.Composition in our live builds and we need to exclude it from the netcorepp2.0 targeting pack otherwise we end up with the wrong one for our build.
1 parent 18b6bef commit 4749c43

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

external/netcoreapp/netcoreapp.depproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
<BinPlaceConfiguration Include="$(Configuration)">
2222
<RefPath>$(RefPath)</RefPath>
2323
</BinPlaceConfiguration>
24+
25+
<FileToExclude Include="System.ComponentModel.Composition" />
2426
</ItemGroup>
2527

2628
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />

0 commit comments

Comments
 (0)