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:
parent
fb17ad7ad5
commit
a6e891fc92
1 changed files with 42 additions and 42 deletions
|
@ -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" />
|
||||
|
||||
|
|
Loading…
Reference in a new issue