Error when building project: error MSB6006: ""
Just added the package to my project and created the xml file. When I try to build my project it gives me this error:
.nuget/packages/reinforced.typings/1.6.1/build/Reinforced.Typings.targets(61,3): error MSB6006: "" foi encerrado com o código 1.
I had this issue because I had no ASP.NET Core runtime installed.
@saraedum I have it installed, I was trying to add it to a project that is already running with ASP net core on production... So I dont think that is this case
I'm just chiming in to let any lurkers know that if you've a .NET Core runtime installed and are still facing this issue, try installing an older version like 2.2 🙂
I start seeing it once I upgraded to container image we build the project in to net 6, maybe it is related to that?