Open OtherGitAcc opened 3 weeks ago
What commands did you run to build? Did you run nuget?
This is an old project I haven't looked into in years, so your guess is as good as mine :)
I have a slightly modified version that builds correctly into a docker container https://github.com/qqapland/trulyquantumchess. Might be of help.
Hello, I encountered a deployment issue while trying to deploy the project to Azure. The error indicates that the project files are referencing .NET Framework v4.5 which is causing the build to fail. Specifically, the reference assemblies for .NET Framework v4.5 are missing, and the build process cannot proceed because it requires these assemblies to complete the build process.
I tried by modifying the .csproj files to target .NET 6.0, but that doesnt solve it. i.e changing the TargetFrameworkVersion. Are there any other dependencies within the project that still rely on .NET Framework 4.5, or is there any specific thing that would be causing this issue?
Or, could there be another underlying issue causing this error, which I might be overlooking? I am not a web developer, I am not well aware of the deployment pipeline and how the project setup works. So, sorry if what I’m describing is not entirely accurate/technically correct
Thanks a lot! Appreciate your time