Skip to content

Commit 3183f5e

Browse files
Bump Microsoft.EntityFrameworkCore.InMemory from 5.0.11 to 6.0.0 (dotnet-architecture#626)
Bumps [Microsoft.EntityFrameworkCore.InMemory](https://github.com/dotnet/efcore) from 5.0.11 to 6.0.0. - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v5.0.11...v6.0.0) --- updated-dependencies: - dependency-name: Microsoft.EntityFrameworkCore.InMemory dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3989924 commit 3183f5e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/PublicApi/PublicApi.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="6.0.0" />
2121
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="6.0.0" />
2222
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="6.0.0" />
23-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="5.0.11" />
23+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.0" />
2424
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.0" />
2525
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.0">
2626
<PrivateAssets>all</PrivateAssets>

src/Web/Web.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<PackageReference Include="BuildBundlerMinifier" Version="3.2.449" Condition="'$(Configuration)'=='Release'" PrivateAssets="All" />
3131
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="5.0.11" />
3232
<PackageReference Include="Microsoft.CodeAnalysis" Version="4.0.1" />
33-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="5.0.11" />
33+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.0" />
3434
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="5.0.2" />
3535
<PackageReference Include="Microsoft.Web.LibraryManager.Build" Version="2.1.113" />
3636
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="6.0.0" />

tests/FunctionalTests/FunctionalTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<PrivateAssets>all</PrivateAssets>
2121
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
2222
</PackageReference>
23-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="5.0.11" />
23+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.0" />
2424
<DotNetCliToolReference Include="dotnet-xunit" Version="2.3.1" />
2525
</ItemGroup>
2626

tests/IntegrationTests/IntegrationTests.csproj

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

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="5.0.11" />
10+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.0" />
1111
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
1212
<PackageReference Include="Moq" Version="4.16.1" />
1313
<PackageReference Include="xunit" Version="2.4.1" />

0 commit comments

Comments
 (0)