Benchmarks.csproj 530 B

1234567891011121314
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>net5.0</TargetFramework>
  5. <ServerGarbageCollection>true</ServerGarbageCollection>
  6. </PropertyGroup>
  7. <ItemGroup>
  8. <PackageReference Include="BeetleX.FastHttpApi" Version="1.9.6" />
  9. <PackageReference Include="Microsoft.Extensions.Hosting" Version="5.0.0" />
  10. <PackageReference Include="Npgsql" Version="5.0.0-alpha1" />
  11. <PackageReference Include="SpanJson" Version="3.0.1" />
  12. </ItemGroup>
  13. </Project>