Skip to content

Commit 55f78e3

Browse files
Bump Microsoft.EntityFrameworkCore from 6.0.13 to 6.0.14 (#336)
Bumps [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) from 6.0.13 to 6.0.14. - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v6.0.13...v6.0.14) --- updated-dependencies: - dependency-name: Microsoft.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1067bb0 commit 55f78e3

5 files changed

+5
-5
lines changed

src/Database/Api/Monai.Deploy.InformaticsGateway.Database.Api.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</ItemGroup>
3232

3333
<ItemGroup>
34-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.13" />
34+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.14" />
3535
<PackageReference Include="Polly" Version="7.2.3" />
3636
</ItemGroup>
3737

src/Database/EntityFramework/Monai.Deploy.InformaticsGateway.Database.EntityFramework.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</ItemGroup>
3838

3939
<ItemGroup>
40-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.13" />
40+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.14" />
4141
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.13">
4242
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4343
<PrivateAssets>all</PrivateAssets>

src/Database/Monai.Deploy.InformaticsGateway.Database.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<PackageReference Include="GitVersion.MsBuild" Version="5.12.0">
6767
<PrivateAssets>All</PrivateAssets>
6868
</PackageReference>
69-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.13" />
69+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.14" />
7070
<PackageReference Include="Microsoft.Extensions.Configuration" Version="6.0.1" />
7171
<PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="6.0.0" />
7272
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="6.0.0" />

src/InformaticsGateway/Monai.Deploy.InformaticsGateway.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<PackageReference Include="GitVersion.MsBuild" Version="5.12.0">
4444
<PrivateAssets>All</PrivateAssets>
4545
</PackageReference>
46-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.13" />
46+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.14" />
4747
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="6.0.0" />
4848
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions" Version="6.0.13" />
4949
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version="6.0.13" />

tests/Integration.Test/Monai.Deploy.InformaticsGateway.Integration.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<ItemGroup>
2727
<PackageReference Include="fo-dicom" Version="5.0.3" />
2828
<PackageReference Include="HL7-dotnetcore" Version="2.29.0" />
29-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.13" />
29+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.14" />
3030
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.13" />
3131
<PackageReference Include="Microsoft.Extensions.Configuration" Version="6.0.1" />
3232
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="6.0.0" />

0 commit comments

Comments
 (0)