|
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" /> |
50 | | - <Reference Include="System.Buffers, Version=4.0.4.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51"> |
51 | | - <HintPath>..\packages\System.Buffers.4.6.0\lib\net462\System.Buffers.dll</HintPath> |
| 51 | + <Reference Include="System.Buffers, Version=4.0.5.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51"> |
| 52 | + <HintPath>..\packages\System.Buffers.4.6.1\lib\net462\System.Buffers.dll</HintPath> |
52 | 53 | <Private>True</Private> |
53 | 54 | </Reference> |
54 | 55 | <Reference Include="System.Core" /> |
55 | 56 | <Reference Include="System.Drawing" /> |
56 | | - <Reference Include="System.Memory, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51"> |
57 | | - <HintPath>..\packages\System.Memory.4.6.0\lib\net462\System.Memory.dll</HintPath> |
| 57 | + <Reference Include="System.Memory, Version=4.0.5.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51"> |
| 58 | + <HintPath>..\packages\System.Memory.4.6.3\lib\net462\System.Memory.dll</HintPath> |
58 | 59 | <Private>True</Private> |
59 | 60 | </Reference> |
60 | | - <Reference Include="System.Numerics.Vectors, Version=4.1.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
61 | | - <HintPath>..\packages\System.Numerics.Vectors.4.6.0\lib\net462\System.Numerics.Vectors.dll</HintPath> |
| 61 | + <Reference Include="System.Numerics.Vectors, Version=4.1.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
| 62 | + <HintPath>..\packages\System.Numerics.Vectors.4.6.1\lib\net462\System.Numerics.Vectors.dll</HintPath> |
62 | 63 | <Private>True</Private> |
63 | 64 | </Reference> |
64 | | - <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
65 | | - <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.1.0\lib\net462\System.Runtime.CompilerServices.Unsafe.dll</HintPath> |
| 65 | + <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
| 66 | + <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.1.2\lib\net462\System.Runtime.CompilerServices.Unsafe.dll</HintPath> |
66 | 67 | <Private>True</Private> |
67 | 68 | </Reference> |
68 | 69 | <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51"> |
|
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