Skip to content

Commit 1067bb0

Browse files
Bump Microsoft.EntityFrameworkCore.InMemory from 6.0.13 to 6.0.14 (#337)
Bumps [Microsoft.EntityFrameworkCore.InMemory](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.InMemory 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 e3a463b commit 1067bb0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</PropertyGroup>
2626

2727
<ItemGroup>
28-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.13" />
28+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.14" />
2929
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
3030
<PackageReference Include="Moq" Version="4.18.4" />
3131
<PackageReference Include="xunit" Version="2.4.2" />

src/InformaticsGateway/Test/Monai.Deploy.InformaticsGateway.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3737
</PackageReference>
3838
<PackageReference Include="Microsoft.AspNetCore.Mvc.WebApiCompatShim" Version="2.2.0" />
39-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.13" />
39+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.14" />
4040
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
4141
<PackageReference Include="Moq" Version="4.18.4" />
4242
<PackageReference Include="System.IO.Abstractions.TestingHelpers" Version="17.2.3" />

0 commit comments

Comments
 (0)