From 5229f52f471d255caac0367014e98ffe58c7ea9e Mon Sep 17 00:00:00 2001 From: Archi Date: Sun, 12 Dec 2021 15:28:37 +0100 Subject: [PATCH] Use latest MSTest Let's see if it finally works properly --- .github/renovate.json5 | 6 ------ Directory.Packages.props | 4 ++-- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 95e22c1d2..98b2a6e12 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -18,12 +18,6 @@ // TODO: <= 3.1 for Mono support, last failed version 6.12, https://steamcommunity.com/groups/archiasf/discussions/1/2997673517556002529 "allowedVersions": "<= 3.1", "matchPackageNames": [ "Microsoft.Extensions.Configuration.Json", "Microsoft.Extensions.Logging.Configuration" ] - }, - { - // TODO: <= 2.2.4 due to https://github.com/microsoft/testfx/issues/906, should be resolved with v2.2.8+ (?) - "allowedVersions": "<= 2.2.4", - "groupName": "MSTest packages", - "matchPackagePatterns": ["^MSTest\\..+"] } ] } diff --git a/Directory.Packages.props b/Directory.Packages.props index f1e2cc9b7..45b3472d3 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -7,8 +7,8 @@ - - + +