We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I got a problem with this package today
Looks like installing v8.0.2 will get to the error: The FrameworkReference 'Microsoft.WindowsDesktop.App.WindowsForms' was not recognized
When use it to build a docker container using [mcr.microsoft.com/dotnet/sdk:8.0.200] (http://mcr.microsoft.com/dotnet/sdk:8.0.200)
Maybe the reference to the Microsoft.EntityFrameworkCore.Analyzers is causing the problem.
I downgraded to v8.0.1 and there's no trouble.
The text was updated successfully, but these errors were encountered:
@rudacomolaplanta Can you post your csproj file(s)?
Sorry, something went wrong.
Are targeting "windows" ? that could why you get the issue, due to SqlClient 5.1.4 using Azure.Identity 10.3
@ErikEJ that was the problem! changed the targeting OS and worked. Thanks!
Tracking issue (it is actually Microsoft.Identity.Client that is the culprit)
No branches or pull requests
Hi,
I got a problem with this package today
Looks like installing v8.0.2 will get to the error:
The FrameworkReference 'Microsoft.WindowsDesktop.App.WindowsForms' was not recognized
When use it to build a docker container using [mcr.microsoft.com/dotnet/sdk:8.0.200] (http://mcr.microsoft.com/dotnet/sdk:8.0.200)
Maybe the reference to the Microsoft.EntityFrameworkCore.Analyzers is causing the problem.
I downgraded to v8.0.1 and there's no trouble.
The text was updated successfully, but these errors were encountered: