Benchmarks icon indicating copy to clipboard operation
Benchmarks copied to clipboard

CI failure - `OrchardCore.Cms.Web.csproj` build failing with `Detected package downgrade: System.Formats.Asn1`, and Microsoft.AspNetCore.Authentication.OpenIdConnect`

Open radical opened this issue 1 year ago • 0 comments

Build failing for OrchardCore.Cms.Web.csproj:

src/OrchardCore.Cms.Web/OrchardCore.Cms.Web.csproj : error NU1109: Detected package downgrade: System.Formats.Asn1 from 9.0.0-preview.6.24327.7 to centrally defined 8.0.1. Update the centrally managed package version to a higher version. 
src/OrchardCore.Cms.Web/OrchardCore.Cms.Web.csproj : error NU1109:  OrchardCore.Cms.Web -> Microsoft.Identity.Web 3.0.1 -> System.Formats.Asn1 (>= 9.0.0-preview.6.24327.7) 
src/OrchardCore.Cms.Web/OrchardCore.Cms.Web.csproj : error NU1109:  OrchardCore.Cms.Web -> System.Formats.Asn1 (>= 8.0.1)
src/OrchardCore.Cms.Web/OrchardCore.Cms.Web.csproj : error NU1109: Detected package downgrade: Microsoft.AspNetCore.Authentication.OpenIdConnect from 9.0.0-preview.6.24328.4 to centrally defined 8.0.8. Update the centrally managed package version to a higher version. 
src/OrchardCore.Cms.Web/OrchardCore.Cms.Web.csproj : error NU1109:  OrchardCore.Cms.Web -> Microsoft.Identity.Web 3.0.1 -> Microsoft.Identity.Web.TokenAcquisition 3.0.1 -> Microsoft.AspNetCore.Authentication.OpenIdConnect (>= 9.0.0-preview.6.24328.4) 
src/OrchardCore.Cms.Web/OrchardCore.Cms.Web.csproj : error NU1109:  OrchardCore.Cms.Web -> Microsoft.AspNetCore.Authentication.OpenIdConnect (>= 8.0.8)

/cc @sebastienros

radical avatar Aug 26 '24 23:08 radical