CanonSharp/CanonSharp.Benchmark/CanonSharp.Benchmark.csproj

19 lines
483 B
XML
Raw Permalink Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\CanonSharp.Pascal\CanonSharp.Pascal.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="BenchmarkDotnet" Version="0.14.0" />
</ItemGroup>
</Project>