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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: