We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55a30e2 commit 0f578f5Copy full SHA for 0f578f5
2 files changed
UnitTests/UnitTests.csproj
@@ -26,15 +26,13 @@
26
</PropertyGroup>
27
<ItemGroup>
28
<Reference Include="System" />
29
- <Reference Include="nunit.framework">
30
- <HintPath>..\..\..\..\..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
31
- </Reference>
+ <PackageReference Include="NUnit" Version="3.12.0" />
+ <PackageReference Include="NUnit.ConsoleRunner" Version="3.10.0" />
32
</ItemGroup>
33
34
<Compile Include="TestMobileProvisionIndex.cs" />
35
36
37
- <None Include="packages.config" />
38
<None Include="TestData\Provisioning Profiles\29cbf4b4-a170-4c74-a29a-64ecd55b102e.mobileprovision" />
39
<None Include="TestData\Provisioning Profiles\7079f389-6ff4-4290-bf76-c8a222947616.mobileprovision" />
40
UnitTests/packages.config
0 commit comments