Skip to content
Closed
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions src/lib/AutoBackend.Sdk/AutoBackend.Sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.9"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.9"/>
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.4"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.9">
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.8">
Copy link

Choose a reason for hiding this comment

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

Bug: Entity Framework Design Package Downgrade Issue

The Microsoft.EntityFrameworkCore.Design package was unintentionally downgraded from 9.0.9 to 9.0.8. This change is unrelated to the PR's NSwag update and introduces version inconsistencies with other Entity Framework packages in this project and with the dependent Sample project, which could lead to compatibility issues.

Fix in Cursor Fix in Web

<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="NSwag.AspNetCore" Version="14.5.0"/>
<PackageReference Include="NSwag.AspNetCore" Version="14.6.0"/>
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/samples/Sample/Sample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="NSwag.AspNetCore" Version="14.5.0"/>
<PackageReference Include="NSwag.AspNetCore" Version="14.6.0"/>
</ItemGroup>

<ItemGroup>
Expand Down