2022-01-23 10:41:00 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2024-11-04 09:33:35 +00:00
|
|
|
<PackageReference Include="BenchmarkDotNet" Version="0.14.0" />
|
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
2022-01-23 10:41:00 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|