How to package module #13170
-
The module cannot be found with a packaged reference, but it can be found with a direct reference from the project https://github.com/EasyOC/EasyOC.Modules/tree/main/src/EasyOC.ReplaceAction Did I miss a step? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
You should make the necessary changes for package generation in your csproj file. (https://github.com/EasyOC/EasyOC.Modules/blob/main/src/EasyOC.ReplaceAction/EasyOC.ReplaceAction.csproj) Related documentation: https://learn.microsoft.com/en-us/nuget/create-packages/creating-a-package-msbuild#automatically-generate-package-on-build Example csproj file: https://github.com/emrahtokalak/Emrah.OrchardCore.CKEditor/blob/main/src/Emrah.OrchardCore.CKEditor/Emrah.OrchardCore.CKEditor.csproj |
Beta Was this translation helpful? Give feedback.
You should make the necessary changes for package generation in your csproj file. (https://github.com/EasyOC/EasyOC.Modules/blob/main/src/EasyOC.ReplaceAction/EasyOC.ReplaceAction.csproj)
Related documentation: https://learn.microsoft.com/en-us/nuget/create-packages/creating-a-package-msbuild#automatically-generate-package-on-build
Example csproj file: https://github.com/emrahtokalak/Emrah.OrchardCore.CKEditor/blob/main/src/Emrah.OrchardCore.CKEditor/Emrah.OrchardCore.CKEditor.csproj