Skip to content

Commit

Permalink
Update HtmlAgilityPack
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Miller committed Nov 13, 2016
1 parent 3f7c354 commit a9a1869
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ConsumerCertification/ConsumerCertification.csproj
Expand Up @@ -46,8 +46,8 @@
<HintPath>..\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="HtmlAgilityPack, Version=1.4.9.0, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a, processorArchitecture=MSIL">
<HintPath>..\packages\HtmlAgilityPack.1.4.9\lib\Net45\HtmlAgilityPack.dll</HintPath>
<Reference Include="HtmlAgilityPack, Version=1.4.9.5, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a, processorArchitecture=MSIL">
<HintPath>..\packages\HtmlAgilityPack.1.4.9.5\lib\Net45\HtmlAgilityPack.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.CSharp" />
Expand Down
2 changes: 1 addition & 1 deletion ConsumerCertification/packages.config
Expand Up @@ -2,7 +2,7 @@
<packages>
<package id="Antlr" version="3.5.0.2" targetFramework="net45" userInstalled="true" />
<package id="bootstrap" version="3.3.6" targetFramework="net45" userInstalled="true" />
<package id="HtmlAgilityPack" version="1.4.9" targetFramework="net45" userInstalled="true" />
<package id="HtmlAgilityPack" version="1.4.9.5" targetFramework="net45" userInstalled="true" />
<package id="jQuery" version="2.2.1" targetFramework="net45" userInstalled="true" />
<package id="jQuery.Validation" version="1.14.0" targetFramework="net45" userInstalled="true" />
<package id="Microsoft.AspNet.Mvc" version="5.2.3" targetFramework="net45" userInstalled="true" />
Expand Down

0 comments on commit a9a1869

Please sign in to comment.