Skip to content

Commit

Permalink
chore(deps): Bump MSTest.TestAdapter and MSTest.TestFramework to 3.6.…
Browse files Browse the repository at this point in the history
…1 in /src (#1058)

Bumps [MSTest.TestAdapter](https://github.com/microsoft/testfx) from
3.5.2 to 3.6.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/microsoft/testfx/releases">MSTest.TestAdapter's
releases</a>.</em></p>
<blockquote>
<h2>v3.6.1</h2>
<p>See the release notes <a
href="https://github.com/microsoft/testfx/blob/main/docs/Changelog.md#3.6.1">here</a></p>
<h2>v3.6.0</h2>
<p>See the release notes <a
href="https://github.com/microsoft/testfx/blob/main/docs/Changelog.md#3.6.0">here</a></p>
<p>Special shoutout to <a
href="https://github.com/SimonCropp"><code>@​SimonCropp</code></a> for
his exceptional contribution in improving the quality of the
repository.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/microsoft/testfx/blob/main/docs/Changelog.md">MSTest.TestAdapter's
changelog</a>.</em></p>
<blockquote>
<h2><!-- raw HTML omitted -->[3.6.1] - 2024-10-03</h2>
<p>See full log <a
href="https://github.com/microsoft/testfx/compare/v3.6.0...v3.6.1">here</a></p>
<h3>Fixed</h3>
<ul>
<li>MSTEST0016: Fix typo in rule message and description by <a
href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/3808">#3808</a></li>
<li>MSTEST0018: fix false positive with data member visibility by <a
href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/3866">#3866</a></li>
<li>Fix MSTEST0036 is shown for cases where no shadowing happens by <a
href="https://github.com/engyebrahim"><code>@​engyebrahim</code></a> <a
href="https://redirect.github.com/microsoft/testfx/pull/3881">#3881</a></li>
<li>Bump VSTest to v17.11.1 by <a
href="https://github.com/Evangelink"><code>@​Evangelink</code></a></li>
<li>Fix MSTest hook to be always generated by <a
href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/3889">#3889</a></li>
<li>Fix CollectionAssert.AreEqual fails for list of strings using
IEqualityComparer following by <a
href="https://github.com/engyebrahim"><code>@​engyebrahim</code></a> in
<a
href="https://redirect.github.com/microsoft/testfx/pull/3886">#3886</a></li>
<li>Fix CollectionAssert.AreEqual for collection of collections ignores
even-items by <a
href="https://github.com/engyebrahim"><code>@​engyebrahim</code></a> in
<a
href="https://redirect.github.com/microsoft/testfx/pull/3893">#3893</a></li>
</ul>
<h3>Artifacts</h3>
<ul>
<li>MSTest: <a
href="https://www.nuget.org/packages/MSTest/3.6.1">3.6.1</a></li>
<li>MSTest.TestFramework: <a
href="https://www.nuget.org/packages/MSTest.TestFramework/3.6.1">3.6.1</a></li>
<li>MSTest.TestAdapter: <a
href="https://www.nuget.org/packages/MSTest.TestAdapter/3.6.1">3.6.1</a></li>
<li>MSTest.Analyzers: <a
href="https://www.nuget.org/packages/MSTest.Analyzers/3.6.1">3.6.1</a></li>
<li>MSTest.Sdk: <a
href="https://www.nuget.org/packages/MSTest.Sdk/3.6.1">3.6.1</a></li>
<li>Microsoft.Testing.Extensions.CrashDump: <a
href="https://www.nuget.org/packages/Microsoft.Testing.Extensions.CrashDump/1.4.1">1.4.1</a></li>
<li>Microsoft.Testing.Extensions.HangDump: <a
href="https://www.nuget.org/packages/Microsoft.Testing.Extensions.HangDump/1.4.1">1.4.1</a></li>
<li>Microsoft.Testing.Extensions.HotReload: <a
href="https://www.nuget.org/packages/Microsoft.Testing.Extensions.HotReload/1.4.1">1.4.1</a></li>
<li>Microsoft.Testing.Extensions.Retry: <a
href="https://www.nuget.org/packages/Microsoft.Testing.Extensions.Retry/1.4.1">1.4.1</a></li>
<li>Microsoft.Testing.Extensions.TrxReport: <a
href="https://www.nuget.org/packages/Microsoft.Testing.Extensions.TrxReport/1.4.1">1.4.1</a></li>
</ul>
<h2><!-- raw HTML omitted -->[3.6.0] - 2024-09-11</h2>
<p>See full log <a
href="https://github.com/microsoft/testfx/compare/v3.5.2...v3.6.0">here</a></p>
<h3>Added</h3>
<ul>
<li>Feat: Add code suppressor for CS8618 on TestContext property by <a
href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/3271">#3271</a></li>
<li>Feature: add support for injecting TestContext in ctor by <a
href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/3267">#3267</a></li>
<li>Feat: Add <code>[STATestClass]</code> by <a
href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/3278">#3278</a></li>
<li>Feat: Add [STATestMethod] by <a
href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/3286">#3286</a></li>
<li>Feat: add support for overloaded parameterized tests by <a
href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/3298">#3298</a></li>
<li>Improve display name for DynamicDataAttribute by <a
href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/3293">#3293</a></li>
<li>Feat: allow cooperative timeout by <a
href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/3314">#3314</a></li>
<li>MSTEST0010: report when class is abstract and inheritance is not set
by <a
href="https://github.com/engyebrahim"><code>@​engyebrahim</code></a> in
<a
href="https://redirect.github.com/microsoft/testfx/pull/3347">#3347</a></li>
<li>MSTEST0011: report when class is abstract and inheritance is not
specified by <a
href="https://github.com/engyebrahim"><code>@​engyebrahim</code></a> in
<a
href="https://redirect.github.com/microsoft/testfx/pull/3352">#3352</a></li>
<li>MSTEST0010: report if InheritanceBehavior.BeforeEachDerivedClass is
set on a sealed class by <a
href="https://github.com/engyebrahim"><code>@​engyebrahim</code></a> in
<a
href="https://redirect.github.com/microsoft/testfx/pull/3369">#3369</a></li>
<li>MSTEST0011: report if InheritanceBehavior.BeforeEachDerivedClass is
set on a sealed class by <a
href="https://github.com/engyebrahim"><code>@​engyebrahim</code></a> in
<a
href="https://redirect.github.com/microsoft/testfx/pull/3370">#3370</a></li>
<li>MSTEST0018: DynamicData usage should be valid by <a
href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/3374">#3374</a></li>
<li>Add analyzer for DeploymentItem by <a
href="https://github.com/engyebrahim"><code>@​engyebrahim</code></a> in
<a
href="https://redirect.github.com/microsoft/testfx/pull/3387">#3387</a></li>
<li>MSTEST0004: Add code fix by <a
href="https://github.com/engyebrahim"><code>@​engyebrahim</code></a> in
<a
href="https://redirect.github.com/microsoft/testfx/pull/3482">#3482</a></li>
<li>MSTEST0003: Add code fix by <a
href="https://github.com/engyebrahim"><code>@​engyebrahim</code></a> in
<a
href="https://redirect.github.com/microsoft/testfx/pull/3493">#3493</a></li>
<li>Warn on invalid DisableParallelization configuration entry by <a
href="https://github.com/engyebrahim"><code>@​engyebrahim</code></a> in
<a
href="https://redirect.github.com/microsoft/testfx/pull/3526">#3526</a></li>
<li>MSTEST0007: Add code fix by <a
href="https://github.com/engyebrahim"><code>@​engyebrahim</code></a> in
<a
href="https://redirect.github.com/microsoft/testfx/pull/3540">#3540</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/microsoft/testfx/commit/1204ea124e646eb9fbe5526bfa482ff574d1647a"><code>1204ea1</code></a>
Use TA 1.4.1</li>
<li><a
href="https://github.com/microsoft/testfx/commit/e6cc8fcb35b887ef11376822807137a84053b820"><code>e6cc8fc</code></a>
[rel/3.6] Update dependencies from microsoft/testanywhere (<a
href="https://redirect.github.com/microsoft/testfx/issues/3905">#3905</a>)</li>
<li><a
href="https://github.com/microsoft/testfx/commit/4f4ed7d3ce76cfa6e671c7a55f8b9cb6f2cb35c5"><code>4f4ed7d</code></a>
[rel/3.6] Update dependencies from microsoft/testanywhere (<a
href="https://redirect.github.com/microsoft/testfx/issues/3901">#3901</a>)</li>
<li><a
href="https://github.com/microsoft/testfx/commit/6d9c5eadebda2357588cfe8b12e1a63f319c2cc1"><code>6d9c5ea</code></a>
Fix CollectionAssert.AreEqual for collection of collections ignores
even-item...</li>
<li><a
href="https://github.com/microsoft/testfx/commit/5917c99d93acdc00e233cdebe05d2af2830cecd9"><code>5917c99</code></a>
Fix SelfRegisteredExtensions type to be internal (<a
href="https://redirect.github.com/microsoft/testfx/issues/3891">#3891</a>)</li>
<li><a
href="https://github.com/microsoft/testfx/commit/36338bd1fdf273ba3684cc9151d5e9422d0c9b8e"><code>36338bd</code></a>
Fix CollectionAssert.AreEqual fails for list of strings using
IEqualityCompar...</li>
<li><a
href="https://github.com/microsoft/testfx/commit/50707f7d802c0c7a5d4e6696d3153c4c3c7a53ab"><code>50707f7</code></a>
Fix MSTest hook to be always generated (<a
href="https://redirect.github.com/microsoft/testfx/issues/3889">#3889</a>)</li>
<li><a
href="https://github.com/microsoft/testfx/commit/6da3be7bf1856471740ad46167ee733e0b9e54b8"><code>6da3be7</code></a>
Bump VSTest tov17.11.1</li>
<li><a
href="https://github.com/microsoft/testfx/commit/491b2d6293949107154d201402efe63340b74a0e"><code>491b2d6</code></a>
Fix MSTEST0036 is shown for cases where no shadowing happens (<a
href="https://redirect.github.com/microsoft/testfx/issues/3881">#3881</a>)</li>
<li><a
href="https://github.com/microsoft/testfx/commit/8d3545b8f8167fa6c1dd8538b5395953faa853ae"><code>8d3545b</code></a>
[rel/3.6] Update dependencies from microsoft/testanywhere (<a
href="https://redirect.github.com/microsoft/testfx/issues/3885">#3885</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/microsoft/testfx/compare/v3.5.2...v3.6.1">compare
view</a></li>
</ul>
</details>
<br />

Bumps [MSTest.TestFramework](https://github.com/microsoft/testfx) from
3.6.0 to 3.6.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/microsoft/testfx/releases">MSTest.TestFramework's
releases</a>.</em></p>
<blockquote>
<h2>v3.6.1</h2>
<p>See the release notes <a
href="https://github.com/microsoft/testfx/blob/main/docs/Changelog.md#3.6.1">here</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/microsoft/testfx/blob/main/docs/Changelog.md">MSTest.TestFramework's
changelog</a>.</em></p>
<blockquote>
<h2><!-- raw HTML omitted -->[3.6.1] - 2024-10-03</h2>
<p>See full log <a
href="https://github.com/microsoft/testfx/compare/v3.6.0...v3.6.1">here</a></p>
<h3>Fixed</h3>
<ul>
<li>MSTEST0016: Fix typo in rule message and description by <a
href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/3808">#3808</a></li>
<li>MSTEST0018: fix false positive with data member visibility by <a
href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/3866">#3866</a></li>
<li>Fix MSTEST0036 is shown for cases where no shadowing happens by <a
href="https://github.com/engyebrahim"><code>@​engyebrahim</code></a> <a
href="https://redirect.github.com/microsoft/testfx/pull/3881">#3881</a></li>
<li>Bump VSTest to v17.11.1 by <a
href="https://github.com/Evangelink"><code>@​Evangelink</code></a></li>
<li>Fix MSTest hook to be always generated by <a
href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/3889">#3889</a></li>
<li>Fix CollectionAssert.AreEqual fails for list of strings using
IEqualityComparer following by <a
href="https://github.com/engyebrahim"><code>@​engyebrahim</code></a> in
<a
href="https://redirect.github.com/microsoft/testfx/pull/3886">#3886</a></li>
<li>Fix CollectionAssert.AreEqual for collection of collections ignores
even-items by <a
href="https://github.com/engyebrahim"><code>@​engyebrahim</code></a> in
<a
href="https://redirect.github.com/microsoft/testfx/pull/3893">#3893</a></li>
</ul>
<h3>Artifacts</h3>
<ul>
<li>MSTest: <a
href="https://www.nuget.org/packages/MSTest/3.6.1">3.6.1</a></li>
<li>MSTest.TestFramework: <a
href="https://www.nuget.org/packages/MSTest.TestFramework/3.6.1">3.6.1</a></li>
<li>MSTest.TestAdapter: <a
href="https://www.nuget.org/packages/MSTest.TestAdapter/3.6.1">3.6.1</a></li>
<li>MSTest.Analyzers: <a
href="https://www.nuget.org/packages/MSTest.Analyzers/3.6.1">3.6.1</a></li>
<li>MSTest.Sdk: <a
href="https://www.nuget.org/packages/MSTest.Sdk/3.6.1">3.6.1</a></li>
<li>Microsoft.Testing.Extensions.CrashDump: <a
href="https://www.nuget.org/packages/Microsoft.Testing.Extensions.CrashDump/1.4.1">1.4.1</a></li>
<li>Microsoft.Testing.Extensions.HangDump: <a
href="https://www.nuget.org/packages/Microsoft.Testing.Extensions.HangDump/1.4.1">1.4.1</a></li>
<li>Microsoft.Testing.Extensions.HotReload: <a
href="https://www.nuget.org/packages/Microsoft.Testing.Extensions.HotReload/1.4.1">1.4.1</a></li>
<li>Microsoft.Testing.Extensions.Retry: <a
href="https://www.nuget.org/packages/Microsoft.Testing.Extensions.Retry/1.4.1">1.4.1</a></li>
<li>Microsoft.Testing.Extensions.TrxReport: <a
href="https://www.nuget.org/packages/Microsoft.Testing.Extensions.TrxReport/1.4.1">1.4.1</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/microsoft/testfx/commit/1204ea124e646eb9fbe5526bfa482ff574d1647a"><code>1204ea1</code></a>
Use TA 1.4.1</li>
<li><a
href="https://github.com/microsoft/testfx/commit/e6cc8fcb35b887ef11376822807137a84053b820"><code>e6cc8fc</code></a>
[rel/3.6] Update dependencies from microsoft/testanywhere (<a
href="https://redirect.github.com/microsoft/testfx/issues/3905">#3905</a>)</li>
<li><a
href="https://github.com/microsoft/testfx/commit/4f4ed7d3ce76cfa6e671c7a55f8b9cb6f2cb35c5"><code>4f4ed7d</code></a>
[rel/3.6] Update dependencies from microsoft/testanywhere (<a
href="https://redirect.github.com/microsoft/testfx/issues/3901">#3901</a>)</li>
<li><a
href="https://github.com/microsoft/testfx/commit/6d9c5eadebda2357588cfe8b12e1a63f319c2cc1"><code>6d9c5ea</code></a>
Fix CollectionAssert.AreEqual for collection of collections ignores
even-item...</li>
<li><a
href="https://github.com/microsoft/testfx/commit/5917c99d93acdc00e233cdebe05d2af2830cecd9"><code>5917c99</code></a>
Fix SelfRegisteredExtensions type to be internal (<a
href="https://redirect.github.com/microsoft/testfx/issues/3891">#3891</a>)</li>
<li><a
href="https://github.com/microsoft/testfx/commit/36338bd1fdf273ba3684cc9151d5e9422d0c9b8e"><code>36338bd</code></a>
Fix CollectionAssert.AreEqual fails for list of strings using
IEqualityCompar...</li>
<li><a
href="https://github.com/microsoft/testfx/commit/50707f7d802c0c7a5d4e6696d3153c4c3c7a53ab"><code>50707f7</code></a>
Fix MSTest hook to be always generated (<a
href="https://redirect.github.com/microsoft/testfx/issues/3889">#3889</a>)</li>
<li><a
href="https://github.com/microsoft/testfx/commit/6da3be7bf1856471740ad46167ee733e0b9e54b8"><code>6da3be7</code></a>
Bump VSTest tov17.11.1</li>
<li><a
href="https://github.com/microsoft/testfx/commit/491b2d6293949107154d201402efe63340b74a0e"><code>491b2d6</code></a>
Fix MSTEST0036 is shown for cases where no shadowing happens (<a
href="https://redirect.github.com/microsoft/testfx/issues/3881">#3881</a>)</li>
<li><a
href="https://github.com/microsoft/testfx/commit/8d3545b8f8167fa6c1dd8538b5395953faa853ae"><code>8d3545b</code></a>
[rel/3.6] Update dependencies from microsoft/testanywhere (<a
href="https://redirect.github.com/microsoft/testfx/issues/3885">#3885</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/microsoft/testfx/compare/v3.6.0...v3.6.1">compare
view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=MSTest.TestAdapter&package-manager=nuget&previous-version=3.5.2&new-version=3.6.1)](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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: v-sharmachir <v-sharmachir@microsoft.com>
  • Loading branch information
dependabot[bot] and v-sharmachir authored Nov 5, 2024
1 parent 1c8709b commit 578a807
Show file tree
Hide file tree
Showing 12 changed files with 68 additions and 68 deletions.
4 changes: 2 additions & 2 deletions src/ActionsTests/ActionsTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="Moq" Version="4.18.4" />
<PackageReference Include="MSTest.TestAdapter" Version="3.5.2" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.6.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.1" />
<PackageReference Include="coverlet.collector" Version="6.0.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
4 changes: 2 additions & 2 deletions src/AutomationTests/AutomationTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="Moq" Version="4.18.4" />
<PackageReference Include="MSTest.TestAdapter" Version="3.5.2" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.6.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.1" />
<PackageReference Include="coverlet.collector" Version="6.0.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
4 changes: 2 additions & 2 deletions src/CLITests/CLITests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="Moq" Version="4.18.4" />
<PackageReference Include="MSTest.TestAdapter" Version="3.5.2" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.6.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.1" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/CoreTests/CoreTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="Moq" Version="4.18.4" />
<PackageReference Include="MSTest.TestAdapter" Version="3.5.2" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.6.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.1" />
<PackageReference Include="coverlet.collector" Version="6.0.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
4 changes: 2 additions & 2 deletions src/DesktopTests/DesktopTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="Moq" Version="4.18.4" />
<PackageReference Include="MSTest.TestAdapter" Version="3.5.2" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.6.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.1" />
<PackageReference Include="coverlet.collector" Version="6.0.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
4 changes: 2 additions & 2 deletions src/MsiFileTests/MsiFileTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="Moq" Version="4.18.4" />
<PackageReference Include="MSTest.TestAdapter" Version="3.5.2" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.6.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.1" />
<PackageReference Include="coverlet.collector" Version="6.0.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,46 +1,46 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<RootNamespace>Axe.Windows.OldFileVersionCompatibilityTests</RootNamespace>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Codecov" Version="1.13.0" />
<PackageReference Include="coverlet.msbuild" Version="6.0.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="Moq" Version="4.18.4" />
<PackageReference Include="MSTest.TestAdapter" Version="3.5.2" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.0" />
<PackageReference Include="coverlet.collector" Version="6.0.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.Drawing.Common" Version="8.0.10" />
<PackageReference Include="System.IO.FileSystem.Primitives" Version="4.3.0" />
<PackageReference Include="System.IO.Packaging" Version="8.0.1" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Actions\Actions.csproj" />
</ItemGroup>

<ItemGroup>
<None Update="TestFiles\WildlifeManager_AxeWindows_0_1_0.a11ytest">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="TestFiles\WildlifeManager_AxeWindows_0_2_0.a11ytest">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="TestFiles\WildlifeManager_AxeWindows_0_3_1.a11ytest">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>

<Import Project="..\..\build\NetStandardTest.targets" />

</Project>
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<RootNamespace>Axe.Windows.OldFileVersionCompatibilityTests</RootNamespace>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Codecov" Version="1.13.0" />
<PackageReference Include="coverlet.msbuild" Version="6.0.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="Moq" Version="4.18.4" />
<PackageReference Include="MSTest.TestAdapter" Version="3.6.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.1" />
<PackageReference Include="coverlet.collector" Version="6.0.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.Drawing.Common" Version="8.0.10" />
<PackageReference Include="System.IO.FileSystem.Primitives" Version="4.3.0" />
<PackageReference Include="System.IO.Packaging" Version="8.0.1" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Actions\Actions.csproj" />
</ItemGroup>

<ItemGroup>
<None Update="TestFiles\WildlifeManager_AxeWindows_0_1_0.a11ytest">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="TestFiles\WildlifeManager_AxeWindows_0_2_0.a11ytest">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="TestFiles\WildlifeManager_AxeWindows_0_3_1.a11ytest">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>

<Import Project="..\..\build\NetStandardTest.targets" />

</Project>
4 changes: 2 additions & 2 deletions src/RuleSelectionTests/RuleSelectionTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.5.2" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.6.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.1" />
<PackageReference Include="coverlet.collector" Version="6.0.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
4 changes: 2 additions & 2 deletions src/RulesTest/RulesTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="Moq" Version="4.18.4" />
<PackageReference Include="MSTest.TestAdapter" Version="3.5.2" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.6.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.1" />
<PackageReference Include="coverlet.collector" Version="6.0.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
4 changes: 2 additions & 2 deletions src/SystemAbstractionsTests/SystemAbstractionsTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="Moq" Version="4.18.4" />
<PackageReference Include="MSTest.TestAdapter" Version="3.5.2" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.6.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.1" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/TelemetryTests/TelemetryTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="Moq" Version="4.18.4" />
<PackageReference Include="MSTest.TestAdapter" Version="3.5.2" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.6.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.1" />
<PackageReference Include="coverlet.collector" Version="6.0.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
4 changes: 2 additions & 2 deletions src/Win32Tests/Win32Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="Moq" Version="4.18.4" />
<PackageReference Include="MSTest.TestAdapter" Version="3.5.2" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.6.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.1" />
<PackageReference Include="coverlet.collector" Version="6.0.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit 578a807

Please sign in to comment.