2022-10-20 16:10:02 -04:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2026-01-30 18:01:20 +00:00
|
|
|
<PackageReference Include="BenchmarkDotNet" Version="[0.15.3]" />
|
2022-10-20 16:10:02 -04:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\..\src\Core\Core.csproj" />
|
2023-12-15 10:53:00 -05:00
|
|
|
<ProjectReference Include="..\..\src\Identity\Identity.csproj" />
|
2022-10-20 16:10:02 -04:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|