Update NuGet dependencies.

EFCore excluded because I'm still using .NET Core Runtime 3.1.0 instead of 3.1.1
This commit is contained in:
Pieter-Jan Briers
2020-01-20 20:44:36 +01:00
parent f550ba67aa
commit ba88b2b1da
6 changed files with 8 additions and 8 deletions

View File

@@ -12,8 +12,8 @@
<Import Project="..\RobustToolbox\MSBuild\Robust.DefineConstants.targets" />
<ItemGroup>
<PackageReference Include="NUnit" Version="3.12.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.15.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.2.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.16.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Content.Client\Content.Client.csproj" />