From a38dea80e90ffcfe2b2e43878c04bd462c8aa757 Mon Sep 17 00:00:00 2001 From: Archi Date: Tue, 29 Jun 2021 00:11:17 +0200 Subject: [PATCH] Downgrade MSTest.TestAdapter to 2.2.4 https://github.com/microsoft/testfx/issues/895 --- .github/renovate.json | 6 ++++++ Directory.Packages.props | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 564c95079..ee1255182 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -13,8 +13,14 @@ }, "packageRules": [ { + "comment": "https://steamcommunity.com/groups/archiasf/discussions/1/2997673517556002529/#c2998800559179074833", "allowedVersions": "<= 3.0", "matchPackageNames": [ "Microsoft.Extensions.Configuration.Json", "Microsoft.Extensions.Logging.Configuration" ] + }, + { + "comment": "https://github.com/microsoft/testfx/issues/895", + "allowedVersions": "<= 2.2.4", + "matchPackageNames": [ "MSTest.TestAdapter" ] } ] } diff --git a/Directory.Packages.props b/Directory.Packages.props index ae97a7d3a..6c3e242e4 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -7,7 +7,7 @@ - +