Can’t building Blazor app on Mac OS which works on Windows
I switched from a HP Laptop running Windows 11 to a Mac Book running Sonoma.
My Balzor app is saved on a Git Repositroy.
On the Windows Laptop I can build and run the App without errors.
On the new Mac I installed dotnet (8.0.400) and cloned the git repository.
The exact same code that runs perfectly fine on the Windows Laptop throws errors on the Mac.
Executing:
dotnet build
throws the following errors: