mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
e09fd4aeee
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
19 lines
430 B
XML
19 lines
430 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="BenchmarkDotNet" Version="0.13.11" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\src\Core\Core.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|