upgrading nunit

This commit is contained in:
LarsBrubaker 2019-01-27 17:23:40 -08:00
parent 6d6337f5aa
commit 76f81babfd
16 changed files with 92 additions and 5 deletions

View file

@ -42,8 +42,11 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="NUnit" Version="3.10.1" />
<PackageReference Include="NUnit" Version="3.11.0" />
<PackageReference Include="NUnit.ApplicationDomain" Version="11.1.0" />
<PackageReference Include="NUnit3TestAdapter">
<Version>3.12.0</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
<Compile Include="..\MatterControl.Tests\MatterControl\MatterControlUtilities.cs">