Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Commit

Permalink
fixed link path
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorHofer committed Mar 28, 2017
1 parent 468877b commit e6ac95b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="..\..\System.Collections.NonGeneric\src\System\Collections\ReadOnlyCollectionBase.cs">
<Link>Common\ReadOnlyCollectionBase.cs</Link>
<Link>Common\System\Collections\ReadOnlyCollectionBase.cs</Link>
</Compile>
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
Expand Down

0 comments on commit e6ac95b

Please sign in to comment.