2023-08-10 22:07:40 +02:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
2023-08-11 11:31:30 +02:00
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
<LangVersion>default</LangVersion>
|
|
|
|
<TargetFramework>net7.0</TargetFramework>
|
|
|
|
</PropertyGroup>
|
2023-08-10 22:07:40 +02:00
|
|
|
|
2023-08-11 11:31:30 +02:00
|
|
|
<ItemGroup>
|
2023-10-17 04:53:59 +00:00
|
|
|
<PackageReference Include="BenchmarkDotNet" Version="0.13.9"/>
|
2023-08-11 11:31:30 +02:00
|
|
|
</ItemGroup>
|
2023-08-10 22:07:40 +02:00
|
|
|
|
|
|
|
</Project>
|