Replies: 3 comments
-
@kevinchalet I assume OpenIdConnect |
Beta Was this translation helpful? Give feedback.
-
Try adding |
Beta Was this translation helpful? Give feedback.
-
Now, I created a new ASP.NET MVC website with OrchardCore.Application.Cms.Core.Targets version 2.0.1. Finally there are no more warning messages. But when I try to run this website, it threw an exception: |
Beta Was this translation helpful? Give feedback.
-
My environment is Visual Studio Community 2022 + .Net SDK 9.0.101.
I am using Orchard Core as a decoupled CMS, when I add "OrchardCore.Application.Cms.Targets" in Nuget,
Visual Studio is telling me that Warning As Error: Detected package downgrade: Microsoft.AspNetCore.Authentication.OpenIdConnect from 9.0.0-rc.2.24474.3 to 8.0.11. Reference the package directly from the project to select a different version.
TestOrchard -> OrchardCore.Application.Cms.Targets 2.1.3 -> Microsoft.Identity.Web 3.3.1 -> Microsoft.Identity.Web.TokenAcquisition 3.3.1 -> Microsoft.AspNetCore.Authentication.OpenIdConnect (>= 9.0.0-rc.2.24474.3)
TestOrchard -> OrchardCore.Application.Cms.Targets 2.1.3 -> Microsoft.AspNetCore.Authentication.OpenIdConnect (>= 8.0.11)
I'd appreciate it if someone can be of help.
Beta Was this translation helpful? Give feedback.
All reactions