Skip to content

Commit 9bcd808

Browse files
Update System.Security.Cryptography.Xml to 8.0.3 (#1269)
* Update System.Security.Cryptography.Xml to 8.0.3 * Update Microsoft.AspNetCore.DataProtection.StackExchangeRedis to 8.0.26 because of transitive dependency to System.Security.Cryptography.Xml
1 parent 667cf1d commit 9bcd808

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

dotnet/src/dotnetcore/GxNetCoreStartup/GxNetCoreStartup.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
</PropertyGroup>
1717

1818
<ItemGroup>
19-
<PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="8.0.3" />
19+
<PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="8.0.26" />
2020
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.6" />
2121
<PackageReference Include="Microsoft.Extensions.Caching.SqlServer" Version="3.1.3" />
22-
<PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="8.0.3" />
22+
<PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="8.0.26" />
2323
<PackageReference Include="Microsoft.Identity.Client" Version="4.61.3" />
2424
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="6.5.0" />
2525

dotnet/src/extensions/SecurityAPI/dotnet/dotnetcore/GeneXusXmlSignatureNetCore/GeneXusXmlSignatureNetCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<ItemGroup>
2929
<PackageReference Include="BouncyCastle.Cryptography" Version="2.6.2" />
30-
<PackageReference Include="System.Security.Cryptography.Xml" Version="8.0.0" />
30+
<PackageReference Include="System.Security.Cryptography.Xml" Version="8.0.3" />
3131
</ItemGroup>
3232

3333
<ItemGroup>

0 commit comments

Comments
 (0)