15 lines
440 B
XML
15 lines
440 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp3.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Reference Include="BenchmarkDotNet" />
|
|
<Reference Include="Microsoft.AspNetCore.BenchmarkRunner.Sources" />
|
|
<Reference Include="Microsoft.AspNetCore.Http.Abstractions" />
|
|
<Reference Include="Microsoft.AspNetCore.Http" />
|
|
</ItemGroup>
|
|
</Project>
|