|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | + <Import Project="../packages/NUnit.4.4.0/build/NUnit.props" Condition="Exists('../packages/NUnit.4.4.0/build/NUnit.props')" /> |
3 | 4 | <Import Project="..\packages\NUnit3TestAdapter.4.6.0\build\net462\NUnit3TestAdapter.props" Condition="Exists('..\packages\NUnit3TestAdapter.4.6.0\build\net462\NUnit3TestAdapter.props')" /> |
4 | 5 | <Import Project="../packages/NUnit.4.3.2/build/NUnit.props" Condition="Exists('../packages/NUnit.4.3.2/build/NUnit.props')" /> |
5 | 6 | <Import Project="..\packages\NUnit.3.13.3\build\NUnit.props" Condition="Exists('..\packages\NUnit.3.13.3\build\NUnit.props')" /> |
|
38 | 39 | <CodeAnalysisRuleSet /> |
39 | 40 | </PropertyGroup> |
40 | 41 | <ItemGroup> |
41 | | - <Reference Include="nunit.framework, Version=4.3.2.0, Culture=neutral, PublicKeyToken=2638cd05610744eb"> |
42 | | - <HintPath>..\packages\NUnit.4.3.2\lib\net462\nunit.framework.dll</HintPath> |
| 42 | + <Reference Include="nunit.framework, Version=4.4.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb"> |
| 43 | + <HintPath>..\packages\NUnit.4.4.0\lib\net462\nunit.framework.dll</HintPath> |
43 | 44 | <Private>True</Private> |
44 | 45 | </Reference> |
45 | | - <Reference Include="nunit.framework.legacy, Version=4.3.2.0, Culture=neutral, PublicKeyToken=2638cd05610744eb"> |
46 | | - <HintPath>..\packages\NUnit.4.3.2\lib\net462\nunit.framework.legacy.dll</HintPath> |
| 46 | + <Reference Include="nunit.framework.legacy, Version=4.4.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb"> |
| 47 | + <HintPath>..\packages\NUnit.4.4.0\lib\net462\nunit.framework.legacy.dll</HintPath> |
47 | 48 | <Private>True</Private> |
48 | 49 | </Reference> |
49 | 50 | <Reference Include="System" /> |
|
104 | 105 | <Error Condition="!Exists('..\packages\NUnit.3.13.3\build\NUnit.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\NUnit.3.13.3\build\NUnit.props'))" /> |
105 | 106 | <Error Condition="!Exists('../packages/NUnit.4.3.2/build/NUnit.props')" Text="$([System.String]::Format('$(ErrorText)', '../packages/NUnit.4.3.2/build/NUnit.props'))" /> |
106 | 107 | <Error Condition="!Exists('..\packages\NUnit3TestAdapter.4.6.0\build\net462\NUnit3TestAdapter.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\NUnit3TestAdapter.4.6.0\build\net462\NUnit3TestAdapter.props'))" /> |
| 108 | + <Error Condition="!Exists('../packages/NUnit.4.4.0/build/NUnit.props')" Text="$([System.String]::Format('$(ErrorText)', '../packages/NUnit.4.4.0/build/NUnit.props'))" /> |
107 | 109 | </Target> |
108 | 110 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
109 | 111 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments