Is it possible to install a .NET application on Windows Sandbox?

Viewed 2888

I'm using Windows Sandbox currently and it looks like there's no way to run a .NET application. Although the Sandbox has .NET 4.8 installed, when I try to run a downloaded .NET desktop application it complains that the runtime is not available.

enter image description here

Trying to install a specific runtime (4.7.2 is what the download takes me to) gives the error above.

So is there some way to run .NET applications on the Sandbox?

1 Answers
Related