Skip to content

Commit c84e8f4

Browse files
Bump Microsoft.EntityFrameworkCore.Relational
Bumps the entityframeworkcore group with 1 update: [Microsoft.EntityFrameworkCore.Relational](https://github.com/dotnet/efcore). Updates `Microsoft.EntityFrameworkCore.Relational` from 8.0.8 to 9.0.0 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v8.0.8...v9.0.0) --- updated-dependencies: - dependency-name: Microsoft.EntityFrameworkCore.Relational dependency-type: direct:production update-type: version-update:semver-major dependency-group: entityframeworkcore ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0a10a54 commit c84e8f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sample/Tracker/Tracker.Core/Tracker.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackageReference Include="AutoMapper" Version="13.0.1" />
1111
<PackageReference Include="FluentValidation" Version="11.10.0" />
1212
<PackageReference Include="Injectio" Version="3.3.0" PrivateAssets="all" />
13-
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.10" />
13+
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.11" />
1414
</ItemGroup>
1515

1616
<ItemGroup>

sample/Tracker/Tracker.Scaffold/Tracker.Scaffold.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

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

0 commit comments

Comments
 (0)