Skip to content
Open
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 @@ -23,7 +23,7 @@
<PackageVersion Include="FastEndpoints.Swagger.Swashbuckle" Version="2.0.1" />
<PackageVersion Include="MediatR" Version="11.1.0" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="7.0.1" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="7.0.1" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="7.0.20" />
Copy link

Copilot AI Nov 25, 2025

Choose a reason for hiding this comment

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

Updating only Microsoft.AspNetCore.Mvc.Testing to 7.0.20 while leaving other related Microsoft packages at 7.0.1 creates version inconsistency. Consider updating the following related packages to 7.0.20 as well for consistency and to ensure you get the latest security patches and bug fixes:

  • Microsoft.AspNetCore.Mvc.NewtonsoftJson (line 25)
  • Microsoft.EntityFrameworkCore.InMemory (line 27)
  • Microsoft.EntityFrameworkCore.Tools (line 28)
  • Microsoft.EntityFrameworkCore.Sqlite (line 29)
  • Microsoft.EntityFrameworkCore.SqlServer (line 30)
  • Microsoft.VisualStudio.Web.CodeGeneration.Design (line 32)

These packages are part of the same .NET 7.0 release cycle and should typically be kept in sync to avoid potential compatibility issues.

Copilot uses AI. Check for mistakes.
<PackageVersion Include="Microsoft.EntityFrameworkCore.InMemory" Version="7.0.1" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Tools" Version="7.0.1" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.1" />
Expand Down
Loading