- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <OutputType>Exe</OutputType>
- <TargetFramework>netcoreapp3.0</TargetFramework>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="BenchmarkDotNet" />
- <Reference Include="Microsoft.AspNetCore.Http" />
- <Reference Include="Microsoft.AspNetCore.BenchmarkRunner.Sources" />
- <Reference Include="Microsoft.AspNetCore.ResponseCompression" />
- <Reference Include="Microsoft.Extensions.DependencyInjection" />
- </ItemGroup>
- </Project>
|