Skip to content

Commit cffa106

Browse files
Bump Microsoft.EntityFrameworkCore and Microsoft.EntityFrameworkCore.Sqlite
Bumps [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) and [Microsoft.EntityFrameworkCore.Sqlite](https://github.com/dotnet/efcore). These dependencies needed to be updated together. Updates `Microsoft.EntityFrameworkCore` from 8.0.11 to 9.0.1 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v8.0.11...v9.0.1) Updates `Microsoft.EntityFrameworkCore.Sqlite` from 8.0.11 to 9.0.1 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v8.0.11...v9.0.1) --- updated-dependencies: - dependency-name: Microsoft.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.EntityFrameworkCore.Sqlite dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e9b413c commit cffa106

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/StructId.FunctionalTests/StructId.FunctionalTests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99

1010
<ItemGroup>
1111
<PackageReference Include="Dapper" Version="2.1.35" />
12-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.11" />
12+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.1" />
1313
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.11" />
14-
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.11" />
14+
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.1" />
1515
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
1616
<PackageReference Include="System.Formats.Asn1" Version="8.0.1" />
1717
<PackageReference Include="Ulid" Version="1.3.4" />

0 commit comments

Comments
 (0)