Skip to content

Commit ebf3a59

Browse files
Bump Microsoft.EntityFrameworkCore.Sqlite from 6.0.13 to 6.0.14
Bumps [Microsoft.EntityFrameworkCore.Sqlite](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.Sqlite dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2267f21 commit ebf3a59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4343
<PrivateAssets>all</PrivateAssets>
4444
</PackageReference>
45-
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.13" />
45+
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.14" />
4646
<PackageReference Include="Microsoft.Extensions.Configuration" Version="6.0.1" />
4747
<PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="6.0.0" />
4848
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="6.0.0" />

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

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

0 commit comments

Comments
 (0)