Skip to content

Commit

Permalink
Update dependency Microsoft.NET.Test.Sdk to v17 (#600)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [Microsoft.NET.Test.Sdk](https://togithub.com/microsoft/vstest) |
nuget | major | `16.11.0` -> `17.5.0` |

---

### Release Notes

<details>
<summary>microsoft/vstest</summary>

###
[`v17.5.0`](https://togithub.com/microsoft/vstest/releases/tag/v17.5.0)

See the release notes
[here](https://togithub.com/microsoft/vstest/blob/main/docs/releases.md#&#8203;1750).

###
[`v17.4.1`](https://togithub.com/microsoft/vstest/releases/tag/v17.4.1)

See the release notes
[here](https://togithub.com/microsoft/vstest/blob/main/docs/releases.md#&#8203;1741).

###
[`v17.4.0`](https://togithub.com/microsoft/vstest/releases/tag/v17.4.0)

See the release notes
[here](https://togithub.com/microsoft/vstest-docs/blob/main/docs/releases.md#&#8203;1740).

###
[`v17.3.3`](https://togithub.com/microsoft/vstest/releases/tag/v17.3.3)

See the release notes
[here](https://togithub.com/microsoft/vstest/blob/main/docs/releases.md#&#8203;1733).

###
[`v17.3.2`](https://togithub.com/microsoft/vstest/releases/tag/v17.3.2)

See the release notes
[here](https://togithub.com/microsoft/vstest-docs/blob/main/docs/releases.md#&#8203;1732).

###
[`v17.3.1`](https://togithub.com/microsoft/vstest/releases/tag/v17.3.1)

See the release notes
[here](https://togithub.com/microsoft/vstest-docs/blob/main/docs/releases.md#&#8203;1731).

###
[`v17.3.0`](https://togithub.com/microsoft/vstest/releases/tag/v17.3.0)

See the release notes
[here](https://togithub.com/microsoft/vstest-docs/blob/main/docs/releases.md#&#8203;1730).

###
[`v17.2.1`](https://togithub.com/microsoft/vstest/releases/tag/v17.2.1)

See the release notes
[here](https://togithub.com/microsoft/vstest/blob/main/docs/releases.md#&#8203;1721).

###
[`v17.2.0`](https://togithub.com/microsoft/vstest/releases/tag/v17.2.0)

See the release notes
[here](https://togithub.com/microsoft/vstest-docs/blob/main/docs/releases.md#&#8203;1720).

###
[`v17.1.0`](https://togithub.com/microsoft/vstest/releases/tag/v17.1.0)

See the release notes
[here](https://togithub.com/microsoft/vstest-docs/blob/main/docs/releases.md#&#8203;1710).

###
[`v17.0.2`](https://togithub.com/microsoft/vstest/releases/tag/v17.0.2)

See the release notes
[here](https://togithub.com/microsoft/vstest/blob/main/docs/releases.md#&#8203;1702).

###
[`v17.0.0`](https://togithub.com/microsoft/vstest/releases/tag/v17.0.0)

See the release notes
[here](https://togithub.com/microsoft/vstest-docs/blob/main/docs/releases.md#&#8203;1700).

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/cythral/brighid-commands).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4zNC4xIiwidXBkYXRlZEluVmVyIjoiMzUuMzQuMSJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 7, 2023
1 parent 6ab021e commit dd1efb2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion tests/Tests.csproj
Expand Up @@ -11,7 +11,7 @@
<PackageReference Include="FluentAssertions" Version="5.10.3" />
<PackageReference Include="MockQueryable.NSubstitute" Version="5.0.2" />
<PackageReference Include="NSubstitute" Version="4.2.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
<PackageReference Include="nunit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.4.2" />
<PackageReference Include="RichardSzalay.MockHttp" Version="6.0.0" />
Expand Down
32 changes: 16 additions & 16 deletions tests/packages.lock.json
Expand Up @@ -39,12 +39,12 @@
},
"Microsoft.NET.Test.Sdk": {
"type": "Direct",
"requested": "[16.11.0, )",
"resolved": "16.11.0",
"contentHash": "f4mbG1SUSkNWF5p7B3Y8ZxMsvKhxCmpZhdl+w6tMtLSUGE7Izi1syU6TkmKOvB2BV66pdbENConFAISOix4ohQ==",
"requested": "[17.5.0, )",
"resolved": "17.5.0",
"contentHash": "IJ4eSPcsRbwbAZehh1M9KgejSy0u3d0wAdkJytfCh67zOaCl5U3ltruUEe15MqirdRqGmm/ngbjeaVeGapSZxg==",
"dependencies": {
"Microsoft.CodeCoverage": "16.11.0",
"Microsoft.TestPlatform.TestHost": "16.11.0"
"Microsoft.CodeCoverage": "17.5.0",
"Microsoft.TestPlatform.TestHost": "17.5.0"
}
},
"MockQueryable.NSubstitute": {
Expand Down Expand Up @@ -272,8 +272,8 @@
},
"Microsoft.CodeCoverage": {
"type": "Transitive",
"resolved": "16.11.0",
"contentHash": "wf6lpAeCqP0KFfbDVtfL50lr7jY1gq0+0oSphyksfLOEygMDXqnaxHK5LPFtMEhYSEtgXdNyXNnEddOqQQUdlQ=="
"resolved": "17.5.0",
"contentHash": "6FQo0O6LKDqbCiIgVQhJAf810HSjFlOj7FunWaeOGDKxy8DAbpHzPk4SfBTXz9ytaaceuIIeR6hZgplt09m+ig=="
},
"Microsoft.CSharp": {
"type": "Transitive",
Expand Down Expand Up @@ -526,20 +526,20 @@
},
"Microsoft.TestPlatform.ObjectModel": {
"type": "Transitive",
"resolved": "16.11.0",
"contentHash": "EiknJx9N9Z30gs7R+HHhki7fA8EiiM3pwD1vkw3bFsBC8kdVq/O7mHf1hrg5aJp+ASO6BoOzQueD2ysfTOy/Bg==",
"resolved": "17.5.0",
"contentHash": "QwiBJcC/oEA1kojOaB0uPWOIo4i6BYuTBBYJVhUvmXkyYqZ2Ut/VZfgi+enf8LF8J4sjO98oRRFt39MiRorcIw==",
"dependencies": {
"NuGet.Frameworks": "5.0.0",
"NuGet.Frameworks": "5.11.0",
"System.Reflection.Metadata": "1.6.0"
}
},
"Microsoft.TestPlatform.TestHost": {
"type": "Transitive",
"resolved": "16.11.0",
"contentHash": "/Q+R0EcCJE8JaYCk+bGReicw/xrB0HhecrYrUcLbn95BnAlaTJrZhoLkUhvtKTAVtqX/AIKWXYtutiU/Q6QUgg==",
"resolved": "17.5.0",
"contentHash": "X86aikwp9d4SDcBChwzQYZihTPGEtMdDk+9t64emAl7N0Tq+OmlLAoW+Rs+2FB2k6QdUicSlT4QLO2xABRokaw==",
"dependencies": {
"Microsoft.TestPlatform.ObjectModel": "16.11.0",
"Newtonsoft.Json": "9.0.1"
"Microsoft.TestPlatform.ObjectModel": "17.5.0",
"Newtonsoft.Json": "13.0.1"
}
},
"Microsoft.Win32.Registry": {
Expand Down Expand Up @@ -594,8 +594,8 @@
},
"NuGet.Frameworks": {
"type": "Transitive",
"resolved": "5.0.0",
"contentHash": "c5JVjuVAm4f7E9Vj+v09Z9s2ZsqFDjBpcsyS3M9xRo0bEdm/LVZSzLxxNvfvAwRiiE8nwe1h2G4OwiwlzFKXlA=="
"resolved": "5.11.0",
"contentHash": "eaiXkUjC4NPcquGWzAGMXjuxvLwc6XGKMptSyOGQeT0X70BUZObuybJFZLA0OfTdueLd3US23NBPTBb6iF3V1Q=="
},
"Pomelo.EntityFrameworkCore.MySql": {
"type": "Transitive",
Expand Down

0 comments on commit dd1efb2

Please sign in to comment.