11 lines
441 B
XML
11 lines
441 B
XML
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
|
|
<PropertyGroup>
|
|
<TargetFrameworks>netcoreapp2.1;netcoreapp3.1;net462;net5.0</TargetFrameworks>
|
|
<Configuration>Release</Configuration>
|
|
<OutputType>Exe</OutputType>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\src\Ben.Demystifier\Ben.Demystifier.csproj" />
|
|
<PackageReference Include="BenchmarkDotNet" Version="0.12.1" />
|
|
</ItemGroup>
|
|
</Project> |