[PR #3866] [MERGED] Bump Microsoft.NET.Test.Sdk from 16.6.1 to 16.7.0 #9734

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/3866
Author: @dependabot[bot]
Created: 8/10/2020
Status: Merged
Merged: 8/10/2020
Merged by: @dkanada

Base: masterHead: dependabot/nuget/Microsoft.NET.Test.Sdk-16.7.0


📝 Commits (1)

  • 4fd2b7a Bump Microsoft.NET.Test.Sdk from 16.6.1 to 16.7.0

📊 Changes

6 files changed (+6 additions, -6 deletions)

View changed files

📝 tests/Jellyfin.Api.Tests/Jellyfin.Api.Tests.csproj (+1 -1)
📝 tests/Jellyfin.Common.Tests/Jellyfin.Common.Tests.csproj (+1 -1)
📝 tests/Jellyfin.Controller.Tests/Jellyfin.Controller.Tests.csproj (+1 -1)
📝 tests/Jellyfin.MediaEncoding.Tests/Jellyfin.MediaEncoding.Tests.csproj (+1 -1)
📝 tests/Jellyfin.Naming.Tests/Jellyfin.Naming.Tests.csproj (+1 -1)
📝 tests/MediaBrowser.Api.Tests/MediaBrowser.Api.Tests.csproj (+1 -1)

📄 Description

Bumps Microsoft.NET.Test.Sdk from 16.6.1 to 16.7.0.

Release notes

Sourced from Microsoft.NET.Test.Sdk's releases.

v16.7.0

See the release notes here.

v16.7.0-preview-20200519-01

See the release notes here.

v16.7.0-preview-20200428-01

See the release notes here.

Commits

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/3866 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/10/2020 **Status:** ✅ Merged **Merged:** 8/10/2020 **Merged by:** [@dkanada](https://github.com/dkanada) **Base:** `master` ← **Head:** `dependabot/nuget/Microsoft.NET.Test.Sdk-16.7.0` --- ### 📝 Commits (1) - [`4fd2b7a`](https://github.com/jellyfin/jellyfin/commit/4fd2b7a879ab4595b125740d0bd094fed9523775) Bump Microsoft.NET.Test.Sdk from 16.6.1 to 16.7.0 ### 📊 Changes **6 files changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `tests/Jellyfin.Api.Tests/Jellyfin.Api.Tests.csproj` (+1 -1) 📝 `tests/Jellyfin.Common.Tests/Jellyfin.Common.Tests.csproj` (+1 -1) 📝 `tests/Jellyfin.Controller.Tests/Jellyfin.Controller.Tests.csproj` (+1 -1) 📝 `tests/Jellyfin.MediaEncoding.Tests/Jellyfin.MediaEncoding.Tests.csproj` (+1 -1) 📝 `tests/Jellyfin.Naming.Tests/Jellyfin.Naming.Tests.csproj` (+1 -1) 📝 `tests/MediaBrowser.Api.Tests/MediaBrowser.Api.Tests.csproj` (+1 -1) </details> ### 📄 Description Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.6.1 to 16.7.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/microsoft/vstest/releases">Microsoft.NET.Test.Sdk's releases</a>.</em></p> <blockquote> <h2>v16.7.0</h2> <p>See the release notes <a href="https://github.com/microsoft/vstest-docs/blob/master/docs/releases.md#1670">here</a>.</p> <h2>v16.7.0-preview-20200519-01</h2> <p>See the release notes <a href="https://github.com/microsoft/vstest-docs/blob/master/docs/releases.md#1670-preview-20200519-01">here</a>.</p> <h2>v16.7.0-preview-20200428-01</h2> <p>See the release notes <a href="https://github.com/microsoft/vstest-docs/blob/master/docs/releases.md#1670-preview-20200428-01">here</a>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/vstest/commit/df62aca07cacc5c018dc8e828f03a0cd79ee52da"><code>df62aca</code></a> Added new exception handling (<a href="https://github-redirect.dependabot.com/microsoft/vstest/issues/2461">#2461</a>)</li> <li><a href="https://github.com/microsoft/vstest/commit/2474ad2f7ae7dbda0dd1850b3065d04bdadf5434"><code>2474ad2</code></a> Revert to previous dotnet version</li> <li><a href="https://github.com/microsoft/vstest/commit/f777f36e8673d2b58de2c992df48ec36eea10826"><code>f777f36</code></a> Merge master</li> <li><a href="https://github.com/microsoft/vstest/commit/c449a1e6103ab251f2624dea664952da811e9c48"><code>c449a1e</code></a> Update feeds</li> <li><a href="https://github.com/microsoft/vstest/commit/fceebbc13011a5b77e9232b89796ead2853894a0"><code>fceebbc</code></a> Update dependencies from <a href="https://github.com/dotnet/arcade">https://github.com/dotnet/arcade</a> build 20200602.3 (#...</li> <li><a href="https://github.com/microsoft/vstest/commit/a2080d15d3bfec54646492eac8b38d0298db174a"><code>a2080d1</code></a> Update dependencies from <a href="https://github.com/dotnet/arcade">https://github.com/dotnet/arcade</a> build 20200602.3 (#...</li> <li><a href="https://github.com/microsoft/vstest/commit/501939e9fa61f0c65fb466d6367f6d5000b86fec"><code>501939e</code></a> Trim version</li> <li><a href="https://github.com/microsoft/vstest/commit/1fbf4a3b661610d513063c7a241424a0cb72e2ea"><code>1fbf4a3</code></a> Change assertion</li> <li><a href="https://github.com/microsoft/vstest/commit/b60cf6f6d0a875b6a58a0837c864ead038398f9a"><code>b60cf6f</code></a> Set var</li> <li><a href="https://github.com/microsoft/vstest/commit/6de7aca8b34334bc589f42e87126c153f01f57c0"><code>6de7aca</code></a> Match on whole branch name</li> <li>Additional commits viewable in <a href="https://github.com/microsoft/vstest/compare/v16.6.1...v16.7.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.NET.Test.Sdk&package-manager=nuget&previous-version=16.6.1&new-version=16.7.0)](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:07:31 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9734