abpframework / abp

Open Source Web Application Framework for ASP.NET Core. Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET and the ASP.NET Core platforms. Provides the fundamental infrastructure, production-ready startup templates, application modules, UI themes, tooling, guides and documentation.
https://abp.io
GNU Lesser General Public License v3.0
12.41k stars 3.34k forks source link

Output warning if the project and cli are use different `TargetFramework`. #19842

Closed maliming closed 1 week ago

maliming commented 1 month ago

Resolve #19602

Volo.Abp.Cli.Bundling.BundlingException: 
Your project(MyCompanyName.MyProjectName.Blazor.Client/MyCompanyName.MyProjectName.Blazor.Client.csproj) target framework is net7.0. 
But ABP CLI version is 8.2.0. 
Please use the ABP CLI that is compatible with your project target framework.