I am trying to host UWP Controls on my .NET Framework 4.8 Application. After I have installed the Microsoft.Toolkit.Forms.UI.XamlHost
Nuget Package, I added a WindowsXamlHost component to the form. However, this error message popped up:
I have looked on Github, but found no luck in solving this problem.
How do I fix this?