Update BenchmarkDotNet nuget package in Content.Benchmarks to version 0.12.1.

This commit is contained in:
Acruid
2020-08-09 17:42:21 -07:00
parent 32f658a3ca
commit c385947b48

View File

@@ -11,7 +11,7 @@
<LangVersion>8</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.12.0" />
<PackageReference Include="BenchmarkDotNet" Version="0.12.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Content.Client\Content.Client.csproj" />