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:
authorJose Perez Rodriguez <joperezr@microsoft.com>2017-01-21 04:07:38 +0300
committerGitHub <noreply@github.com>2017-01-21 04:07:38 +0300
commit446e0057ed1491fd1f41ffb06357dee445131622 (patch)
treebc1f17375bd999b3eb4d13bc16d23e33f4da972b /src/System.Runtime
parent5f47a2a83a8631de16460853c1ab12caee80fcdd (diff)
Removing System.Private.CoreLib from TargetingPack (#15357)
Removing System.Private.CoreLib from TargetingPack
Diffstat (limited to 'src/System.Runtime')
-rw-r--r--src/System.Runtime/src/System.Runtime.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/System.Runtime/src/System.Runtime.csproj b/src/System.Runtime/src/System.Runtime.csproj
index 32b3ec4116..941e952598 100644
--- a/src/System.Runtime/src/System.Runtime.csproj
+++ b/src/System.Runtime/src/System.Runtime.csproj
@@ -56,7 +56,7 @@
<TargetingPackReference Include="System.ComponentModel.Composition" />
</ItemGroup>
<ItemGroup>
- <Reference Include="System.Private.CoreLib" />
+ <ReferenceFromRuntime Include="System.Private.CoreLib" />
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project>