Skip to content

Commit 25d120e

Browse files
Merge pull request #1428 from dnprogramming/dependabot/nuget/api/api/multi-bb0146841c
Bump Microsoft.EntityFrameworkCore.Design from 9.0.10 to 9.0.11
2 parents d270b61 + 7e71ddf commit 25d120e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/api/api.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PackageReference Include="System.Text.Json" Version="10.0.0" />
1414
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.11" />
1515
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="9.0.11" />
16-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.10">
16+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.11">
1717
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1818
<PrivateAssets>all</PrivateAssets>
1919
</PackageReference>

api/tests/tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="9.0.11" />
3030
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.11" />
3131
<PackageReference Include="Microsoft.EntityFrameworkCore.Analyzers" Version="10.0.0" />
32-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.10">
32+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.11">
3333
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3434
<PrivateAssets>all</PrivateAssets>
3535
</PackageReference>

0 commit comments

Comments
 (0)