fix: Potential fix for the invalid syntax redis issue, unless the issue is caused by the older version of redis on the server itself

This commit is contained in:
Kwoth
2024-06-25 03:32:21 +00:00
parent 15d4117d7f
commit 237e66495b

View File

@@ -73,7 +73,7 @@
<PackageReference Include="SixLabors.ImageSharp" Version="2.1.8"/>
<PackageReference Include="SixLabors.ImageSharp.Drawing" Version="1.0.0-beta14"/>
<PackageReference Include="SixLabors.Shapes" Version="1.0.0-beta0009"/>
<PackageReference Include="StackExchange.Redis" Version="2.7.33"/>
<PackageReference Include="StackExchange.Redis" Version="2.8.0" />
<PackageReference Include="YamlDotNet" Version="15.1.4"/>
<PackageReference Include="SharpToken" Version="2.0.3" />