|
34 | 34 | <ErrorReport>prompt</ErrorReport> |
35 | 35 | <WarningLevel>4</WarningLevel> |
36 | 36 | <Prefer32Bit>false</Prefer32Bit> |
| 37 | + <DocumentationFile>bin\Release\JSONAPI.EntityFramework.XML</DocumentationFile> |
37 | 38 | </PropertyGroup> |
38 | 39 | <ItemGroup> |
39 | | - <Reference Include="EntityFramework"> |
40 | | - <HintPath>..\..\Pyro\packages\EntityFramework.6.1.1\lib\net45\EntityFramework.dll</HintPath> |
| 40 | + <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
| 41 | + <SpecificVersion>False</SpecificVersion> |
| 42 | + <HintPath>..\packages\EntityFramework.6.1.1\lib\net45\EntityFramework.dll</HintPath> |
41 | 43 | </Reference> |
42 | | - <Reference Include="EntityFramework.SqlServer"> |
43 | | - <HintPath>..\..\Pyro\packages\EntityFramework.6.1.1\lib\net45\EntityFramework.SqlServer.dll</HintPath> |
| 44 | + <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
| 45 | + <SpecificVersion>False</SpecificVersion> |
| 46 | + <HintPath>..\packages\EntityFramework.6.1.1\lib\net45\EntityFramework.SqlServer.dll</HintPath> |
44 | 47 | </Reference> |
45 | 48 | <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
46 | 49 | <SpecificVersion>False</SpecificVersion> |
47 | | - <HintPath>..\packages\Newtonsoft.Json.6.0.4\lib\net45\Newtonsoft.Json.dll</HintPath> |
| 50 | + <HintPath>..\packages\Newtonsoft.Json.6.0.6\lib\net45\Newtonsoft.Json.dll</HintPath> |
48 | 51 | </Reference> |
49 | 52 | <Reference Include="System" /> |
50 | 53 | <Reference Include="System.ComponentModel.DataAnnotations" /> |
51 | 54 | <Reference Include="System.Core" /> |
52 | 55 | <Reference Include="System.Data" /> |
53 | | - <Reference Include="System.Data.Entity" /> |
54 | | - <Reference Include="System.Data.Entity.Design" /> |
55 | 56 | <Reference Include="System.Net.Http" /> |
56 | | - <Reference Include="System.Net.Http.Formatting, Version=5.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 57 | + <Reference Include="System.Net.Http.Formatting, Version=5.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
57 | 58 | <SpecificVersion>False</SpecificVersion> |
58 | | - <HintPath>..\..\Pyro\packages\Microsoft.AspNet.WebApi.Client.5.2.0\lib\net45\System.Net.Http.Formatting.dll</HintPath> |
| 59 | + <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.2\lib\net45\System.Net.Http.Formatting.dll</HintPath> |
59 | 60 | </Reference> |
60 | 61 | <Reference Include="System.Runtime.Serialization" /> |
61 | 62 | <Reference Include="System.Web" /> |
62 | | - <Reference Include="System.Web.Http, Version=5.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 63 | + <Reference Include="System.Web.Http, Version=5.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
63 | 64 | <SpecificVersion>False</SpecificVersion> |
64 | | - <HintPath>..\..\Pyro\packages\Microsoft.AspNet.WebApi.Core.5.2.0\lib\net45\System.Web.Http.dll</HintPath> |
| 65 | + <HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.2\lib\net45\System.Web.Http.dll</HintPath> |
65 | 66 | </Reference> |
66 | 67 | <Reference Include="System.Xml.Linq" /> |
67 | 68 | <Reference Include="Microsoft.CSharp" /> |
|
0 commit comments