File tree Expand file tree Collapse file tree 3 files changed +0
-17
lines changed Expand file tree Collapse file tree 3 files changed +0
-17
lines changed Original file line number Diff line number Diff line change 55using System . Net ;
66using System . Net . Http ;
77using System . Web . Http ;
8- using System . Web . OData . Query ;
98using System . Reflection ;
109using JSONAPI . Core ;
1110
Original file line number Diff line number Diff line change 3737 <DocumentationFile >bin\Release\JSONAPI.XML</DocumentationFile >
3838 </PropertyGroup >
3939 <ItemGroup >
40- <Reference Include =" Microsoft.OData.Core" >
41- <HintPath >..\packages\Microsoft.OData.Core.6.8.1\lib\portable-net40+sl5+wp8+win8+wpa\Microsoft.OData.Core.dll</HintPath >
42- </Reference >
43- <Reference Include =" Microsoft.OData.Edm" >
44- <HintPath >..\packages\Microsoft.OData.Edm.6.8.1\lib\portable-net40+sl5+wp8+win8+wpa\Microsoft.OData.Edm.dll</HintPath >
45- </Reference >
46- <Reference Include =" Microsoft.Spatial" >
47- <HintPath >..\packages\Microsoft.Spatial.6.8.1\lib\portable-net40+sl5+wp8+win8+wpa\Microsoft.Spatial.dll</HintPath >
48- </Reference >
4940 <Reference Include =" Newtonsoft.Json" >
5041 <HintPath >..\packages\Newtonsoft.Json.6.0.6\lib\net45\Newtonsoft.Json.dll</HintPath >
5142 </Reference >
6657 <SpecificVersion >False</SpecificVersion >
6758 <HintPath >..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.2\lib\net45\System.Web.Http.WebHost.dll</HintPath >
6859 </Reference >
69- <Reference Include =" System.Web.OData" >
70- <HintPath >..\packages\Microsoft.AspNet.OData.5.3.1\lib\net45\System.Web.OData.dll</HintPath >
71- </Reference >
7260 <Reference Include =" System.Xml.Linq" />
7361 <Reference Include =" System.Data.DataSetExtensions" />
7462 <Reference Include =" Microsoft.CSharp" />
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<packages >
3- <package id =" Microsoft.AspNet.OData" version =" 5.3.1" targetFramework =" net45" />
43 <package id =" Microsoft.AspNet.WebApi.Client" version =" 5.2.2" targetFramework =" net45" />
54 <package id =" Microsoft.AspNet.WebApi.Core" version =" 5.2.2" targetFramework =" net45" />
65 <package id =" Microsoft.AspNet.WebApi.WebHost" version =" 5.2.2" targetFramework =" net45" />
7- <package id =" Microsoft.OData.Core" version =" 6.8.1" targetFramework =" net45" />
8- <package id =" Microsoft.OData.Edm" version =" 6.8.1" targetFramework =" net45" />
9- <package id =" Microsoft.Spatial" version =" 6.8.1" targetFramework =" net45" />
106 <package id =" Newtonsoft.Json" version =" 6.0.6" targetFramework =" net45" />
117</packages >
You can’t perform that action at this time.
0 commit comments