Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

Commit

Permalink
Update CommonMark.NET
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarzon committed Apr 23, 2015
1 parent 4aa22c7 commit c06c21a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions src/Pretzel.Logic/Pretzel.Logic.csproj
Expand Up @@ -37,8 +37,9 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\AjaxMin.5.14.5506.26202\lib\net40\AjaxMin.dll</HintPath>
</Reference>
<Reference Include="CommonMark">
<HintPath>..\packages\CommonMark.NET.0.8.0\lib\net40-client\CommonMark.dll</HintPath>
<Reference Include="CommonMark, Version=0.1.0.0, Culture=neutral, PublicKeyToken=001ef8810438905d, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\CommonMark.NET.0.8.5\lib\net40-client\CommonMark.dll</HintPath>
</Reference>
<Reference Include="dotless.ClientOnly">
<HintPath>..\packages\DotlessClientOnly.1.4.1.0\lib\dotless.ClientOnly.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion src/Pretzel.Logic/packages.config
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="AjaxMin" version="5.14.5506.26202" targetFramework="net40" />
<package id="CommonMark.NET" version="0.8.0" targetFramework="net40" />
<package id="CommonMark.NET" version="0.8.5" targetFramework="net40" />
<package id="DotlessClientOnly" version="1.4.1.0" targetFramework="net40" />
<package id="DotLiquid" version="1.8.0" targetFramework="net40" />
<package id="HtmlAgilityPack" version="1.4.9" targetFramework="net40" />
Expand Down

0 comments on commit c06c21a

Please sign in to comment.