Skip to content

System.Security.Cryptography.Xml.dll file version downgrade between 8.0.7 and 8.0.8 #57563

Closed
@mecsco

Description

@mecsco

Is there an existing issue for this?

  • I have searched the existing issues

Describe the bug

Following an upgrade from 8.0.7 to 8.0.8 of a Microsoft.NET.Sdk.Web project that uses the runtime target win-x86 (self-contained), it was observed that System.Security.Cryptography.Xml.dll was being removed when running an MSI upgrade.

The reason is essentially the same as dotnet/runtime#82518 due to the file version decreasing

Comparing the various file / product versions, I observe:

  • C:\Program Files (x86)\dotnet\shared\Microsoft.AspNetCore.App\8.0.8 has 8.0.524.21615
  • C:\Program Files (x86)\dotnet\shared\Microsoft.AspNetCore.App\8.0.7 has 8.0.724.31311

Expected Behavior

No response

Steps To Reproduce

No response

Exceptions (if any)

No response

.NET Version

8.0.8

Anything else?

No response

Metadata

Metadata

Assignees

Labels

area-infrastructureIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared framework

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions