Hello,
Welcome to Microsoft Q&A.
The Microsoft.NET.CoreRuntime
package is a basic dependency of UWP applications and must be installed.
Generally speaking, if it is uploaded to the Microsoft Store, the installation of the application is relatively simple, and the installation process can be performed by the Microsoft Store.
If it is a side-loaded package, you need to perform the following installation steps:
- Enabled developer mode
- Install with PowerShell
Run the ʻInstall.ps1` script in the installation directory through PowerShell to perform automated installation to avoid manual installation of dependencies and certificates by users.
Thanks.
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.