|
48 | 48 | <HintPath>..\..\src\packages\Should.1.1.20\lib\Should.dll</HintPath>
|
49 | 49 | </Reference>
|
50 | 50 | <Reference Include="System" />
|
51 |
| - <Reference Include="System.Core" /> |
52 | 51 | <Reference Include="System.Net.Http, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
53 | 52 | <HintPath>..\..\src\packages\Microsoft.Net.Http.2.0.20710.0\lib\net40\System.Net.Http.dll</HintPath>
|
54 | 53 | </Reference>
|
| 54 | + <Reference Include="System.Net.Http.Extensions"> |
| 55 | + <HintPath>..\..\src\packages\Microsoft.Net.Http.2.2.22\lib\net45\System.Net.Http.Extensions.dll</HintPath> |
| 56 | + </Reference> |
55 | 57 | <Reference Include="System.Net.Http.Formatting, Version=5.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
56 | 58 | <SpecificVersion>False</SpecificVersion>
|
57 | 59 | <HintPath>..\..\src\packages\Microsoft.AspNet.WebApi.Client.5.2.0\lib\net45\System.Net.Http.Formatting.dll</HintPath>
|
58 | 60 | </Reference>
|
| 61 | + <Reference Include="System.Net.Http.Primitives, Version=4.2.22.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 62 | + <SpecificVersion>False</SpecificVersion> |
| 63 | + <HintPath>..\..\src\packages\Microsoft.Net.Http.2.2.22\lib\net45\System.Net.Http.Primitives.dll</HintPath> |
| 64 | + </Reference> |
59 | 65 | <Reference Include="System.Net.Http.WebRequest, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
60 | 66 | <HintPath>..\..\src\packages\Microsoft.Net.Http.2.0.20710.0\lib\net40\System.Net.Http.WebRequest.dll</HintPath>
|
61 | 67 | </Reference>
|
|
100 | 106 | </ProjectReference>
|
101 | 107 | </ItemGroup>
|
102 | 108 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
| 109 | + <Import Project="..\..\src\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets" Condition="Exists('..\..\src\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" /> |
| 110 | + <Target Name="EnsureBclBuildImported" BeforeTargets="BeforeBuild" Condition="'$(BclBuildImported)' == ''"> |
| 111 | + <Error Condition="!Exists('..\..\src\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" Text="This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=317567." HelpKeyword="BCLBUILD2001" /> |
| 112 | + <Error Condition="Exists('..\..\src\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" Text="The build restored NuGet packages. Build the project again to include these packages in the build. For more information, see http://go.microsoft.com/fwlink/?LinkID=317568." HelpKeyword="BCLBUILD2002" /> |
| 113 | + </Target> |
103 | 114 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
104 | 115 | Other similar extension points exist, see Microsoft.Common.targets.
|
105 | 116 | <Target Name="BeforeBuild">
|
|
0 commit comments