Skip to content

Commit 67503ca

Browse files
chore(deps): bump Microsoft.EntityFrameworkCore.InMemory in /src
Bumps [Microsoft.EntityFrameworkCore.InMemory](https://github.com/dotnet/efcore) from 8.0.8 to 9.0.0. - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v8.0.8...v9.0.0) --- updated-dependencies: - dependency-name: Microsoft.EntityFrameworkCore.InMemory dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7b36c72 commit 67503ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/OA.Service/OA.Service.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="8.0.0" />
1616
<PackageReference Include="Microsoft.FeatureManagement.AspNetCore" Version="3.5.0" />
1717
<PackageReference Include="MimeKit" Version="4.8.0" />
18-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.8" />
18+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.0" />
1919
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
2020
</ItemGroup>
2121

src/OA.Test.Unit/OA.Test.Unit.csproj

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

1212
<ItemGroup>
13-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.8" />
13+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.0" />
1414
<PackageReference Include="Moq" Version="4.20.72" />
1515
<PackageReference Include="nunit" Version="4.2.2" />
1616
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />

0 commit comments

Comments
 (0)