Skip to content

Commit 0f578f5

Browse files
authored
[tests] Upgrade to NUnit 3.12 and use package references. (#65)
1 parent 55a30e2 commit 0f578f5

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

UnitTests/UnitTests.csproj

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,13 @@
2626
</PropertyGroup>
2727
<ItemGroup>
2828
<Reference Include="System" />
29-
<Reference Include="nunit.framework">
30-
<HintPath>..\..\..\..\..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
31-
</Reference>
29+
<PackageReference Include="NUnit" Version="3.12.0" />
30+
<PackageReference Include="NUnit.ConsoleRunner" Version="3.10.0" />
3231
</ItemGroup>
3332
<ItemGroup>
3433
<Compile Include="TestMobileProvisionIndex.cs" />
3534
</ItemGroup>
3635
<ItemGroup>
37-
<None Include="packages.config" />
3836
<None Include="TestData\Provisioning Profiles\29cbf4b4-a170-4c74-a29a-64ecd55b102e.mobileprovision" />
3937
<None Include="TestData\Provisioning Profiles\7079f389-6ff4-4290-bf76-c8a222947616.mobileprovision" />
4038
</ItemGroup>

UnitTests/packages.config

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)