mirror of
https://github.com/bitwarden/server
synced 2025-12-19 09:43:25 +00:00
15 lines
505 B
XML
15 lines
505 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<IsPackable>false</IsPackable>
|
|
<RootNamespace>Notifications.Test</RootNamespace>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="xunit.v3" Version="$(XUnitv3Version)" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\src\Notifications\Notifications.csproj" />
|
|
<ProjectReference Include="..\Common\Common.csproj" />
|
|
<ProjectReference Include="..\Core.Test\Core.Test.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|