Skip to content

Commit fa28f38

Browse files
chore(deps): Bump Microsoft.EntityFrameworkCore.Relational from 9.0.10 to 9.0.11
--- updated-dependencies: - dependency-name: Microsoft.EntityFrameworkCore.Relational dependency-version: 9.0.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f0c407a commit fa28f38

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

PhantomDave.BankTracking.Api/PhantomDave.BankTracking.Api.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2727
</PackageReference>
2828
<PackageReference Include="Microsoft.EntityFrameworkCore.DynamicLinq" Version="9.6.9" />
29-
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="9.0.10" />
29+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="9.0.11" />
3030
</ItemGroup>
3131

3232
<ItemGroup>

PhantomDave.BankTracking.Data/PhantomDave.BankTracking.Data.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.10" />
10+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.11" />
1111
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.10">
1212
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1313
<PrivateAssets>all</PrivateAssets>
@@ -20,6 +20,7 @@
2020
</ItemGroup>
2121

2222
<ItemGroup>
23+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="9.0.11" />
2324
<Folder Include="Migrations\" />
2425
</ItemGroup>
2526

0 commit comments

Comments
 (0)