1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-18 16:11:28 -05:00

Resolve Vault warnings (#5786)

- Also remove extra exclusions
This commit is contained in:
Justin Baur
2025-05-09 10:12:43 -04:00
committed by GitHub
parent 3989e3b26b
commit 2918d46b62
8 changed files with 9 additions and 17 deletions

View File

@ -1,10 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<!-- Temp exclusions until warnings are fixed -->
<WarningsNotAsErrors>$(WarningsNotAsErrors);CS8618</WarningsNotAsErrors>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Core\Core.csproj" />
</ItemGroup>