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

@@ -13,7 +13,7 @@
<Import Project="..\RobustToolbox\MSBuild\Robust.DefineConstants.targets" />
<ItemGroup>
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
<PackageReference Include="YamlDotNet" Version="6.1.2" />
<PackageReference Include="YamlDotNet" Version="8.1.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Content.Server.Database\Content.Server.Database.csproj" />