revert: .net 8 support for benchmarks
Some checks failed
Test if Server can be built / build-server (push) Failing after 29s
Some checks failed
Test if Server can be built / build-server (push) Failing after 29s
This commit is contained in:
parent
77c1a07cf0
commit
dd56c196a7
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<LangVersion>preview</LangVersion>
|
||||
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
|
||||
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
Loading…
Reference in a new issue