Benchmarks.csproj 416 B

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