Skip to content

Commit 99a53e7

Browse files
chore(deps): bump Microsoft.EntityFrameworkCore.Sqlite from 7.0.13 to 7.0.14 (#41)
Bumps [Microsoft.EntityFrameworkCore.Sqlite](https://github.com/dotnet/efcore) from 7.0.13 to 7.0.14. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dotnet/efcore/releases">Microsoft.EntityFrameworkCore.Sqlite's releases</a>.</em></p> <blockquote> <h2>EF Core 7.0.14</h2> <p>This is a <a href="https://www.nuget.org/packages/Microsoft.EntityFrameworkCore/7.0.14">patch release of EF Core 7.0</a> containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 7.0.13.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dotnet/efcore/commit/31662b30f1a4497db482b3aed8ed4c4aa6de801b"><code>31662b3</code></a> Merge in 'release/7.0' changes</li> <li><a href="https://github.com/dotnet/efcore/commit/5d36a9bb48fced255c06b0e5d2e2c57afac246ba"><code>5d36a9b</code></a> Update branding to 7.0.14 (<a href="https://redirect.github.com/dotnet/efcore/issues/32087">#32087</a>)</li> <li><a href="https://github.com/dotnet/efcore/commit/e3a58ca67dba627be605dc5e9b43b59f7c632d4f"><code>e3a58ca</code></a> Merge in 'release/7.0' changes</li> <li><a href="https://github.com/dotnet/efcore/commit/d7f4fa4dc474b6e60789dcfe85d164723b8287d0"><code>d7f4fa4</code></a> Merge branch 'release/6.0' into release/7.0</li> <li><a href="https://github.com/dotnet/efcore/commit/375080e2605051c9ccebe83a93faa7905ab4c039"><code>375080e</code></a> Update dependencies from <a href="https://github.com/dotnet/arcade">https://github.com/dotnet/arcade</a> build 20231011.8 (#...</li> <li><a href="https://github.com/dotnet/efcore/commit/ad47bd318603216c6491787152a88edd278fb240"><code>ad47bd3</code></a> Merge in 'release/7.0' changes</li> <li><a href="https://github.com/dotnet/efcore/commit/11f9cc3ba7a39b968eedf57fb574aa3b08690acb"><code>11f9cc3</code></a> Update dependencies from <a href="https://github.com/dotnet/arcade">https://github.com/dotnet/arcade</a> build 20231011.9 (#...</li> <li><a href="https://github.com/dotnet/efcore/commit/c52b33c7863c7d966c38c46ddcd5519fc596c25d"><code>c52b33c</code></a> Merge in 'release/7.0' changes</li> <li><a href="https://github.com/dotnet/efcore/commit/b38ce5272be8f13eab8176b4b25d21cce10e4c20"><code>b38ce52</code></a> Merge pull request <a href="https://redirect.github.com/dotnet/efcore/issues/32013">#32013</a> from vseanreesermsft/internal-merge-7.0-2023-10-10-...</li> <li><a href="https://github.com/dotnet/efcore/commit/98c69cee24301a27e64a95a284fb424edb08aa58"><code>98c69ce</code></a> Update global.json</li> <li>Additional commits viewable in <a href="https://github.com/dotnet/efcore/compare/v7.0.13...v7.0.14">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.EntityFrameworkCore.Sqlite&package-manager=nuget&previous-version=7.0.13&new-version=7.0.14)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 144c58b commit 99a53e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SharpFM.App/SharpFM.App.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.0.6" />
3838
<PackageReference Include="FluentAvaloniaUI" Version="2.0.4" />
3939

40-
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.13" />
40+
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.14" />
4141

4242
<PackageReference Include="MinVer" Version="4.3.0">
4343
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)