Skip to content

Commit 17d0723

Browse files
committed
chore: include NUnitTestAdapter
1 parent 39c85ca commit 17d0723

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Tests/Tests.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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>
@@ -26,12 +27,12 @@
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" />

Tests/packages.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
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>

0 commit comments

Comments
 (0)