Skip to content

Commit

Permalink
Merge pull request #2620 from StephenBonikowsky/stebon/2.1.0/MoveWin7…
Browse files Browse the repository at this point in the history
…PkgstoWinPath

Move win7 harvested binaries under runtimes/win/lib
  • Loading branch information
StephenBonikowsky authored Feb 28, 2018
2 parents 1950319 + dbb1273 commit 6759a78
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@
<ItemGroup>
<ProjectReference Include="..\src\System.Private.ServiceModel.csproj" />
<HarvestIncludePaths Include="runtimes/unix/lib/netstandard1.3" />
<HarvestIncludePaths Include="runtimes/win7/lib/netstandard1.3" />
<HarvestIncludePaths Include="runtimes/win7/lib/netcore50" />
<HarvestIncludePaths Include="runtimes/win7/lib/netstandard1.3">
<TargetPath>runtimes/win/lib/netstandard1.3</TargetPath>
</HarvestIncludePaths>
<HarvestIncludePaths Include="runtimes/win7/lib/netcore50">
<TargetPath>runtimes/win/lib/netcore50</TargetPath>
</HarvestIncludePaths>
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />

Expand Down

0 comments on commit 6759a78

Please sign in to comment.