I have a ASP.NET Core (1.1.0) application wich is referencing the full framework (4.6.2) and is using the Entity Framework Core (1.1.0) and a SQLite databse.
This is working fine under Windows 10 x64. Now I want to run this app on the Raspberry Pi 3 with mono-complete (4.6). When I start the app, then there are some errors regarding Kestrel is not finding libuv.
How can I achieve my goal? (Is it possible?)
Edit: I searched for tutorials, how to, docs etc. for that kind of scenario, but did not found anything. The results of my search were all for .Net Core and not the full framework/mono.