Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deployment Issues with Framework Version 4.5 on Azure #22

Open
OtherGitAcc opened this issue Nov 7, 2024 · 2 comments
Open

Deployment Issues with Framework Version 4.5 on Azure #22

OtherGitAcc opened this issue Nov 7, 2024 · 2 comments

Comments

@OtherGitAcc
Copy link

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

@caphindsight
Copy link
Owner

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 :)

@qqap
Copy link

qqap commented Nov 10, 2024

I have a slightly modified version that builds correctly into a docker container
https://github.com/qqapland/trulyquantumchess. Might be of help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants