Skip to content

Commit c06e857

Browse files
author
claudiamurialdo
committed
Upgrade StackExchange.Redis to 2.9.17
1 parent cee85ea commit c06e857

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dotnet/src/dotnetcore/Providers/Cache/GxRedis/GxRedis.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<Compile Include="..\..\..\..\dotnetframework\Providers\Cache\GxRedis\GxRedis.cs" Link="GxRedis.cs" />
1919
</ItemGroup>
2020
<ItemGroup>
21-
<PackageReference Include="StackExchange.Redis" Version="2.6.122" />
21+
<PackageReference Include="StackExchange.Redis" Version="2.9.17" />
2222
</ItemGroup>
2323

2424
<ItemGroup>

dotnet/src/extensions/Azure/Handlers/GeneXus.Deploy.AzureFunctions.Handlers.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore" Version="1.3.2" />
7979
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="1.17.4" OutputItemType="Analyzer" />
8080
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="1.23.0" />
81-
<PackageReference Include="StackExchange.Redis" Version="2.6.122" />
81+
<PackageReference Include="StackExchange.Redis" Version="2.9.17" />
8282
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
8383
</ItemGroup>
8484

dotnet/src/extensions/Azure/Libraries/GeneXus.Deploy.AzureFunctionsLibraries.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</ItemGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="StackExchange.Redis" Version="2.6.122" />
17+
<PackageReference Include="StackExchange.Redis" Version="2.9.17" />
1818
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore" Version="1.3.2" />
1919
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="1.17.4" OutputItemType="Analyzer" />
2020
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="1.23.0" />

0 commit comments

Comments
 (0)