I recently tested an ASP.NET Core app on my Linux Server hosted via Mono & Kestrel. Everything worked well, however, I had to change from ASP.NET Core due to some unsupported packages that were essential for the app.
I am new to ASP.NET so not 100% sure what I am doing incorrectly, but now when I try to dotnet run/dotnet build my server says:-
DOTNET1011: Framework not installed: .NETFramework, Version=v4.6.1
Is there anything I can do as a work around? I understand Core was designed to be multi-platform but with so many unsupported pacakage's it wasn't fit for purpose.
Thanks