All checks were successful
Dotnet build and test / build (pull_request) Successful in 8m15s
Add an application-level smoke test for /.well-known/openid-configuration and a direct IResourceStore check so the IdentityServer8 mapper failure is caught from the Yavsc side. Bump HigginsSoft.IdentityServer8 packages to 8.1.0-pazofrc007, which includes the EntityFramework mapper fix removing the failing AutoMapper static initialization. This closes the 500 on OIDC discovery and restores remoting/auth flows that depend on discovery metadata.
56 lines
3.5 KiB
XML
56 lines
3.5 KiB
XML
<Project>
|
|
<PropertyGroup>
|
|
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
|
|
<IdentityServer8Version>8.1.0-pazofrc007</IdentityServer8Version>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageVersion Include="System.Security.Cryptography.Pkcs" Version="10.0.9" />
|
|
|
|
<PackageVersion Include="HigginsSoft.IdentityServer8" Version="$(IdentityServer8Version)" />
|
|
<PackageVersion Include="HigginsSoft.IdentityServer8.AspNetIdentity" Version="$(IdentityServer8Version)" />
|
|
<PackageVersion Include="HigginsSoft.IdentityServer8.EntityFramework" Version="$(IdentityServer8Version)" />
|
|
<PackageVersion Include="HigginsSoft.IdentityServer8.EntityFramework.Storage" Version="$(IdentityServer8Version)" />
|
|
<PackageVersion Include="HigginsSoft.IdentityServer8.Security" Version="$(IdentityServer8Version)" />
|
|
<PackageVersion Include="HigginsSoft.IdentityServer8.Storage" Version="$(IdentityServer8Version)" />
|
|
|
|
<PackageVersion Include="AsciiDocSharp" Version="0.1.0" />
|
|
<PackageVersion Include="AsciiDocSharp.Converters.Html" Version="0.1.0" />
|
|
|
|
<PackageVersion Include="BouncyCastle.Cryptography" Version="2.6.2" />
|
|
|
|
<PackageVersion Include="Google.Apis.Compute.v1" Version="1.74.0.4138" />
|
|
|
|
<PackageVersion Include="Microsoft.AspNetCore.Antiforgery" Version="2.3.11" />
|
|
<PackageVersion Include="Microsoft.AspNetCore.Authentication.Google" Version="10.0.9" />
|
|
<PackageVersion Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="10.0.9" />
|
|
<PackageVersion Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="10.0.9" />
|
|
<PackageVersion Include="Microsoft.AspNetCore.SignalR" Version="1.2.11" />
|
|
<PackageVersion Include="Microsoft.EntityFrameworkCore.Tools" Version="10.0.9" />
|
|
<PackageVersion Include="Microsoft.AspNetCore.Hosting" Version="2.3.11" />
|
|
<PackageVersion Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="10.0.9" />
|
|
<PackageVersion Include="Microsoft.AspNetCore.Identity.UI" Version="10.0.9" />
|
|
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="10.0.9" />
|
|
<PackageVersion Include="Microsoft.AspNetCore.Razor" Version="2.3.0" />
|
|
<PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.9" />
|
|
<PackageVersion Include="Microsoft.EntityFrameworkCore.InMemory" Version="10.0.9" />
|
|
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="10.0.11" />
|
|
<PackageVersion Include="Microsoft.Extensions.Logging" Version="10.0.9" />
|
|
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.7.0" />
|
|
<PackageVersion Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="10.0.2" />
|
|
|
|
<PackageVersion Include="Swashbuckle.AspNetCore" Version="10.2.2" />
|
|
|
|
<PackageVersion Include="coverlet.collector" Version="10.0.1" />
|
|
|
|
<PackageVersion Include="IdentityModel.OidcClient" Version="6.0.0" />
|
|
|
|
<PackageVersion Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="10.0.9" />
|
|
<PackageVersion Include="Microsoft.IdentityModel.Tokens" Version="8.2.1" />
|
|
<PackageVersion Include="System.IdentityModel.Tokens.Jwt" Version="8.2.1" />
|
|
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.5" />
|
|
<PackageVersion Include="xunit.v3" Version="3.2.2" />
|
|
<PackageVersion Include="xunit.v3.common" Version="3.2.2" />
|
|
<PackageVersion Include="xunit.v3.extensibility.core" Version="3.2.2" />
|
|
<PackageVersion Include="YamlDotNet" Version="18.1.0" />
|
|
</ItemGroup>
|
|
</Project>
|