continuity/Benchmarks/Benchmarks.csproj
Timothy Schenk c0219cc0f7
All checks were successful
Test if Server can be built / build-server (push) Successful in 22s
chore: update dependencies
2023-10-27 18:19:03 +02:00

15 lines
376 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>default</LangVersion>
<TargetFramework>net7.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.13.9" />
</ItemGroup>
</Project>