mirror of
https://github.com/bitwarden/server.git
synced 2026-01-31 14:13:18 +08:00
10 lines
337 B
XML
10 lines
337 B
XML
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
|
|
||
|
|
<ItemGroup>
|
||
|
|
<ProjectReference Include="..\Infrastructure.Dapper\Infrastructure.Dapper.csproj" />
|
||
|
|
<ProjectReference Include="..\Core\Core.csproj" />
|
||
|
|
<ProjectReference Include="..\Infrastructure.EntityFramework\Infrastructure.EntityFramework.csproj" />
|
||
|
|
</ItemGroup>
|
||
|
|
|
||
|
|
</Project>
|