Skip to content

Commit 96f11e8

Browse files
Update vstest monorepo (#1964)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [Microsoft.NET.Test.Sdk](https://redirect.github.com/microsoft/vstest) | nuget | minor | `16.5.0` -> `16.11.0` | | [Microsoft.NET.Test.Sdk](https://redirect.github.com/microsoft/vstest) | nuget | minor | `17.1.0` -> `17.13.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>microsoft/vstest (Microsoft.NET.Test.Sdk)</summary> ### [`v16.11.0`](https://redirect.github.com/microsoft/vstest/releases/tag/v16.11.0) See the release notes [here](https://redirect.github.com/microsoft/vstest-docs/blob/main/docs/releases.md#16110). ### [`v16.10.0`](https://redirect.github.com/microsoft/vstest/releases/tag/v16.10.0) See the release notes [here](https://redirect.github.com/microsoft/vstest-docs/blob/master/docs/releases.md#16100). ### [`v16.9.4`](https://redirect.github.com/microsoft/vstest/releases/tag/v16.9.4) See the release notes [here](https://redirect.github.com/microsoft/vstest-docs/blob/master/docs/releases.md#1694). ### [`v16.9.1`](https://redirect.github.com/microsoft/vstest/releases/tag/v16.9.1) See the release notes [here](https://redirect.github.com/microsoft/vstest-docs/blob/master/docs/releases.md#1691). ### [`v16.8.3`](https://redirect.github.com/microsoft/vstest/releases/tag/v16.8.3) See the release notes [here](https://redirect.github.com/microsoft/vstest-docs/blob/master/docs/releases.md#1683). ### [`v16.8.0`](https://redirect.github.com/microsoft/vstest/releases/tag/v16.8.0) See the release notes [here](https://redirect.github.com/microsoft/vstest-docs/blob/master/docs/releases.md#1680). ### [`v16.7.1`](https://redirect.github.com/microsoft/vstest/releases/tag/v16.7.1) See the release notes [here](https://redirect.github.com/microsoft/vstest-docs/blob/master/docs/releases.md#1671) ### [`v16.7.0`](https://redirect.github.com/microsoft/vstest/releases/tag/v16.7.0) See the release notes [here](https://redirect.github.com/microsoft/vstest-docs/blob/master/docs/releases.md#1670). ### [`v16.6.1`](https://redirect.github.com/microsoft/vstest/releases/tag/v16.6.1) See the release notes [here](https://redirect.github.com/microsoft/vstest-docs/blob/master/docs/releases.md#1661). ### [`v16.6.0`](https://redirect.github.com/microsoft/vstest/releases/tag/v16.6.0) > ✔ 16.6.1 was released, use that instead. > 🔥 VSTest release 16.6.0 has a major bug in Fakes in vstest.console. The 16.6.0 packages are unlisted from nuget.org, with the exception of Microsoft.NET.Test.SDK and it's dependencies **which are not impacted** by this problem. > Please see[https://github.com/microsoft/vstest/issues/2408](https://redirect.github.com/microsoft/vstest/issues/2408)08 See the release notes [here](https://redirect.github.com/microsoft/vstest-docs/blob/master/docs/releases.md#1660). </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - "every weekday" (UTC). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJpbXBhY3Qvbm8tY2hhbmdlbG9nLXJlcXVpcmVkIl19--> Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com>
1 parent 8071e5f commit 96f11e8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

testing-unit-cs-mocks/UnitTesting.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<ItemGroup>
1010
<PackageReference Include="FluentAssertions" Version="5.10.2" />
11-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.5.0" />
11+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
1212
<PackageReference Include="NUnit" Version="3.14.0" />
1313
<PackageReference Include="NUnit3TestAdapter" Version="3.17.0" />
1414
<PackageReference Include="Pulumi" Version="3.*" />

testing-unit-cs-top-level-program/tests/Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<ItemGroup>
1212
<PackageReference Include="FluentAssertions" Version="6.7.0" />
13-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
13+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
1414
<PackageReference Include="NUnit" Version="3.14.0" />
1515
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
1616
<PackageReference Include="NUnit.Analyzers" Version="3.10.0" />

testing-unit-cs/UnitTesting.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<ItemGroup>
1010
<PackageReference Include="FluentAssertions" Version="5.10.2" />
11-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.5.0" />
11+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
1212
<PackageReference Include="NUnit" Version="3.14.0" />
1313
<PackageReference Include="NUnit3TestAdapter" Version="3.17.0" />
1414
<PackageReference Include="Pulumi" Version="3.*" />

testing-unit-fs-mocks/UnitTestingFs.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<ItemGroup>
1010
<PackageReference Include="FluentAssertions" Version="5.10.2" />
11-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.5.0" />
11+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
1212
<PackageReference Include="NUnit" Version="3.14.0" />
1313
<PackageReference Include="NUnit3TestAdapter" Version="3.17.0" />
1414
<PackageReference Include="Pulumi.Azure" Version="4.*" />

0 commit comments

Comments
 (0)