Skip to content

Commit 5f784f8

Browse files
Merge pull request #1372 from dnprogramming/dependabot/nuget/api/api/multi-cea6e00590
Bump Microsoft.EntityFrameworkCore.Design and 2 others
2 parents b2826af + 5188496 commit 5f784f8

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
@@ -18,7 +18,7 @@
1818
<PrivateAssets>all</PrivateAssets>
1919
</PackageReference>
2020
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.9" />
21-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.9">
21+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.10">
2222
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2323
<PrivateAssets>all</PrivateAssets>
2424
</PackageReference>

api/tests/tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<PrivateAssets>all</PrivateAssets>
3535
</PackageReference>
3636
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.9" />
37-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.9">
37+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.10">
3838
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3939
<PrivateAssets>all</PrivateAssets>
4040
</PackageReference>

0 commit comments

Comments
 (0)