Skip to content

Commit

Permalink
Upgrade RavenDB deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Jun 5, 2016
1 parent fa50a78 commit 3302d1c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
Expand Up @@ -20,7 +20,7 @@
<copyright>Copyright 2016 Service Stack</copyright>
<dependencies>
<dependency id="ServiceStack" version="4.0" />
<dependency id="RavenDB.Client" version="2.5.25001" />
<dependency id="RavenDB.Client" version="2.5.2996" />
</dependencies>
</metadata>
<files>
Expand Down
Expand Up @@ -47,11 +47,11 @@
<HintPath>..\packages\Microsoft.CompilerServices.AsyncTargetingPack.1.0.1\lib\net40\Microsoft.CompilerServices.AsyncTargetingPack.Net4.dll</HintPath>
</Reference>
<Reference Include="Raven.Abstractions, Version=2.5.0.0, Culture=neutral, PublicKeyToken=37f41c7f99471593, processorArchitecture=MSIL">
<HintPath>..\packages\RavenDB.Client.2.5.25001\lib\net40\Raven.Abstractions.dll</HintPath>
<HintPath>..\packages\RavenDB.Client.2.5.2996\lib\net40\Raven.Abstractions.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Raven.Client.Lightweight, Version=2.5.0.0, Culture=neutral, PublicKeyToken=37f41c7f99471593, processorArchitecture=MSIL">
<HintPath>..\packages\RavenDB.Client.2.5.25001\lib\net40\Raven.Client.Lightweight.dll</HintPath>
<HintPath>..\packages\RavenDB.Client.2.5.2996\lib\net40\Raven.Client.Lightweight.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="ServiceStack.Interfaces">
Expand Down
2 changes: 1 addition & 1 deletion src/ServiceStack.Authentication.RavenDb/packages.config
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.CompilerServices.AsyncTargetingPack" version="1.0.1" targetFramework="net4" />
<package id="RavenDB.Client" version="2.5.25001" targetFramework="net40" />
<package id="RavenDB.Client" version="2.5.2996" targetFramework="net40" />
</packages>
Expand Up @@ -47,11 +47,11 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Raven.Abstractions, Version=3.0.0.0, Culture=neutral, PublicKeyToken=37f41c7f99471593, processorArchitecture=MSIL">
<HintPath>..\packages\RavenDB.Client.3.0.30037\lib\net45\Raven.Abstractions.dll</HintPath>
<HintPath>..\packages\RavenDB.Client.3.0.30143\lib\net45\Raven.Abstractions.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Raven.Client.Lightweight, Version=3.0.0.0, Culture=neutral, PublicKeyToken=37f41c7f99471593, processorArchitecture=MSIL">
<HintPath>..\packages\RavenDB.Client.3.0.30037\lib\net45\Raven.Client.Lightweight.dll</HintPath>
<HintPath>..\packages\RavenDB.Client.3.0.30143\lib\net45\Raven.Client.Lightweight.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="ServiceStack.Interfaces">
Expand Down
2 changes: 1 addition & 1 deletion src/ServiceStack.Authentication.RavenDbV45/packages.config
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="RavenDB.Client" version="3.0.30037" targetFramework="net45" />
<package id="RavenDB.Client" version="3.0.30143" targetFramework="net45" />
</packages>

0 comments on commit 3302d1c

Please sign in to comment.