Skip to content

Commit d86edf1

Browse files
chore: bump the ef-core group across 1 directory with 3 updates
Bumps the ef-core group with 3 updates in the / directory: [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore), [Microsoft.EntityFrameworkCore.Relational](https://github.com/dotnet/efcore) and [Microsoft.EntityFrameworkCore.InMemory](https://github.com/dotnet/efcore). Updates `Microsoft.EntityFrameworkCore` from 8.0.6 to 9.0.4 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v8.0.6...v9.0.4) Updates `Microsoft.EntityFrameworkCore` from 8.0.6 to 9.0.4 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v8.0.6...v9.0.4) Updates `Microsoft.EntityFrameworkCore.Relational` from 8.0.6 to 9.0.4 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v8.0.6...v9.0.4) Updates `Microsoft.EntityFrameworkCore.InMemory` from 8.0.6 to 9.0.4 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v8.0.6...v9.0.4) --- updated-dependencies: - dependency-name: Microsoft.EntityFrameworkCore dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-major dependency-group: ef-core - dependency-name: Microsoft.EntityFrameworkCore dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-major dependency-group: ef-core - dependency-name: Microsoft.EntityFrameworkCore.Relational dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-major dependency-group: ef-core - dependency-name: Microsoft.EntityFrameworkCore.InMemory dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-major dependency-group: ef-core ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f1077f7 commit d86edf1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/DroidSolutions.Oss.JobService.EFCore/DroidSolutions.Oss.JobService.EFCore.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
</ItemGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.6" />
9-
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.6" />
8+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.5" />
9+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="9.0.5" />
1010
</ItemGroup>
1111

1212
<PropertyGroup>

test/DroidSolutions.Oss.JobService.EFCore.Test/DroidSolutions.Oss.JobService.EFCore.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</ItemGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.6" />
15+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.5" />
1616
</ItemGroup>
1717

1818
</Project>

0 commit comments

Comments
 (0)