add allocationchecker in netcore sandbox project

This commit is contained in:
neuecc
2020-05-25 19:37:11 +09:00
parent 10eff95a42
commit 985aa5c43a
6 changed files with 904 additions and 13 deletions

View File

@@ -7,6 +7,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.12.1" />
<PackageReference Include="PooledAwait" Version="1.0.49" />
<PackageReference Include="System.Interactive.Async" Version="4.1.1" />
<PackageReference Include="System.Reactive" Version="4.4.1" />
</ItemGroup>