.NET Core 7 support #627
Unanswered
abcdata2010
asked this question in
Q&A
Replies: 2 comments
-
It was my mistake. The conversion from core 6 to 7 was not completed in my project. Sorry for the confusion. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Glad you got it working! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it support Core 7? I have an error when converting my project from Core6 to Core 7:
Error NU1605 Detected package downgrade: Microsoft.AspNetCore.Authentication.OpenIdConnect from 7.0.0 to 6.0.12. Reference the package directly from the project to select a different version.
MyProject -> Finbuckle.MultiTenant.AspNetCore 6.9.1 -> Microsoft.AspNetCore.Authentication.OpenIdConnect (>= 7.0.0)
MyProject -> Microsoft.AspNetCore.Authentication.OpenIdConnect (>= 6.0.12)
Thanks.
Andrey.
Beta Was this translation helpful? Give feedback.
All reactions