mirror of
https://github.com/bitwarden/server.git
synced 2025-05-25 05:21:03 -05:00
17 lines
409 B
XML
17 lines
409 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<!-- Temp exclusions until warnings are fixed -->
|
|
<WarningsNotAsErrors>$(WarningsNotAsErrors);CS8618</WarningsNotAsErrors>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Core\Core.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Dapper" Version="2.1.66" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|