0
john@johnfuqua.com created
We are building our system into discrete modules for reuse in several micoservices. We want to be able to add these Nuget packages to the solutions the same way we add Abp Commercial modules...i.e. abp add-module OurCustomModule
Or is there a manual way we can do this? We do not want to add module projects (source code).
- ABP Framework version: v7.4
- UI Type: Blazor Server
- Database System: EF Core (SQL Server)
- Tiered (for MVC) or Auth Server Separated (for Angular): yes
- Exception message and full stack trace:
- Steps to reproduce the issue:
1 Answer(s)
-
0
.e. abp add-module OurCustomModule
The
abp add-module
only works for ABP modules.Or is there a manual way we can do this
Yes, you can install module packages via NuGet