[PR #3966] [CLOSED] Bump Microsoft.EntityFrameworkCore.Tools from 3.1.6 to 3.1.7 #9796

Closed
opened 2026-02-07 06:08:38 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/3966
Author: @dependabot[bot]
Created: 8/24/2020
Status: Closed

Base: masterHead: dependabot/nuget/Microsoft.EntityFrameworkCore.Tools-3.1.7


📝 Commits (1)

  • 7fd22fd Bump Microsoft.EntityFrameworkCore.Tools from 3.1.6 to 3.1.7

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj (+1 -1)

📄 Description

Bumps Microsoft.EntityFrameworkCore.Tools from 3.1.6 to 3.1.7.

Release notes

Sourced from Microsoft.EntityFrameworkCore.Tools's releases.

EF Core 3.1.7

This is a patch release of EF Core 3.1 containing only critical bug fixes.

Commits
  • cad165e Merged PR 9237: [internal/release/3.1] Update dependencies from dnceng/intern...
  • 195b1d2 Merge pull request 9136 from darc-internal/release/3.1-6eda7f3e-9ebf-4e15-97a...
  • a3069fb Merge in 'release/3.1' changes
  • 48d04a2 [3.1] Updating Microsoft.Data.SqlClient to 1.1.3 (#20377)
  • 1f14b50 Merge in 'release/3.1' changes
  • 8f5b5b6 Merge pull request 9069 from darc-internal/release/3.1-6ea342c5-075c-47cc-a11...
  • bbe1a69 Tools: Fix up App.config path on .NET Framework
  • c6b975c Merged PR 9066: Merge from public
  • 027cbf3 Fix conflict
  • 9e5734e Merge pull request #21621 from dotnet/wtgodbe/317
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/3966 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/24/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/nuget/Microsoft.EntityFrameworkCore.Tools-3.1.7` --- ### 📝 Commits (1) - [`7fd22fd`](https://github.com/jellyfin/jellyfin/commit/7fd22fd7e85319165fd5748511878d295911a45c) Bump Microsoft.EntityFrameworkCore.Tools from 3.1.6 to 3.1.7 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj` (+1 -1) </details> ### 📄 Description Bumps [Microsoft.EntityFrameworkCore.Tools](https://github.com/dotnet/efcore) from 3.1.6 to 3.1.7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dotnet/efcore/releases">Microsoft.EntityFrameworkCore.Tools's releases</a>.</em></p> <blockquote> <h2>EF Core 3.1.7</h2> <p>This is a patch release of <a href="https://www.nuget.org/packages/Microsoft.EntityFrameworkCore/3.1.7">EF Core 3.1</a> containing only <a href="https://github.com/dotnet/efcore/issues?q=is%3Aissue+milestone%3A3.1.7+is%3Aclosed">critical bug fixes</a>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dotnet/efcore/commit/cad165e731fc0bcc9ab725c718177ebaf0820705"><code>cad165e</code></a> Merged PR 9237: [internal/release/3.1] Update dependencies from dnceng/intern...</li> <li><a href="https://github.com/dotnet/efcore/commit/195b1d2c1f3101bc2245fbd586708aab7637f3ef"><code>195b1d2</code></a> Merge pull request 9136 from darc-internal/release/3.1-6eda7f3e-9ebf-4e15-97a...</li> <li><a href="https://github.com/dotnet/efcore/commit/a3069fb44dcae8bfcc32ea58c6e682f20f62ab81"><code>a3069fb</code></a> Merge in 'release/3.1' changes</li> <li><a href="https://github.com/dotnet/efcore/commit/48d04a2533d90f44cfcdc06c06642d2e3d90a5b6"><code>48d04a2</code></a> [3.1] Updating Microsoft.Data.SqlClient to 1.1.3 (<a href="https://github-redirect.dependabot.com/dotnet/efcore/issues/20377">#20377</a>)</li> <li><a href="https://github.com/dotnet/efcore/commit/1f14b501f2f0204a23ce8ad2af88347903d070c7"><code>1f14b50</code></a> Merge in 'release/3.1' changes</li> <li><a href="https://github.com/dotnet/efcore/commit/8f5b5b6a9f39b560e0cc4a3e30b89f81d65ad8e3"><code>8f5b5b6</code></a> Merge pull request 9069 from darc-internal/release/3.1-6ea342c5-075c-47cc-a11...</li> <li><a href="https://github.com/dotnet/efcore/commit/bbe1a69fa34e09fd3db00a2847f9f101f29733fe"><code>bbe1a69</code></a> Tools: Fix up App.config path on .NET Framework</li> <li><a href="https://github.com/dotnet/efcore/commit/c6b975c6ebdfed98f1177482631eec688b9e9617"><code>c6b975c</code></a> Merged PR 9066: Merge from public</li> <li><a href="https://github.com/dotnet/efcore/commit/027cbf3cbe74da690fe2aa383921b5a040e5fd3c"><code>027cbf3</code></a> Fix conflict</li> <li><a href="https://github.com/dotnet/efcore/commit/9e5734e35ef2bd2c4faa0113072d773318e19af2"><code>9e5734e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dotnet/efcore/issues/21621">#21621</a> from dotnet/wtgodbe/317</li> <li>Additional commits viewable in <a href="https://github.com/dotnet/efcore/compare/v3.1.6...v3.1.7">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.EntityFrameworkCore.Tools&package-manager=nuget&previous-version=3.1.6&new-version=3.1.7)](https://help.github.com/articles/configuring-automated-security-fixes) 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 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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:08:38 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9796