1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-08 20:20:32 -05:00
bitwarden/src/Infrastructure.Dapper/Infrastructure.Dapper.csproj
Justin Baur 2918d46b62
Resolve Vault warnings (#5786)
- Also remove extra exclusions
2025-05-09 10:12:43 -04:00

12 lines
232 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\Core\Core.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Dapper" Version="2.1.66" />
</ItemGroup>
</Project>