An unhandled error has occurred.
Reload
🗙
````
Remove the following line:
````html
````
Add the following lines instead:
````html
````
* Upgrade Microsoft.Extensions.* packages to 3.1.8+.
If you have trouble, it is best to download a new solution and compare the files with yours. There are not so many files in the startup template.
## BlazoriseCrudPageBase to AbpCrudPageBase
Renamed `BlazoriseCrudPageBase` to `AbpCrudPageBase`. Just update the usages. It also has some changes, you may need to update method calls/usages manually.