Skip to content

Commit 5324613

Browse files
Bump Microsoft.EntityFrameworkCore.Design and Microsoft.EntityFrameworkCore.Tools
Bumps Microsoft.EntityFrameworkCore.Design from 9.0.6 to 9.0.9 Bumps Microsoft.EntityFrameworkCore.Tools from 9.0.6 to 9.0.9 --- updated-dependencies: - dependency-name: Microsoft.EntityFrameworkCore.Design dependency-version: 9.0.9 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.EntityFrameworkCore.Tools dependency-version: 9.0.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a3352e7 commit 5324613

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/KS.FiksProtokollValidator.WebAPI/KS.FiksProtokollValidator.WebAPI.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@
5959
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="8.0.20" />
6060
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="9.0.9" />
6161
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.6" />
62-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.6">
62+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.9">
6363
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
6464
<PrivateAssets>all</PrivateAssets>
6565
</PackageReference>
6666
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.6" />
6767
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.6" />
68-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.6">
68+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.9">
6969
<PrivateAssets>all</PrivateAssets>
7070
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
7171
</PackageReference>

0 commit comments

Comments
 (0)