1
0
mirror of https://github.com/bitwarden/server synced 2026-01-09 12:03:21 +00:00
Files
server/perf/MicroBenchmarks/MicroBenchmarks.csproj
2025-12-05 20:30:37 +00:00

19 lines
455 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="[0.15.3]" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\Core\Core.csproj" />
<ProjectReference Include="..\..\src\Identity\Identity.csproj" />
</ItemGroup>
</Project>