Skip to content

Commit

Permalink
Update Consul package to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
highlyunavailable committed Apr 21, 2016
1 parent 19b6625 commit a6d1076
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/NuGet/Microsoft.Orleans.OrleansConsulUtils.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<dependencies>
<dependency id="Microsoft.Orleans.Core" version="$version$" />
<dependency id="Microsoft.Orleans.OrleansRuntime" version="$version$" />
<dependency id="Consul" version="0.6.1.0" />
<dependency id="Consul" version="0.6.4.1" />
</dependencies>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions src/OrleansConsulUtils/OrleansConsulUtils.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
</ItemGroup>
<ItemGroup>
<Reference Include="Consul">
<HintPath>..\packages\Consul.0.6.1.0\lib\net45\Consul.dll</HintPath>
<HintPath>..\packages\Consul.0.6.4.1\lib\net45\Consul.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Newtonsoft.Json">
Expand All @@ -73,4 +73,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>
2 changes: 1 addition & 1 deletion src/OrleansConsulUtils/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Consul" version="0.6.1.0" targetFramework="net451" />
<package id="Consul" version="0.6.4.1" targetFramework="net451" />
<package id="Newtonsoft.Json" version="7.0.1" targetFramework="net451" />
</packages>

0 comments on commit a6d1076

Please sign in to comment.