Home > Net >  Error in upgrading an asp.net 5 project to .net 6 : "Conflicting assets with the same target pa
Error in upgrading an asp.net 5 project to .net 6 : "Conflicting assets with the same target pa

Time:03-25

I upgraded my existing ASP.NET 5 project to ASP.NET 6, and now after I build it, I'm getting the following error :

conflicting assets

My project was in ASP.NET 5 and now is ASP.NET 6 contains some razor pages alongside AngularJS typescript files.

CodePudding user response:

The error was fixed after upgrading Visual Studio to v17.1.1

  • Related