11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3- <Import Project =" ..\packages\NUnit.3.11.0\build\NUnit.props" Condition =" Exists('..\packages\NUnit.3.11.0\build\NUnit.props')" />
3+ <Import Project =" ..\packages\NUnit3TestAdapter.3.13.0\build\net35\NUnit3TestAdapter.props" Condition =" Exists('..\packages\NUnit3TestAdapter.3.13.0\build\net35\NUnit3TestAdapter.props')" />
4+ <Import Project =" ..\packages\NUnit.3.12.0\build\NUnit.props" Condition =" Exists('..\packages\NUnit.3.12.0\build\NUnit.props')" />
45 <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
56 <PropertyGroup >
67 <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
3435 <WarningLevel >4</WarningLevel >
3536 </PropertyGroup >
3637 <ItemGroup >
37- <Reference Include =" nunit.framework, Version=3.11 .0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL" >
38- <HintPath >..\packages\NUnit.3.11 .0\lib\net40\nunit.framework.dll</HintPath >
38+ <Reference Include =" nunit.framework, Version=3.12 .0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL" >
39+ <HintPath >..\packages\NUnit.3.12 .0\lib\net40\nunit.framework.dll</HintPath >
3940 </Reference >
4041 <Reference Include =" System" />
4142 <Reference Include =" System.Core" />
7374 <PropertyGroup >
7475 <ErrorText >This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
7576 </PropertyGroup >
76- <Error Condition =" !Exists('..\packages\NUnit.3.11.0\build\NUnit.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\NUnit.3.11.0\build\NUnit.props'))" />
77+ <Error Condition =" !Exists('..\packages\NUnit.3.12.0\build\NUnit.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\NUnit.3.12.0\build\NUnit.props'))" />
78+ <Error Condition =" !Exists('..\packages\NUnit3TestAdapter.3.13.0\build\net35\NUnit3TestAdapter.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\NUnit3TestAdapter.3.13.0\build\net35\NUnit3TestAdapter.props'))" />
7779 </Target >
7880</Project >
0 commit comments