Skip to content

Commit ce6133c

Browse files
chore(deps): bump Microsoft.Data.Sqlite.Core and Microsoft.EntityFrameworkCore.Sqlite
Bumps [Microsoft.Data.Sqlite.Core](https://github.com/dotnet/efcore) and [Microsoft.EntityFrameworkCore.Sqlite](https://github.com/dotnet/efcore). These dependencies needed to be updated together. Updates `Microsoft.Data.Sqlite.Core` from 9.0.3 to 9.0.4 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v9.0.3...v9.0.4) Updates `Microsoft.EntityFrameworkCore.Sqlite` from 9.0.3 to 9.0.4 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v9.0.3...v9.0.4) --- updated-dependencies: - dependency-name: Microsoft.Data.Sqlite.Core dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.EntityFrameworkCore.Sqlite dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 20356eb commit ce6133c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PathfinderHonorManager.Tests/PathfinderHonorManager.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<PackageReference Include="NUnit" Version="4.3.2" />
1818
<PackageReference Include="NUnit3TestAdapter" Version="5.0.0" />
1919
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
20-
<PackageReference Include="Microsoft.Data.Sqlite.Core" Version="9.0.3" />
21-
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.3" />
20+
<PackageReference Include="Microsoft.Data.Sqlite.Core" Version="9.0.4" />
21+
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.4" />
2222
<PackageReference Include="FluentValidation.Validators.UnitTestExtension" Version="1.11.0.2" />
2323
<PackageReference Include="FluentValidation.DependencyInjectionExtensions" Version="11.11.0" />
2424
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.3" />

0 commit comments

Comments
 (0)