aspnetcore
aspnetcore copied to clipboard
System.Security.Cryptography.Xml.dll file version downgrade between 8.0.7 and 8.0.8
Is there an existing issue for this?
- [X] 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 https://github.com/dotnet/runtime/issues/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