-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Closed
Closed
Copy link
Labels
area-infrastructureIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared frameworkIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared framework
Milestone
Description
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 frameworkIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared framework