netcore-blueprint 0.0.86 → 0.0.88
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/copy-module.js +3 -3
- package/package.json +1 -1
package/bin/copy-module.js
CHANGED
|
@@ -151,8 +151,8 @@ function addModuleReferencesToHostApi(moduleName, hostApiCsprojPath) {
|
|
|
151
151
|
// Build refs (giữ nguyên logic cũ)
|
|
152
152
|
function buildStaticProjectRefs(moduleName) {
|
|
153
153
|
return [
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
154
|
+
`..\\..\\Modules\\${moduleName}Module\\${moduleName}Module.API\\${moduleName}Module.API.csproj`,
|
|
155
|
+
`..\\..\\Modules\\${moduleName}Module\\${moduleName}Module.Core\\${moduleName}Module.Core.csproj`,
|
|
156
|
+
`..\\..\\Modules\\${moduleName}Module\\${moduleName}Module.Infrastructure\\${moduleName}Module.Infrastructure.csproj`,
|
|
157
157
|
];
|
|
158
158
|
}
|