Skip to content

Commit

Permalink
Move win7 harvested binaries under runtimes/win/lib
Browse files Browse the repository at this point in the history
* On Win10 machines NuGet is picking win7 instead of win which is technically correct.
* Moving the win7 assets under win/lib/<TFM> fixes the problem.
  • Loading branch information
StephenBonikowsky committed Feb 28, 2018
1 parent 1950319 commit dbb1273
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 dbb1273

Please sign in to comment.