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:
authorEric St. John <ericstj@microsoft.com>2017-04-13 21:16:34 +0300
committerEric St. John <ericstj@microsoft.com>2017-04-13 21:16:34 +0300
commit9213b06755f3f0074bb54d5085e79f7a0caaa289 (patch)
treef25432fbbdbd705b4e88a1e2a7b75b02945a44e9 /pkg/frameworkPackage.targets
parent0d66618b560a5f3bbbca9845dbae64ee64e1e6b7 (diff)
Reference Microsoft.NETCore.Targets in NETCore.App
Include the update to v1 lineup package, which now has no runtime package mappings. This will reduce the number of packages downloaded when mixing v1 and later packages as well as reduce our dependence on conflict resolution for dropping those v1 runtime packages.
Diffstat (limited to 'pkg/frameworkPackage.targets')
-rw-r--r--pkg/frameworkPackage.targets9
1 files changed, 9 insertions, 0 deletions
diff --git a/pkg/frameworkPackage.targets b/pkg/frameworkPackage.targets
index 11d880d8bf..a919487246 100644
--- a/pkg/frameworkPackage.targets
+++ b/pkg/frameworkPackage.targets
@@ -43,6 +43,15 @@
<Version>$(PlatformPackageVersion)</Version>
<TargetFramework>$(TargetFramework)</TargetFramework>
</Dependency>
+
+ <!-- Include the update to v1 lineup package, which now has no runtime package mappings.
+ This will reduce the number of packages downloaded when mixing v1 and later
+ packages as well as reduce our dependence on conflict resolution for dropping
+ those v1 runtime packages -->
+ <Dependency Condition="'$(IsLineupPackage)' == 'true'" Include="Microsoft.NETCore.Targets">
+ <Version>2.0.0</Version>
+ <TargetFramework>$(TargetFramework)</TargetFramework>
+ </Dependency>
</ItemGroup>
<!-- Bring in lib content from binplaced lib props -->