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,7 +12,7 @@
<LangVersion>8</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.11.5" />
<PackageReference Include="BenchmarkDotNet" Version="0.12.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Content.Client\Content.Client.csproj" />