Skip to content

Commit

Permalink
fixed assembly reference mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
yvesgoeleven committed Sep 14, 2011
1 parent 467e3f5 commit 8977e93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<ItemGroup>
<Reference Include="Microsoft.WindowsAzure.StorageClient, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\build\hosting\Microsoft.WindowsAzure.StorageClient.dll</HintPath>
<HintPath>..\..\..\..\packages\WindowsAzure.StorageClient.Library.1.4\lib\Microsoft.WindowsAzure.StorageClient.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json">
<HintPath>..\..\..\..\packages\Newtonsoft.Json.4.0.2\lib\net40\Newtonsoft.Json.dll</HintPath>
Expand Down

0 comments on commit 8977e93

Please sign in to comment.