We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6824756 + 221a34e commit a77709aCopy full SHA for a77709a
src/RedisRateLimiting/RedisRateLimiting.csproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
<OutputType>Library</OutputType>
@@ -27,7 +27,7 @@
27
28
<ItemGroup>
29
<PackageReference Include="System.Threading.RateLimiting" Version="7.0.0" />
30
- <PackageReference Include="StackExchange.Redis" Version="2.6.96" />
+ <PackageReference Include="StackExchange.Redis" Version="2.6.104" />
31
</ItemGroup>
32
33
</Project>
0 commit comments