Base solution for your next web application
Open Closed

Asp.Net Core Class Library #2782


User avatar
0
sayram created

I've istalled Visual Studio yesterday. I'm practicing modular and plugin system. I've big troubleshot with creating module solution and/or projects.

There are 3 dfferent class library template in visual studio. I downloaded ModularTodoApp sample. Right clicked to one of the projects. Forexample Core project. And the clicked to Properties. It seems the project .Net Framework 4.6.1 class library. And project hierarchy i can see Dependencies node. But if i create .Net Framework 4.6.1 Class Lirary project there is no Dependencies node.

Well, i created Class Library (.Net Core) i can see Dependencies node but i the Properties windows project is ot .Net 4.6.1 but .NetCoreApp 1.1

I'm new .Net Core and ofcourse Abp Asp.NEt Core 1.x.

Is there any way to create module projects like TodoModule? Any template? Which class library i have to you for asp.net core?

Thank you.


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    ABP does not support .NET Core right now but we are currently working on it. So for now, you need to create Class Library for .NET Framework and you can use it like in modular todo app.

    Thanks.