The program \'[3984] dotnet.exe\' has exited with code -2147450751 (0x80008081).
The program \'[3984] dotnet.exe: Program Trace\' has exited with code 0 (0x0).
The p
I had a similar error to this. In my case I had a NuGet package which targeted a higher minor version of dotnetcore than the SDK I had installed locally. To solve, I went down a minor version on the NuGet package, but updating to the latest SDK also probably would have worked.