Skip to content

Commit 693bf50

Browse files
build(deps): Bump Microsoft.EntityFrameworkCore.Sqlite from 8.0.7 to 8.0.8 (#535)
Bumps [Microsoft.EntityFrameworkCore.Sqlite](https://github.com/dotnet/efcore) from 8.0.7 to 8.0.8. <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>.NET 8.0.8</h2> <p><a href="https://github.com/dotnet/core/releases/tag/v8.0.8">Release</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dotnet/efcore/commit/90d079985f33ae91c05b98ecf65e0ce38270ba55"><code>90d0799</code></a> Merged PR 41167: Temporarily work around '/' in dSAS</li> <li><a href="https://github.com/dotnet/efcore/commit/e7f01650e349edfd72d02412caac582bad4b3e6d"><code>e7f0165</code></a> Merged PR 41160: Temporarily work around '/' in dSAS</li> <li><a href="https://github.com/dotnet/efcore/commit/ecfccf003cd643ffcf053addfc683f3b9afc3ab0"><code>ecfccf0</code></a> Merged PR 41109: [internal/release/8.0] Update dependencies from dnceng/inter...</li> <li><a href="https://github.com/dotnet/efcore/commit/5efec9148a1d3372b4c034b966aa933a7690402f"><code>5efec91</code></a> Update dependencies from <a href="https://dev.azure.com/dnceng/internal/_git/dotnet-ru">https://dev.azure.com/dnceng/internal/_git/dotnet-ru</a>...</li> <li><a href="https://github.com/dotnet/efcore/commit/3b2db3bf68042a0a165b1c4a66318c604eefb3d8"><code>3b2db3b</code></a> Merge commit '65e7cb610848962a63829e41b89931754f8069b0'</li> <li><a href="https://github.com/dotnet/efcore/commit/65e7cb610848962a63829e41b89931754f8069b0"><code>65e7cb6</code></a> Up SAS timeout to 3 hours (<a href="https://redirect.github.com/dotnet/efcore/issues/34229">#34229</a>)</li> <li><a href="https://github.com/dotnet/efcore/commit/f2ed96b35f4b159dc767c343e40f24d64c1a991c"><code>f2ed96b</code></a> Merge commit '8b6c0ded38700b2cc220131ab81677d81530054f'</li> <li><a href="https://github.com/dotnet/efcore/commit/8b6c0ded38700b2cc220131ab81677d81530054f"><code>8b6c0de</code></a> Enable internal runtime downloads via dSAS (<a href="https://redirect.github.com/dotnet/efcore/issues/34217">#34217</a>)</li> <li><a href="https://github.com/dotnet/efcore/commit/4ce48504ae1417e54b3cc7efe80a65e41a621205"><code>4ce4850</code></a> Merge commit '38a1ea20451f0891ad576a879a37ac67dd96a380'</li> <li><a href="https://github.com/dotnet/efcore/commit/38a1ea20451f0891ad576a879a37ac67dd96a380"><code>38a1ea2</code></a> Update dependencies from <a href="https://github.com/dotnet/arcade">https://github.com/dotnet/arcade</a> build 20240710.5 (#...</li> <li>Additional commits viewable in <a href="https://github.com/dotnet/efcore/compare/v8.0.7...v8.0.8">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=8.0.7&new-version=8.0.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cef6427 commit 693bf50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88
<ItemGroup Condition="$(AccessToNugetFeed)">
99
<PackageVersion Include="ContentFeedNuget" Version="$(ToolingPackagesVersion)" />
10-
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.7" />
10+
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.8" />
1111
</ItemGroup>
1212
<ItemGroup>
1313
<PackageVersion Include="EssentialCSharp.Shared.Models" Version="1.1.1.4136" />

0 commit comments

Comments
 (0)