Replies: 1 comment
-
666 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
52ABP V5 升级指南/ 52ABP V5 Upgrade Guide
开始之前
Node.js
>= 10.13。升级步骤
统一处理yarn为npm 考虑到CI CD。如果遇到npm加速包还原问题,可参考文档:https://www.52abp.com/post/yoyomooc/npm-yarn-registry-taobao-mirror
1.配置私有Nuget源
打开cmd或者pwsh后,在控制台中输入以下命令:
即可配置,配置完成后
可以通过
dotnet nuget list source
命令进行检查如下图:2.统一Nuget包的版本(升级ABP包)
打开项目解决方案后,访问
abpversion.props
文件,统一配置ABP与L52ABP的nuget包版本。现在你可以有针对性的调整各个nuget包的版本内容。我们按照领域驱动设计的思路从领域层逐步到最后的展现层来做升级。
3.领域Core层类库升级
4.应用层Application层类库升级
5.展现层Web层类库升级
6.基础设施层Entityframework层类库升级
Beta Was this translation helpful? Give feedback.
All reactions