Microsoft.AspNetCore.ResponseCompression.Performance.csproj 512 B

12345678910111213141516
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>netcoreapp3.0</TargetFramework>
  5. </PropertyGroup>
  6. <ItemGroup>
  7. <Reference Include="BenchmarkDotNet" />
  8. <Reference Include="Microsoft.AspNetCore.Http" />
  9. <Reference Include="Microsoft.AspNetCore.BenchmarkRunner.Sources" />
  10. <Reference Include="Microsoft.AspNetCore.ResponseCompression" />
  11. <Reference Include="Microsoft.Extensions.DependencyInjection" />
  12. </ItemGroup>
  13. </Project>