Closed
Description
ABP Framework version 4.3.0
User Interface** type (Angular/MVC/React... etc.) : Blazor WebAssembly
- Steps needed to reproduce the problem.
- Create new Blazor WebAssembly solution
- Navigate to Blazor project folder
- Run the following:
- abp add-package Volo.Abp.AspNetCore.Components.WebAssembly.BasicTheme --with-source-code --add-to-solution-file
- abp add-package Volo.Abp.AspNetCore.Components.Web.BasicTheme --with-source-code --add-to-solution-file
If I try and open the solution I get the following message:
If I then open the solution file I can see that the Project references have been added at the beginning of the file instead of with the other projects.
If I then move the references the project opens ok