Skip to content

Commit 0cde2d4

Browse files
Merge pull request #222 from NielsPilgaard/dependabot/nuget/Microsoft.EntityFrameworkCore.SqlServer-7.0.13
Bump Microsoft.EntityFrameworkCore.SqlServer from 7.0.12 to 7.0.13
2 parents d05f4ac + d5f49a6 commit 0cde2d4

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)