2023-08-10 20:07:40 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
2023-08-11 09:31:30 +00:00
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
<Nullable>enable</Nullable>
|
2023-10-27 17:27:10 +00:00
|
|
|
<LangVersion>preview</LangVersion>
|
|
|
|
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
|
2023-08-11 09:31:30 +00:00
|
|
|
</PropertyGroup>
|
2023-08-10 20:07:40 +00:00
|
|
|
|
2023-08-11 09:31:30 +00:00
|
|
|
<ItemGroup>
|
2023-10-27 16:19:03 +00:00
|
|
|
<PackageReference Include="BenchmarkDotNet" Version="0.13.9" />
|
2023-08-11 09:31:30 +00:00
|
|
|
</ItemGroup>
|
2023-08-10 20:07:40 +00:00
|
|
|
|
|
|
|
</Project>
|