Use latest MSTest

Let's see if it finally works properly
This commit is contained in:
Archi
2021-12-12 15:28:37 +01:00
parent 92a946c1cb
commit 5229f52f47
2 changed files with 2 additions and 8 deletions

View File

@@ -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\\..+"]
}
]
}