Skip to content

Commit a5e98d6

Browse files
Bump Microsoft.EntityFrameworkCore.SqlServer, Microsoft.EntityFrameworkCore.Abstractions and Microsoft.EntityFrameworkCore.Analyzers
Bumps [Microsoft.EntityFrameworkCore.SqlServer](https://github.com/dotnet/efcore), [Microsoft.EntityFrameworkCore.Abstractions](https://github.com/dotnet/efcore) and [Microsoft.EntityFrameworkCore.Analyzers](https://github.com/dotnet/efcore). These dependencies needed to be updated together. Updates `Microsoft.EntityFrameworkCore.SqlServer` from 8.0.7 to 8.0.8 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v8.0.7...v8.0.8) Updates `Microsoft.EntityFrameworkCore.Abstractions` from 8.0.7 to 8.0.8 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v8.0.7...v8.0.8) Updates `Microsoft.EntityFrameworkCore.Analyzers` from 8.0.7 to 8.0.8 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v8.0.7...v8.0.8) --- updated-dependencies: - dependency-name: Microsoft.EntityFrameworkCore.SqlServer dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.EntityFrameworkCore.Abstractions dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.EntityFrameworkCore.Analyzers dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f639da6 commit a5e98d6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/container_apps/Jordnaer.Chat/Jordnaer.Chat.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<PackageReference Include="Microsoft.Azure.AppConfiguration.AspNetCore" Version="7.3.0" />
1717

18-
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.7" />
18+
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.8" />
1919
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.7">
2020
<PrivateAssets>all</PrivateAssets>
2121
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

src/web/Jordnaer/Jordnaer.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.7" />
2121
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="8.0.7" />
2222
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.7" />
23-
<PackageReference Include="Microsoft.EntityFrameworkCore.Analyzers" Version="8.0.7" />
24-
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.7" />
23+
<PackageReference Include="Microsoft.EntityFrameworkCore.Analyzers" Version="8.0.8" />
24+
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.8" />
2525
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.7">
2626
<PrivateAssets>all</PrivateAssets>
2727
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)