Skip to content

Commit

Permalink
Project dependency for now, or build server uses packaged version.
Browse files Browse the repository at this point in the history
  • Loading branch information
JonHanna committed Jul 12, 2015
1 parent b4ddff0 commit ac99ae9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/System.Linq.Queryable/src/System.Linq.Queryable.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,13 @@
<ItemGroup>
<None Include="project.json" />
</ItemGroup>
<!--FIXME: Avoids failure due to build using packaged version of library updated along with this. Remove -->
<ItemGroup>
<ProjectReference Include="..\..\System.Linq\src\System.Linq.csproj">
<Project>{ca488507-3b6e-4494-b7be-7b4eeeb2c4d1}</Project>
<Name>System.Linq</Name>
<Private>true</Private>
</ProjectReference>
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@
<Name>System.Linq.Queryable</Name>
<Private>true</Private>
</ProjectReference>
<!--FIXME: Avoids failure due to build using packaged version of library updated along with this. Remove -->
<ProjectReference Include="..\..\System.Linq\src\System.Linq.csproj">
<Project>{ca488507-3b6e-4494-b7be-7b4eeeb2c4d1}</Project>
<Name>System.Linq</Name>
<Private>true</Private>
</ProjectReference>
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project>

0 comments on commit ac99ae9

Please sign in to comment.