- ABP Framework version: v7.3.2
- UI Type: Blazor Server
- Database System: EF Core SQL Server
- Tiered (for MVC) or Auth Server Separated (for Angular): yes / no
- Exception message and full stack trace:
- Steps to reproduce the issue: Hi, I am trying to upgrade my abp solution from 7.3.2 -> 8.0, so far following the doc including https://docs.abp.io/en/commercial/8.0/migration-guides/v8_0 and https://community.abp.io/posts/upgrade-your-existing-projects-to-.net-8-abp-8.0-x0n7hiqr I would assume I can ignore this doc (https://docs.abp.io/en/abp/8.0/Migration-Guides/Abp-8_0) since I replaced the two modules with source code from abp suite previously, what's the best practice to upgrade those modules other than upgrading the nuget versions? For example, seeing this build error after the nuget package upgrade from Volo.Identity.Pro source code.
5 Answer(s)
-
0
any updates? thanks
-
0
hi
The code of the module may be modified or breaking changes. After updating the template code, you also need to update the module's source code.
- Add your local source code to git.
- Download the 8.0 module source code
- Merge 8.0 with your locals
- Handle the conflicts in git.
-
0
let's say i havn't modified any source code inside the modules, is there a clean way to wipe the source code and replace it with the newer version?
-
0
btw another quick question:
I see that the blazorise libarary that commercial version using is still on 1.3.x, can i upgrade it to 1.4.x?
-
0
hi
let's say i havn't modified any source code inside the modules, is there a clean way to wipe the source code and replace it with the newer version?
So you can remove and re-download it.
I see that the blazorise libarary that commercial version using is still on 1.3.x, can i upgrade it to 1.4.x?
Yes. We upgrade blazorise to 1.4.1 in abp v8.0
| Package | Old Version | New Version | | ------------------- | ----------- | ----------- | | Blazorise | 1.3.1 | 1.4.1 | | Blazorise.Bootstrap5 | 1.3.1 | 1.4.1 | | Blazorise.Icons.FontAwesome | 1.3.1 | 1.4.1 | | Blazorise.Components | 1.3.1 | 1.4.1 | | Blazorise.DataGrid | 1.3.1 | 1.4.1 | | Blazorise.Snackbar | 1.3.1 | 1.4.1 |