.Net Core Mac | Failed to sign apphost fix

Spread the love

You have to add following line to PropertyGroup in the .csproj file of the start project:

<UseAppHost>false</UseAppHost>

Now your project will run successfully.