Skip to content

Commit d5f49a6

Browse files
Bump Microsoft.EntityFrameworkCore.SqlServer from 7.0.12 to 7.0.13
Bumps [Microsoft.EntityFrameworkCore.SqlServer](https://github.com/dotnet/efcore) from 7.0.12 to 7.0.13. - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v7.0.12...v7.0.13) --- updated-dependencies: - dependency-name: Microsoft.EntityFrameworkCore.SqlServer dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a671ac1 commit d5f49a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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="6.1.0" />
1717

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

src/web/Server/Jordnaer.Server.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="7.0.12" />
2424
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="7.0.12" />
2525

26-
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.12" />
26+
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.13" />
2727
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="7.0.12">
2828
<PrivateAssets>all</PrivateAssets>
2929
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)