[PR #7308] [CLOSED] Bump Microsoft.EntityFrameworkCore.Tools from 6.0.1 to 6.0.2 #11332

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/7308
Author: @dependabot[bot]
Created: 2/14/2022
Status: Closed

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


📝 Commits (1)

  • 79ae27a Bump Microsoft.EntityFrameworkCore.Tools from 6.0.1 to 6.0.2

📊 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 6.0.1 to 6.0.2.

Release notes

Sourced from Microsoft.EntityFrameworkCore.Tools's releases.

.NET 6.0.2

Release

Commits
  • d93f389 [internal/release/6.0] Update dependencies from dnceng/internal/dotnet-runtime
  • bf0bb78 [internal/release/6.0] Update dependencies from dnceng/internal/dotnet-runtime
  • 35c542c [internal/release/6.0] Update dependencies from dnceng/internal/dotnet-runtime
  • 4bb5646 [internal/release/6.0] Update dependencies from dnceng/internal/dotnet-runtime
  • c0e3656 Merge in 'release/6.0' changes
  • e7fa151 Fix baselines for IS NULL change (#27166)
  • 34ab1bb Merge in 'release/6.0' changes
  • 021fbcb [release/6.0] Put parentheses around IS NULL for non-bool operands (#26653)
  • 0522807 [internal/release/6.0] Update dependencies from dnceng/internal/dotnet-runtime
  • ac0628d Merge in 'release/6.0' changes
  • 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/7308 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/14/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/nuget/Microsoft.EntityFrameworkCore.Tools-6.0.2` --- ### 📝 Commits (1) - [`79ae27a`](https://github.com/jellyfin/jellyfin/commit/79ae27a265fc8378f33be8208b36a7917b6de49a) Bump Microsoft.EntityFrameworkCore.Tools from 6.0.1 to 6.0.2 ### 📊 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 6.0.1 to 6.0.2. <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>.NET 6.0.2</h2> <p><a href="https://github.com/dotnet/core/releases/tag/v6.0.2">Release</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dotnet/efcore/commit/d93f389536054e13de2f820fe89197aa374c01eb"><code>d93f389</code></a> [internal/release/6.0] Update dependencies from dnceng/internal/dotnet-runtime</li> <li><a href="https://github.com/dotnet/efcore/commit/bf0bb78897bc53bb2752a00fa6e7fb61e4d0a2d0"><code>bf0bb78</code></a> [internal/release/6.0] Update dependencies from dnceng/internal/dotnet-runtime</li> <li><a href="https://github.com/dotnet/efcore/commit/35c542c8bbefb222a6e592eed0790e6c264690a0"><code>35c542c</code></a> [internal/release/6.0] Update dependencies from dnceng/internal/dotnet-runtime</li> <li><a href="https://github.com/dotnet/efcore/commit/4bb56465fcf8a4a94d61ec069ac500c2dc553e6b"><code>4bb5646</code></a> [internal/release/6.0] Update dependencies from dnceng/internal/dotnet-runtime</li> <li><a href="https://github.com/dotnet/efcore/commit/c0e365674439f51689c62d9d2f94f07511e818c1"><code>c0e3656</code></a> Merge in 'release/6.0' changes</li> <li><a href="https://github.com/dotnet/efcore/commit/e7fa1513d716a90c995d2923ffb8e369e4bda8ed"><code>e7fa151</code></a> Fix baselines for IS NULL change (<a href="https://github-redirect.dependabot.com/dotnet/efcore/issues/27166">#27166</a>)</li> <li><a href="https://github.com/dotnet/efcore/commit/34ab1bb8de81013a673a2a7840477f69d1730f0f"><code>34ab1bb</code></a> Merge in 'release/6.0' changes</li> <li><a href="https://github.com/dotnet/efcore/commit/021fbcb7f72f0a1d6362307c9b880842d74a0309"><code>021fbcb</code></a> [release/6.0] Put parentheses around IS NULL for non-bool operands (<a href="https://github-redirect.dependabot.com/dotnet/efcore/issues/26653">#26653</a>)</li> <li><a href="https://github.com/dotnet/efcore/commit/052280782eb282d94e6dfc7874c8001da94e3bd2"><code>0522807</code></a> [internal/release/6.0] Update dependencies from dnceng/internal/dotnet-runtime</li> <li><a href="https://github.com/dotnet/efcore/commit/ac0628d6c4b14db926a3c3f17cee88308a7c0e6c"><code>ac0628d</code></a> Merge in 'release/6.0' changes</li> <li>Additional commits viewable in <a href="https://github.com/dotnet/efcore/compare/v6.0.1...v6.0.2">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=6.0.1&new-version=6.0.2)](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 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:36:36 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#11332