Post merge, to make built work

This commit is contained in:
Bjarke Berg
2024-09-26 09:58:31 +02:00
parent 97edc951dc
commit 5026095353
10 changed files with 43 additions and 9 deletions

View File

@@ -8,7 +8,10 @@
<!-- TODO: Enable package validation in v16 by removing this line -->
<EnablePackageValidation>false</EnablePackageValidation>
</PropertyGroup>
<PropertyGroup>
<!-- TODO: Fix all warnings and remove this override -->
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Caching.Hybrid" />
<PackageReference Include="MessagePack" />