|
9 | 9 | <AppDesignerFolder>Properties</AppDesignerFolder> |
10 | 10 | <RootNamespace>Elasticsearch.Net.Connection.HttpClient</RootNamespace> |
11 | 11 | <AssemblyName>Elasticsearch.Net.Connection.HttpClient</AssemblyName> |
12 | | - <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
| 12 | + <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
13 | 13 | <FileAlignment>512</FileAlignment> |
| 14 | + <TargetFrameworkProfile /> |
14 | 15 | </PropertyGroup> |
15 | 16 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
16 | 17 | <DebugSymbols>true</DebugSymbols> |
|
32 | 33 | <ItemGroup> |
33 | 34 | <Reference Include="System" /> |
34 | 35 | <Reference Include="System.Core" /> |
35 | | - <Reference Include="System.Net.Http" /> |
| 36 | + <Reference Include="System.IO"> |
| 37 | + <HintPath>..\..\..\dep\Microsoft.Bcl.1.1.6\lib\net40\System.IO.dll</HintPath> |
| 38 | + </Reference> |
| 39 | + <Reference Include="System.Net.Http, Version=2.2.18.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 40 | + <SpecificVersion>False</SpecificVersion> |
| 41 | + <HintPath>..\..\..\dep\Microsoft.Net.Http.2.2.18\lib\net40\System.Net.Http.dll</HintPath> |
| 42 | + </Reference> |
36 | 43 | <Reference Include="System.Net.Http.Extensions, Version=2.2.18.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
37 | 44 | <SpecificVersion>False</SpecificVersion> |
38 | | - <HintPath>..\..\..\dep\Microsoft.Net.Http.2.2.18\lib\net45\System.Net.Http.Extensions.dll</HintPath> |
| 45 | + <HintPath>..\..\..\dep\Microsoft.Net.Http.2.2.18\lib\net40\System.Net.Http.Extensions.dll</HintPath> |
39 | 46 | </Reference> |
40 | | - <Reference Include="System.Net.Http.Primitives, Version=4.2.18.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 47 | + <Reference Include="System.Net.Http.Primitives, Version=2.2.18.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
41 | 48 | <SpecificVersion>False</SpecificVersion> |
42 | | - <HintPath>..\..\..\dep\Microsoft.Net.Http.2.2.18\lib\net45\System.Net.Http.Primitives.dll</HintPath> |
| 49 | + <HintPath>..\..\..\dep\Microsoft.Net.Http.2.2.18\lib\net40\System.Net.Http.Primitives.dll</HintPath> |
| 50 | + </Reference> |
| 51 | + <Reference Include="System.Net.Http.WebRequest, Version=2.2.18.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 52 | + <SpecificVersion>False</SpecificVersion> |
| 53 | + <HintPath>..\..\..\dep\Microsoft.Net.Http.2.2.18\lib\net40\System.Net.Http.WebRequest.dll</HintPath> |
| 54 | + </Reference> |
| 55 | + <Reference Include="System.Runtime"> |
| 56 | + <HintPath>..\..\..\dep\Microsoft.Bcl.1.1.6\lib\net40\System.Runtime.dll</HintPath> |
| 57 | + </Reference> |
| 58 | + <Reference Include="System.Threading.Tasks"> |
| 59 | + <HintPath>..\..\..\dep\Microsoft.Bcl.1.1.6\lib\net40\System.Threading.Tasks.dll</HintPath> |
43 | 60 | </Reference> |
44 | | - <Reference Include="System.Net.Http.WebRequest" /> |
45 | 61 | <Reference Include="System.Xml.Linq" /> |
46 | 62 | <Reference Include="System.Data.DataSetExtensions" /> |
47 | 63 | <Reference Include="Microsoft.CSharp" /> |
|
0 commit comments