Open SimoneNegro opened 1 month ago
I face a same issue as you today and realize that maybe the dotnet version(my dotnet version when i face the issue is 8.0.403) is the reason why it not working .So i change my version of dotnet from 8.0.403 into 8.0.100 by installing it and write this command to create a global.json file in the project "echo { "sdk": { "version": "8.0.100" } } > global.json" to change the version and somehow it work . Hope this comment can help you
I figured out the error, was an HTTPS certificate problem.
Same Issue I am facing. Not able to resolve please help!
Hi, i'm trying to build .NET project with angular as single pages. I downloaded this project but i found an issue, beacause when i run it, the cli give me this build error:
Someone have an idea why i keep recieve this error?