Skip to content

Commit fc403a4

Browse files
Merge pull request #188 from NielsPilgaard/dependabot/nuget/Microsoft.EntityFrameworkCore.SqlServer-7.0.11
Bump Microsoft.EntityFrameworkCore.SqlServer from 7.0.10 to 7.0.11
2 parents 838b78b + 4008ecc commit fc403a4

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
@@ -16,7 +16,7 @@
1616

1717
<PackageReference Include="Microsoft.Azure.AppConfiguration.AspNetCore" Version="6.1.0" />
1818

19-
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.10" />
19+
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.11" />
2020
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="7.0.11">
2121
<PrivateAssets>all</PrivateAssets>
2222
<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
@@ -25,7 +25,7 @@
2525

2626
<PackageReference Include="Microsoft.Azure.AppConfiguration.AspNetCore" Version="6.1.0" />
2727

28-
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.10" />
28+
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.11" />
2929
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="7.0.11">
3030
<PrivateAssets>all</PrivateAssets>
3131
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)