File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 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\NUnit3TestAdapter.4.3.0\build\net35\NUnit3TestAdapter.props" Condition =" Exists('..\packages\NUnit3TestAdapter.4.3.0\build\net35\NUnit3TestAdapter.props')" />
3
4
<Import Project =" ..\packages\NUnit.3.13.3\build\NUnit.props" Condition =" Exists('..\packages\NUnit.3.13.3\build\NUnit.props')" />
4
5
<PropertyGroup >
5
6
<Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
164
165
<ErrorText >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=322105.The missing file is {0}.</ErrorText >
165
166
</PropertyGroup >
166
167
<Error Condition =" !Exists('..\packages\NUnit.3.13.3\build\NUnit.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\NUnit.3.13.3\build\NUnit.props'))" />
168
+ <Error Condition =" !Exists('..\packages\NUnit3TestAdapter.4.3.0\build\net35\NUnit3TestAdapter.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\NUnit3TestAdapter.4.3.0\build\net35\NUnit3TestAdapter.props'))" />
167
169
</Target >
168
170
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
169
171
Other similar extension points exist, see Microsoft.Common.targets.
Original file line number Diff line number Diff line change 2
2
<packages >
3
3
<package id =" Castle.Core" version =" 4.3.1" targetFramework =" net45" />
4
4
<package id =" Moq" version =" 4.7.1" targetFramework =" net45" />
5
+ <package id =" NUnit3TestAdapter" version =" 4.3.0" targetFramework =" net45" />
5
6
<package id =" Newtonsoft.Json" version =" 9.0.1" targetFramework =" net45" />
6
7
<package id =" NUnit" version =" 3.13.3" targetFramework =" net45" />
7
- <package id =" NUnitTestAdapter" version =" 2.1.1" targetFramework =" net45" />
8
8
<package id =" OpenCover" version =" 4.6.519" targetFramework =" net45" />
9
9
<package id =" ReportGenerator" version =" 2.5.6" targetFramework =" net45" />
10
10
<package id =" System.Threading.Tasks.Extensions" version =" 4.3.0" targetFramework =" net45" />
You can’t perform that action at this time.
0 commit comments