mirror of
https://github.com/bitwarden/server.git
synced 2026-01-31 06:03:12 +08:00
20 lines
737 B
XML
20 lines
737 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<!-- These opt outs should be removed when all warnings are addressed -->
|
|
<WarningsNotAsErrors>$(WarningsNotAsErrors);CA1304</WarningsNotAsErrors>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Infrastructure.Dapper\Infrastructure.Dapper.csproj" />
|
|
<ProjectReference Include="..\Core\Core.csproj" />
|
|
<ProjectReference Include="..\Infrastructure.EntityFramework\Infrastructure.EntityFramework.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.Bot.Builder.Integration.AspNet.Core" Version="[4.23.0]" />
|
|
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="[9.0.4]" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|