mirror of
https://github.com/bitwarden/server.git
synced 2024-11-25 12:45:18 +01:00
2893ca729f
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
14 lines
442 B
XML
14 lines
442 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>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="6.9.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|