Hi,
I used the create template from the web function and got a template. It is using .NET 4.6.1 framework, not Core 1.0. I noticed there are some libraries in Abp that aren't ported to ASP.NET Core yet - such as Windsor and the transaction scope stuff that is part of System.Transaction.
I also noticed that there are Core specific files included in Abp for configuration, EF Core, etc.
So obviously you have done work to make this run in ASP.NET Core. Is the Castle Windsor dependency the only thing that is holding that up?
I want to run in pure ASP.NET Core - I guess this will require me replacing Castle Windsor in Abp to get that going. Is this something that you are working on? If I remove the dependency on Windsor what else will have to be done to make this run in ASP.NET Core?
Thanks in advance!