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

@ -5,6 +5,11 @@
<Company>MatterHackers Inc.</Company>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NUnit" Version="3.11.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.12.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Submodules\agg-sharp\agg\Agg.csproj" />
<ProjectReference Include="..\Submodules\agg-sharp\Gui\Gui.csproj" />