|
13 | 13 | <AppDesignerFolder>Properties</AppDesignerFolder> |
14 | 14 | <RootNamespace>AbpODataDemo.WebHost</RootNamespace> |
15 | 15 | <AssemblyName>AbpODataDemo.WebHost</AssemblyName> |
16 | | - <TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion> |
| 16 | + <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> |
17 | 17 | <UseIISExpress>true</UseIISExpress> |
18 | 18 | <IISExpressSSLPort /> |
19 | 19 | <IISExpressAnonymousAuthentication /> |
20 | 20 | <IISExpressWindowsAuthentication /> |
21 | 21 | <IISExpressUseClassicPipelineMode /> |
22 | 22 | <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir> |
23 | 23 | <RestorePackages>true</RestorePackages> |
| 24 | + <TargetFrameworkProfile /> |
24 | 25 | </PropertyGroup> |
25 | 26 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
26 | 27 | <DebugSymbols>true</DebugSymbols> |
|
109 | 110 | <HintPath>..\packages\Microsoft.Bcl.Immutable.1.0.34\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll</HintPath> |
110 | 111 | <Private>True</Private> |
111 | 112 | </Reference> |
| 113 | + <Reference Include="System.Data.DataSetExtensions" /> |
112 | 114 | <Reference Include="System.Net.Http" /> |
113 | 115 | <Reference Include="System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
114 | 116 | <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath> |
|
120 | 122 | <Reference Include="System.ComponentModel.DataAnnotations" /> |
121 | 123 | <Reference Include="System" /> |
122 | 124 | <Reference Include="System.Data" /> |
123 | | - <Reference Include="System.Core" /> |
124 | | - <Reference Include="System.Data.DataSetExtensions" /> |
125 | 125 | <Reference Include="System.Web.Extensions" /> |
126 | 126 | <Reference Include="System.Web.Http, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
127 | 127 | <HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath> |
|
131 | 131 | <HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.dll</HintPath> |
132 | 132 | <Private>True</Private> |
133 | 133 | </Reference> |
134 | | - <Reference Include="System.Xml.Linq" /> |
135 | 134 | <Reference Include="System.Drawing" /> |
136 | 135 | <Reference Include="System.Web" /> |
137 | 136 | <Reference Include="System.Xml" /> |
138 | 137 | <Reference Include="System.Configuration" /> |
139 | 138 | <Reference Include="System.Web.Services" /> |
140 | 139 | <Reference Include="System.EnterpriseServices" /> |
| 140 | + <Reference Include="System.Xml.Linq" /> |
141 | 141 | </ItemGroup> |
142 | 142 | <ItemGroup> |
143 | 143 | <Content Include="packages.config" /> |
|
0 commit comments