Home > Software engineering >  blazor "Could not find a MSBuild project file"?
blazor "Could not find a MSBuild project file"?

Time:10-06

i tried: G:\GG\blazor Application>dotnet watch run

but it returns: watch : Could not find a MSBuild project file in 'G:\GG\blazor Application'. Specify which project to use with the --project option.

CodePudding user response:

G:\GG\blazor Application\blazor Application worked

  • Related