Skip to content

Commit

Permalink
Fix broken Hammock project reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
Troy Willmot committed Sep 23, 2018
1 parent 0f2015a commit 286b037
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/TweetSharp.NetStandard20/TweetSharp.NetStandard20.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,9 @@
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
</ItemGroup>


<ItemGroup>
<ProjectReference Include="..\..\hammock\src\NetStandard20\Hammock.NetStandard20.csproj" />
<ProjectReference Include="..\..\..\hammock\src\NetStandard20\Hammock.NetStandard20.csproj" />
</ItemGroup>

</Project>

0 comments on commit 286b037

Please sign in to comment.