You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installing the asp.net core runtime 10.0 RC 2(x86), the swidtag folder is installed in the C:\Program Files path instead of C:\Program Files (x86) path #63839
REGRESSION INFO: Works well on the ASP.NET core runtime 10.0 RC 1
INSTALL STEPS:
Clean Win11 x64 ENU machine
Download the Asp.net core Runtime 10.0 RC 2(x86) from corherent build
Platform
Windows
macOS
Linux
Repro Steps
Install the installer.exe via double click
Observer the dotnet folder under C:\Program Files (x86) path and C:\Program Files path
Actual Result
After install the ASP.NET Runtime 10.0 RC1(X86), the shared folder is under C:\Program Files (x86) path, but the swidtag folder is under C:\Program Files path.
Expect Result
After install the ASP.NET Runtime (X86), both folders should in the C:\Program Files(x86) path.
10.0 RC1 (x86):