0
donpedrodelamuerte created
Hi there,
I'm trying to learn how to use boilerplate at the moment. I'm a little bit confuse about something.
When I create a sample project for ASP.Net Core 1.x on <a class="postlink" href="http://www.aspnetboilerplate.com/">http://www.aspnetboilerplate.com/</a>
Why is the project.json target framework "net462" instead of "netcoreapp1.0"?
1 Answer(s)
-
0
Hi,
Main reason is, some of the libraries ABP framework uses does not support .Net Core at the moment. Most important one is Castle Windsor dependency injection library.
We are planning to move to .NET Core but it is not a short term plan.