Skip to content

Commit

Permalink
[Tests] Bump Microsoft.EntityFrameworkCore.Sqlite 7.* to 7.0.20 (open…
Browse files Browse the repository at this point in the history
…-telemetry#3440)

* Bump Microsoft.EntityFrameworkCore.Sqlite and System.Diagnostics.DiagnosticSource

Bumps [Microsoft.EntityFrameworkCore.Sqlite](https://github.com/dotnet/efcore) and [System.Diagnostics.DiagnosticSource](https://github.com/dotnet/runtime). These dependencies needed to be updated together.

Updates `Microsoft.EntityFrameworkCore.Sqlite` from 7.0.19 to 7.0.20
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](dotnet/efcore@v7.0.19...v7.0.20)

Updates `System.Diagnostics.DiagnosticSource` from 6.0.0 to 7.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v6.0.0...v7.0.0)

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

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

* Update package definitions

---------

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>
  • Loading branch information
dependabot[bot] and Kielek authored May 29, 2024
1 parent 3e32ea1 commit d992b5f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/LibraryVersions.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public static partial class LibraryVersion
new List<PackageBuildInfo>
{
new("6.0.27"),
new("7.0.19"),
new("7.0.20"),
new("8.0.2", supportedFrameworks: new string[] {"net8.0"}),
new("8.0.5", supportedFrameworks: new string[] {"net8.0"}),
}
Expand Down
2 changes: 1 addition & 1 deletion test/IntegrationTests/LibraryVersions.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public static TheoryData<string> EntityFrameworkCore
theoryData.Add(string.Empty);
#else
theoryData.Add("6.0.27");
theoryData.Add("7.0.19");
theoryData.Add("7.0.20");
#if NET8_0
theoryData.Add("8.0.2");
#endif
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" VersionOverride="$(LibraryVersion)" Condition=" '$(LibraryVersion)' != '' or '$(TargetFramework)' == 'net8.0' "/>
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" VersionOverride="7.0.19" Condition=" '$(LibraryVersion)' == '' and '$(TargetFramework)' != 'net8.0' "/>
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" VersionOverride="7.0.20" Condition=" '$(LibraryVersion)' == '' and '$(TargetFramework)' != 'net8.0' "/>

<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" />
<PackageReference Include="Microsoft.Extensions.Logging" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ internal static class PackageVersionDefinitions
Versions = new List<PackageVersion>
{
new("6.0.27"),
new("7.0.19"),
new("7.0.20"),
new("8.0.2", supportedTargetFrameworks: new[] { "net8.0" }, supportedExecutionFrameworks: new[] { "net8.0" }),
new("*", supportedTargetFrameworks: new[] { "net8.0" }, supportedExecutionFrameworks: new[] { "net8.0" })
}
Expand Down

0 comments on commit d992b5f

Please sign in to comment.