File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project DefaultTargets =" Build" ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" ..\packages\NUnitTestAdapter.2.3.0\build\NUnitTestAdapter.props" Condition =" Exists('..\packages\NUnitTestAdapter.2.3.0\build\NUnitTestAdapter.props')" />
34 <PropertyGroup >
45 <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
56 <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
2627 </PropertyGroup >
2728 <ItemGroup >
2829 <Reference Include =" System" />
29- <Reference Include =" nunit.framework" >
30- <HintPath >..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath >
31- </Reference >
3230 <Reference Include =" Newtonsoft.Json" >
3331 <HintPath >..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath >
3432 </Reference >
33+ <Reference Include =" nunit.framework" >
34+ <HintPath >..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath >
35+ </Reference >
3536 </ItemGroup >
3637 <ItemGroup >
3738 <Compile Include =" Core\Helper.cs" />
Original file line number Diff line number Diff line change 22<packages >
33 <package id =" Newtonsoft.Json" version =" 11.0.2" targetFramework =" net461" />
44 <package id =" NUnit" version =" 2.6.4" targetFramework =" net461" />
5+ <package id =" NUnitTestAdapter" version =" 2.3.0" targetFramework =" net461" />
56</packages >
You can’t perform that action at this time.
0 commit comments