Skip to content

Commit d542d16

Browse files
claudiamurialdoclaudiamurialdo
andauthored
Upgrade StackExchange.Redis to 2.9.17 (#1185)
Co-authored-by: claudiamurialdo <c.murialdo@globant.com>
1 parent ed3f6bc commit d542d16

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
@@ -19,7 +19,7 @@
1919
<Compile Include="..\..\..\..\dotnetframework\Providers\Cache\GxRedis\GxRedis.cs" Link="GxRedis.cs" />
2020
</ItemGroup>
2121
<ItemGroup>
22-
<PackageReference Include="StackExchange.Redis" Version="2.6.122" />
22+
<PackageReference Include="StackExchange.Redis" Version="2.9.17" />
2323
</ItemGroup>
2424

2525
<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
@@ -80,7 +80,7 @@
8080
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore" Version="1.3.2" />
8181
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="1.17.4" OutputItemType="Analyzer" />
8282
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="1.23.0" />
83-
<PackageReference Include="StackExchange.Redis" Version="2.6.122" />
83+
<PackageReference Include="StackExchange.Redis" Version="2.9.17" />
8484
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
8585
</ItemGroup>
8686

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)