Some checks failed
Build and Push Docker / build (push) Failing after 2m40s
- Update Fengling.Platform.Domain/Infrastructure from 1.0.14 to 1.0.17 - Add temporary EnsureDeletedAsync() to recreate Gateway DB tables - Fix bigint/character varying type mismatch in GwCluster.Id - Add Npgsql log level config to suppress GSSAPI warnings - Add DATABASE_SCHEMA_FIX.md documentation Refs: AGENTS.md Recent Changes 2026-03-08
34 lines
1.8 KiB
XML
34 lines
1.8 KiB
XML
<Project>
|
|
<PropertyGroup>
|
|
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<!-- Microsoft Packages -->
|
|
<PackageVersion Include="Fengling.Platform.Domain" Version="1.0.17" />
|
|
<PackageVersion Include="Fengling.Platform.Infrastructure" Version="1.0.17" />
|
|
<PackageVersion Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="10.0.3" />
|
|
<PackageVersion Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="10.0.3" />
|
|
<PackageVersion Include="Microsoft.AspNetCore.OpenApi" Version="10.0.2" />
|
|
<!-- NetCorePal Packages (from Gitea) -->
|
|
<PackageVersion Include="Microsoft.OpenApi" Version="3.3.1" />
|
|
<PackageVersion Include="NetCorePal.Extensions.AspNetCore" Version="3.2.1" />
|
|
<PackageVersion Include="NetCorePal.Extensions.DistributedLocks.Redis" Version="3.2.1" />
|
|
<!-- Database -->
|
|
<PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.0" />
|
|
<PackageVersion Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="10.0.0" />
|
|
<!-- OpenIddict (version must match Fengling.Platform) -->
|
|
<PackageVersion Include="OpenIddict.Abstractions" Version="7.2.0" />
|
|
<PackageVersion Include="OpenIddict.AspNetCore" Version="7.2.0" />
|
|
<PackageVersion Include="OpenIddict.EntityFrameworkCore" Version="7.2.0" />
|
|
<PackageVersion Include="OpenIddict.Server" Version="7.2.0" />
|
|
<PackageVersion Include="OpenIddict.Server.AspNetCore" Version="7.2.0" />
|
|
<!-- Swashbuckle -->
|
|
<PackageVersion Include="Swashbuckle.AspNetCore" Version="10.1.4" />
|
|
<!-- Kubernetes -->
|
|
<PackageVersion Include="KubernetesClient" Version="16.0.2" />
|
|
<!-- Graphics -->
|
|
<PackageVersion Include="SkiaSharp" Version="3.119.2" />
|
|
<PackageVersion Include="QRCoder" Version="1.7.0" />
|
|
</ItemGroup>
|
|
</Project>
|