Hi, We are moving from abp 3.2.0 to 4.3.0 core. I've noted the the source code available on github has changed the structure. Which projects and where I have to download in order to have the complete full code ?
GitHub - AspnetZero -> aspnet-zero-core seems a template project and also aspnet-zero. I need what in the first version were Abp.sln and Abp.Zero.sln.
Thanks
6 Answer(s)
-
0
Hi @ivanosw1,
aspnet-zero is for MVC 5.x and aspnet-zero-core is for ASP.NET Core version. Do you want to update your existing MVC 5.x application to ASP.NET Core version ?
If so, we don't have a way of doing it. You should do it manually and I think it is a hard job to do.
Thanks.
-
0
Hi,
I'm using the Core version (3.2.0) with angular. We are planning to upgrade to version 4.3.0. I know that is my problem how to make the upgrade, but I need the source code for that. aspnet-zero-core has MyCompanyName.AbpZeroTemplate.sln that I don't think is the source code.
I need what in the 3.2.0 version were Abp.sln and Abp.Zero.sln.
Thank you.
-
0
Hi @ismcagdas,
I'm sorry but is not what I mean.
I try to explain better: What I need is the source code of the nuget packages like Abp v.2.3.0 that contains public abstract class AbpModule { ....
From AspnetZero github I can download "aspnet-zero-core" that it isn't the source code. Is a template project.
In 3.2.0 version the soluzione Abp.sln contains the source code of AbpModule. I need the same but from 4.3.0 core version.
Thanks
-
0
ABP is open source... you can find all of the ABP code in the public repository.
<a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/blob/dev/src/Abp/Modules/AbpModule.cs">https://github.com/aspnetboilerplate/as ... pModule.cs</a>
-
0
Ok now I've realized.
TheAspZero code before was in private repository, while now has moved on public repository. Thank you very much @srtrix20.