Update further dependencies for 17 (#20935)

Update further dependencies.
This commit is contained in:
Andy Butland
2025-11-24 10:42:35 +01:00
committed by GitHub
parent 1e64c8d5af
commit dc50a6e8c3
7 changed files with 13 additions and 13 deletions

View File

@@ -25,7 +25,7 @@
<ItemGroup>
<!-- Add design/build time support for EF Core migrations -->
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" PrivateAssets="all" Version="10.0.0-rc.2.25502.107" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" PrivateAssets="all" Version="10.0.0" />
<!--
Added the following direct dependency due to Microsoft.EntityFrameworkCore.Design having a dependency on an insecure version.
Review for removal when Microsoft.EntityFrameworkCore.Design is updated to a newer version.