1
0
mirror of https://github.com/bitwarden/server synced 2025-12-25 12:43:14 +00:00

Resolve platform warnings (#5798)

* Installation Repository tests

* Formatting

* Remove extra LastActivityDate property

* Remove exclusion
This commit is contained in:
Justin Baur
2025-05-09 16:03:09 -04:00
committed by GitHub
parent 0075a15485
commit 15b498184f
4 changed files with 51 additions and 16 deletions

View File

@@ -1,10 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<!-- Temp exclusions until warnings are fixed -->
<WarningsNotAsErrors>$(WarningsNotAsErrors);CS0108</WarningsNotAsErrors>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="12.0.1" />
<PackageReference Include="linq2db" Version="5.4.1" />