Skip to content

Commit 8fde6b5

Browse files
chore(deps): Bump Microsoft.EntityFrameworkCore.Design and Microsoft.EntityFrameworkCore.Relational
Bumps Microsoft.EntityFrameworkCore.Design from 9.0.10 to 9.0.11 Bumps Microsoft.EntityFrameworkCore.Relational from 9.0.10 to 9.0.11 --- updated-dependencies: - dependency-name: Microsoft.EntityFrameworkCore.Design dependency-version: 9.0.11 dependency-type: direct:production update-type: version-update:semver-patch - 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 8fde6b5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
</PackageReference>
2222
<PackageReference Include="HotChocolate.Authorization" Version="15.1.11" />
2323
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="9.0.10" />
24-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.10">
24+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.11">
2525
<PrivateAssets>all</PrivateAssets>
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<ItemGroup>
1010
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.10" />
11-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.10">
11+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.11">
1212
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1313
<PrivateAssets>all</PrivateAssets>
1414
</PackageReference>

0 commit comments

Comments
 (0)