First of all, congrats for this must-have framework.
As subject says ... is there any plan to make it available on vNext so we can use multiplatform either for developing and production?
I'd like to use vscode on my mac to develop and deploy app on IIS ;)
4 Answer(s)
-
0
ABP does not support .NET Core yet. So it's not cross platform. But we support AspNet Core: <a class="postlink" href="http://www.codeproject.com/Articles/1115763/Using-ASP-NET-Core-Entity-Framework-Core-and-ASP-N">http://www.codeproject.com/Articles/111 ... -and-ASP-N</a>
-
0
Thanks for reply! When .net core will be supported, I'll be very happy!
-
0
It supports AspNet Core, but it still relies on .Net Framework 4.6?
(I never really understood the new .net stack, with AspNet Core being partly dependant on .Net framework 4.6 and/or .Net Core)
-
0
ASP.NET Core can run on .NET Core and .NET Framework (a.k.a. full .NET Framework). So, we support .NET Framework now. We will work on .NET Core in the future.