Skip to content

Commit

Permalink
[tests] Upgrade to NUnit 3.12 and use package references. (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfbjarne authored Dec 19, 2019
1 parent 55a30e2 commit 0f578f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
6 changes: 2 additions & 4 deletions UnitTests/UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,13 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="nunit.framework">
<HintPath>..\..\..\..\..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
</Reference>
<PackageReference Include="NUnit" Version="3.12.0" />
<PackageReference Include="NUnit.ConsoleRunner" Version="3.10.0" />
</ItemGroup>
<ItemGroup>
<Compile Include="TestMobileProvisionIndex.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
<None Include="TestData\Provisioning Profiles\29cbf4b4-a170-4c74-a29a-64ecd55b102e.mobileprovision" />
<None Include="TestData\Provisioning Profiles\7079f389-6ff4-4290-bf76-c8a222947616.mobileprovision" />
</ItemGroup>
Expand Down
4 changes: 0 additions & 4 deletions UnitTests/packages.config

This file was deleted.

0 comments on commit 0f578f5

Please sign in to comment.