Skip to content

Commit

Permalink
Remove Redundant dependency of microsoft.netcoreapp.platforms (dotnet…
Browse files Browse the repository at this point in the history
…/corefx#40907)

* remove extra dependency

* removing microsoft.netcore.targets


Commit migrated from dotnet/corefx@9e8d47c
  • Loading branch information
Anipik authored Sep 7, 2019
1 parent d979e86 commit 154d27c
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/libraries/pkg/frameworkPackage.targets
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,6 @@
<Version>$(PackageVersion)</Version>
</_buildRIDWithMetadata>
<Dependency Include="@(_buildRIDWithMetadata->'runtime.%(Identity).$(Id)')" />

<Dependency Include="Microsoft.NETCore.Platforms">
<Version>$(MicrosoftNETCorePlatformsPackageVersion)</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 -->
Expand Down

0 comments on commit 154d27c

Please sign in to comment.