Skip to content

Commit

Permalink
Fixes #2096: Adds reference to Newsoft.Json
Browse files Browse the repository at this point in the history
  • Loading branch information
mwtian-zz committed Apr 29, 2014
1 parent c80374d commit c2e50b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/galops/galops.csproj
Expand Up @@ -56,6 +56,9 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\WindowsAzure.Storage.2.1.0.3\lib\net40\Microsoft.WindowsAzure.Storage.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\..\packages\Newtonsoft.Json.5.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="NLog, Version=2.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\NLog.2.0.0.2000\lib\net40\NLog.dll</HintPath>
Expand Down
1 change: 1 addition & 0 deletions src/galops/packages.config
Expand Up @@ -3,6 +3,7 @@
<package id="Microsoft.Data.Edm" version="5.6.0" targetFramework="net45" />
<package id="Microsoft.Data.OData" version="5.6.0" targetFramework="net45" />
<package id="Microsoft.WindowsAzure.ConfigurationManager" version="2.0.1.0" targetFramework="net45" />
<package id="Newtonsoft.Json" version="5.0.8" targetFramework="net45" />
<package id="NLog" version="2.0.0.2000" targetFramework="net45" />
<package id="NuGet.Services.Build" version="3.0.4-rel-4" targetFramework="net45" developmentDependency="true" />
<package id="System.Spatial" version="5.5.0" targetFramework="net45" />
Expand Down

0 comments on commit c2e50b4

Please sign in to comment.