Skip to content

Commit be6ff13

Browse files
committed
chore: add StackExchange.Redis package for Redis integration
1 parent a45e495 commit be6ff13

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

OsmoDoc.API/OsmoDoc.API.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="12.0.1" />
99
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.11" />
1010
<PackageReference Include="Serilog.AspNetCore" Version="8.0.0" />
11+
<PackageReference Include="StackExchange.Redis" Version="2.8.41" />
1112
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
1213
<PackageReference Include="Swashbuckle.AspNetCore.Filters" Version="8.0.1" />
1314
</ItemGroup>

OsmoDoc/OsmoDoc.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@
2222
<PackageReference Include="DocumentFormat.OpenXml" Version="2.19.0" />
2323
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
2424
<PackageReference Include="NPOI" Version="2.7.2" />
25+
<PackageReference Include="StackExchange.Redis" Version="2.8.41" />
2526
</ItemGroup>
2627
</Project>

0 commit comments

Comments
 (0)