You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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?
The text was updated successfully, but these errors were encountered: