In the last years i have developed a huge amount of .NET Framework (4.8) Classes with functions and methods for my applications. Most if this apps are commandline apps. A few apps are WPF or Winform-Apps.
Now I want to start with Apps they run in browser. I try to use "Blazor", but the need .NET CORE or .NET STANDARD - and they cann´t use projects/classes from ".NET Framework".
My Question: If i use uno-platform only for UI, can I use/reference to ".NET Framework" Projects oder Libraries? Or have it the same limitation like Razor-Apps?