renovate-bot
eff7dcd5cb
All checks were successful
Test if Server can be built / build-server (push) Successful in 26s
Signed-off-by: noreply@rainote.dev
15 lines
375 B
XML
15 lines
375 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>
|