continuity/Benchmarks/Benchmarks.csproj
Timothy Schenk dd56c196a7
Some checks failed
Test if Server can be built / build-server (push) Failing after 29s
revert: .net 8 support for benchmarks
2023-10-27 20:13:55 +02:00

15 lines
385 B
XML

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