Skip to content

Commit e4f3073

Browse files
Bump Microsoft.EntityFrameworkCore and Microsoft.EntityFrameworkCore.Abstractions
Bumps Microsoft.EntityFrameworkCore from 9.0.9 to 9.0.11 Bumps Microsoft.EntityFrameworkCore.Abstractions from 9.0.9 to 9.0.11 --- updated-dependencies: - dependency-name: Microsoft.EntityFrameworkCore dependency-version: 9.0.11 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.EntityFrameworkCore.Abstractions dependency-version: 9.0.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 38593fa commit e4f3073

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Database/Database.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
</PropertyGroup>
1414

1515
<ItemGroup>
16-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.9" />
17-
<PackageReference Include="Microsoft.EntityFrameworkCore.Abstractions" Version="9.0.9" />
16+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.11" />
17+
<PackageReference Include="Microsoft.EntityFrameworkCore.Abstractions" Version="9.0.11" />
1818
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.9">
1919
<PrivateAssets>all</PrivateAssets>
2020
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)