When I start my application I get this error:
Cannot find the startup method
“Wisej_EFCore.Program.Main, Wisej-EFCore” defined in Default.json
I just figued it out my project file was missing this line
<PropertyGroup>
<ActiveDebugFramework>net6.0</ActiveDebugFramework>
</PropertyGroup>
Just posting this to help anyone who comes accross this
Hi Devin,
I’m putting your answer above to close this issue 🙂
<PropertyGroup>
<ActiveDebugFramework>net6.0</ActiveDebugFramework>
</PropertyGroup>
Best,
Alaa