feat: 支持store 缓存和redis切换

This commit is contained in:
chenchun
2024-11-15 17:01:39 +08:00
parent b75a8cb60d
commit 536c3cc56b
2 changed files with 18 additions and 18 deletions

View File

@@ -8,6 +8,7 @@
<ItemGroup>
<PackageReference Include="Hangfire.MemoryStorage" Version="1.8.1.1" />
<PackageReference Include="Hangfire.Redis.StackExchange" Version="1.9.4" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.3" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.3" />