1
0
mirror of https://github.com/bitwarden/server synced 2026-01-03 00:53:37 +00:00
Files
server/bitwarden_license/test/Commercial.Core.Test/Commercial.Core.Test.csproj
2025-11-19 09:45:19 -05:00

17 lines
411 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="xunit.v3" Version="$(XUnitv3Version)" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\Commercial.Core\Commercial.Core.csproj" />
<ProjectReference Include="..\..\..\test\Core.Test\Core.Test.csproj" />
</ItemGroup>
</Project>