Bump Microsoft.EntityFrameworkCore.Sqlite from 7.0.3 to 7.0.4 in /test (#2317)

* Bump Microsoft.EntityFrameworkCore.Sqlite from 7.0.3 to 7.0.4 in /test

Bumps [Microsoft.EntityFrameworkCore.Sqlite](https://github.com/dotnet/efcore) from 7.0.3 to 7.0.4.
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](https://github.com/dotnet/efcore/compare/v7.0.3...v7.0.4)

---
updated-dependencies:
- dependency-name: Microsoft.EntityFrameworkCore.Sqlite
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* generated files

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Piotr Kiełkowicz <pkiekowicz@splunk.com>
This commit is contained in:
dependabot[bot] 2023-03-15 09:44:32 +00:00 committed by GitHub
parent 0ae01458cc
commit 9b857c24c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ public static class LibraryVersion
new List<string>
{
"6.0.12",
"7.0.3",
"7.0.4",
}
},
{

View File

@ -17,7 +17,7 @@
<PackageVersion Include="Microsoft.AspNetCore.Hosting" Version="2.2.7" />
<PackageVersion Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />
<PackageVersion Include="Microsoft.Data.SqlClient" Version="5.1.0" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.3" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.4" />
<PackageVersion Include="Microsoft.Extensions.Configuration.Abstractions" Version="7.0.0" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="7.0.0" />
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="7.0.1" />

View File

@ -28,7 +28,7 @@ public static class LibraryVersion
new object[] { string.Empty }
#else
new object[] { "6.0.12" },
new object[] { "7.0.3" },
new object[] { "7.0.4" },
#endif
};
public static readonly IReadOnlyCollection<object[]> GraphQL = new List<object[]>