|
9 | 9 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
10 | 10 | <RootNamespace>PactNet.Tests</RootNamespace>
|
11 | 11 | <AssemblyName>PactNet.Tests</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>
|
|
35 | 36 | <HintPath>..\packages\Nancy.0.23.1\lib\net40\Nancy.dll</HintPath>
|
36 | 37 | </Reference>
|
37 | 38 | <Reference Include="Nancy.Hosting.Self, Version=0.23.1.0, Culture=neutral, processorArchitecture=MSIL">
|
38 |
| - <SpecificVersion>False</SpecificVersion> |
39 | 39 | <HintPath>..\packages\Nancy.Hosting.Self.0.23.1\lib\net40\Nancy.Hosting.Self.dll</HintPath>
|
40 | 40 | </Reference>
|
41 | 41 | <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
42 | 42 | <SpecificVersion>False</SpecificVersion>
|
43 |
| - <HintPath>..\packages\Newtonsoft.Json.6.0.3\lib\net45\Newtonsoft.Json.dll</HintPath> |
| 43 | + <HintPath>..\packages\Newtonsoft.Json.6.0.3\lib\net40\Newtonsoft.Json.dll</HintPath> |
44 | 44 | </Reference>
|
45 |
| - <Reference Include="NSubstitute"> |
46 |
| - <HintPath>..\packages\NSubstitute.1.7.2.0\lib\NET45\NSubstitute.dll</HintPath> |
| 45 | + <Reference Include="NSubstitute, Version=1.7.2.0, Culture=neutral, PublicKeyToken=92dd2e9066daa5ca, processorArchitecture=MSIL"> |
| 46 | + <SpecificVersion>False</SpecificVersion> |
| 47 | + <HintPath>..\packages\NSubstitute.1.7.2.0\lib\NET40\NSubstitute.dll</HintPath> |
47 | 48 | </Reference>
|
48 | 49 | <Reference Include="System" />
|
49 | 50 | <Reference Include="System.Core" />
|
50 |
| - <Reference Include="System.IO.Abstractions"> |
| 51 | + <Reference Include="Microsoft.CSharp" /> |
| 52 | + <Reference Include="System.IO"> |
| 53 | + <HintPath>..\packages\Microsoft.Bcl.1.1.9\lib\net40\System.IO.dll</HintPath> |
| 54 | + </Reference> |
| 55 | + <Reference Include="System.IO.Abstractions, Version=1.4.0.86, Culture=neutral, PublicKeyToken=d480b5b72fb413da, processorArchitecture=MSIL"> |
| 56 | + <SpecificVersion>False</SpecificVersion> |
51 | 57 | <HintPath>..\packages\System.IO.Abstractions.1.4.0.86\lib\net35\System.IO.Abstractions.dll</HintPath>
|
52 | 58 | </Reference>
|
53 |
| - <Reference Include="System.Net.Http" /> |
54 |
| - <Reference Include="System.Xml.Linq" /> |
55 |
| - <Reference Include="System.Data.DataSetExtensions" /> |
56 |
| - <Reference Include="Microsoft.CSharp" /> |
57 |
| - <Reference Include="System.Data" /> |
58 |
| - <Reference Include="System.Xml" /> |
59 |
| - <Reference Include="xunit"> |
| 59 | + <Reference Include="System.Net.Http, Version=2.2.28.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 60 | + <SpecificVersion>False</SpecificVersion> |
| 61 | + <HintPath>..\packages\Microsoft.Net.Http.2.2.28\lib\net40\System.Net.Http.dll</HintPath> |
| 62 | + </Reference> |
| 63 | + <Reference Include="System.Net.Http.Extensions"> |
| 64 | + <HintPath>..\packages\Microsoft.Net.Http.2.2.28\lib\net40\System.Net.Http.Extensions.dll</HintPath> |
| 65 | + </Reference> |
| 66 | + <Reference Include="System.Net.Http.Primitives"> |
| 67 | + <HintPath>..\packages\Microsoft.Net.Http.2.2.28\lib\net40\System.Net.Http.Primitives.dll</HintPath> |
| 68 | + </Reference> |
| 69 | + <Reference Include="System.Net.Http.WebRequest, Version=2.2.28.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 70 | + <SpecificVersion>False</SpecificVersion> |
| 71 | + <HintPath>..\packages\Microsoft.Net.Http.2.2.28\lib\net40\System.Net.Http.WebRequest.dll</HintPath> |
| 72 | + </Reference> |
| 73 | + <Reference Include="System.Runtime"> |
| 74 | + <HintPath>..\packages\Microsoft.Bcl.1.1.9\lib\net40\System.Runtime.dll</HintPath> |
| 75 | + <Private>True</Private> |
| 76 | + </Reference> |
| 77 | + <Reference Include="System.Threading.Tasks"> |
| 78 | + <HintPath>..\packages\Microsoft.Bcl.1.1.9\lib\net40\System.Threading.Tasks.dll</HintPath> |
| 79 | + </Reference> |
| 80 | + <Reference Include="xunit, Version=1.9.2.1705, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> |
| 81 | + <SpecificVersion>False</SpecificVersion> |
60 | 82 | <HintPath>..\packages\xunit.1.9.2\lib\net20\xunit.dll</HintPath>
|
61 | 83 | </Reference>
|
62 | 84 | </ItemGroup>
|
|
109 | 131 | <Compile Include="Properties\AssemblyInfo.cs" />
|
110 | 132 | <Compile Include="Mocks\MockHttpService\Validators\ProviderServiceValidatorTests.cs" />
|
111 | 133 | </ItemGroup>
|
112 |
| - <ItemGroup> |
113 |
| - <None Include="packages.config" /> |
114 |
| - </ItemGroup> |
115 | 134 | <ItemGroup>
|
116 | 135 | <ProjectReference Include="..\PactNet\PactNet.csproj">
|
117 | 136 | <Project>{7024b146-2cb2-4de2-b079-58cf9c44640b}</Project>
|
|
121 | 140 | <ItemGroup>
|
122 | 141 | <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
|
123 | 142 | </ItemGroup>
|
124 |
| - <ItemGroup /> |
| 143 | + <ItemGroup> |
| 144 | + <None Include="packages.config" /> |
| 145 | + </ItemGroup> |
125 | 146 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
| 147 | + <Import Project="..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets" Condition="Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" /> |
| 148 | + <Target Name="EnsureBclBuildImported" BeforeTargets="BeforeBuild" Condition="'$(BclBuildImported)' == ''"> |
| 149 | + <Error Condition="!Exists('..\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" /> |
| 150 | + <Error Condition="Exists('..\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" /> |
| 151 | + </Target> |
126 | 152 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
127 | 153 | Other similar extension points exist, see Microsoft.Common.targets.
|
128 | 154 | <Target Name="BeforeBuild">
|
|
0 commit comments