Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<!-- Infrastructure -->
<PackageVersion Include="AspNetCore.HealthChecks.NpgSql" Version="9.0.0" />
<PackageVersion Include="EFCore.NamingConventions" Version="9.0.0" />
<PackageVersion Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="9.0.9" />
<PackageVersion Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="9.0.11" />
<PackageVersion Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="9.0.9" />
Comment on lines +18 to 19
Copy link

Copilot AI Nov 19, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] Version inconsistency detected: Microsoft.AspNetCore.Authentication.JwtBearer is being updated to 9.0.11 while other Microsoft .NET 9 packages (Microsoft.EntityFrameworkCore at line 12, Microsoft.Extensions.Logging.Abstractions at line 13, Microsoft.Extensions.Diagnostics.HealthChecks at line 19, Microsoft.AspNetCore.OpenApi at line 24, and Microsoft.EntityFrameworkCore.Tools at line 25) remain at 9.0.9. Consider updating all Microsoft .NET 9 packages to the same patch version to maintain consistency and ensure compatibility.

Copilot uses AI. Check for mistakes.
<PackageVersion Include="Newtonsoft.Json" Version="13.0.4" />
<PackageVersion Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.4" />
Expand Down