Benchmarks.csproj 474 B

123456789101112131415
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>netcoreapp2.2</TargetFramework>
  5. <ServerGarbageCollection>true</ServerGarbageCollection>
  6. </PropertyGroup>
  7. <ItemGroup>
  8. <PackageReference Include="BeetleX.FastHttpApi" Version="1.4.9.8" />
  9. <PackageReference Include="Microsoft.Extensions.Hosting" Version="2.1.1" />
  10. <PackageReference Include="SpanJson" Version="2.0.10" />
  11. </ItemGroup>
  12. </Project>