Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWes Haggard <Wes.Haggard@microsoft.com>2018-02-23 02:59:15 +0300
committerWes Haggard <Wes.Haggard@microsoft.com>2018-02-23 02:59:15 +0300
commit4749c431969f0ac07cae30b35f58dc71cf3b35c8 (patch)
treeed5e945e681d45bd9f5dd54d2d067c4ab05c733c /external
parent18b6befe0fc3ea12bd41f5d3a7e3461ef7fb1554 (diff)
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.
Diffstat (limited to 'external')
-rw-r--r--external/netcoreapp/netcoreapp.depproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/external/netcoreapp/netcoreapp.depproj b/external/netcoreapp/netcoreapp.depproj
index d4dcfcfa70..1e076c34ae 100644
--- a/external/netcoreapp/netcoreapp.depproj
+++ b/external/netcoreapp/netcoreapp.depproj
@@ -21,6 +21,8 @@
<BinPlaceConfiguration Include="$(Configuration)">
<RefPath>$(RefPath)</RefPath>
</BinPlaceConfiguration>
+
+ <FileToExclude Include="System.ComponentModel.Composition" />
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />