chore(packages): add Snappier

Add Snappier to Directory.Packages.props and reference it from Elsa.Common to enable usage of the Snappier compression library.
This commit is contained in:
Sipke Schoorstra 2026-05-08 12:43:23 +02:00
parent 793ae15bf7
commit a76e7a666f
No known key found for this signature in database
GPG key ID: 5C10502B28A4268F
2 changed files with 2 additions and 0 deletions

View file

@ -155,6 +155,7 @@
<PackageVersion Include="Serilog.Sinks.File" Version="7.0.0"/>
<PackageVersion Include="Serilog.Formatting.Compact" Version="3.0.0"/>
<PackageVersion Include="ShortGuid" Version="2.0.1"/>
<PackageVersion Include="Snappier" Version="1.3.1"/>
<PackageVersion Include="StackExchange.Redis" Version="2.10.1"/>
<PackageVersion Include="System.CommandLine" Version="2.0.0"/>
<PackageVersion Include="System.Data.SqlClient" Version="4.9.0"/>

View file

@ -20,6 +20,7 @@
<PackageReference Include="DistributedLock.Core" />
<PackageReference Include="Microsoft.Extensions.Configuration" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" />
<PackageReference Include="Snappier" />
</ItemGroup>
<ItemGroup>