Skip to content
This repository has been archived by the owner on Jan 24, 2021. It is now read-only.

Commit

Permalink
Remove unused csquery dependency (#2542)
Browse files Browse the repository at this point in the history
  • Loading branch information
xt0rted authored and khellang committed Aug 26, 2016
1 parent df079b5 commit 36b1396
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="CsQuery, Version=1.3.3.5, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\CsQuery.1.3.3\lib\net40\CsQuery.dll</HintPath>
</Reference>
<Reference Include="MarkdownSharp, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\MarkdownSharp.1.13.0.0\lib\35\MarkdownSharp.dll</HintPath>
Expand Down Expand Up @@ -157,4 +153,4 @@
<ItemGroup>
<Content Include="packages.config" />
</ItemGroup>
</Project>
</Project>
1 change: 0 additions & 1 deletion samples/Nancy.Demo.MarkdownViewEngine/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>

<packages>
<package id="CsQuery" version="1.3.3" targetFramework="net45" />
<package id="MarkdownSharp" version="1.13.0.0" targetFramework="net45" />
</packages>

0 comments on commit 36b1396

Please sign in to comment.