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
No known key found for this signature in database
GPG key ID: 6B138B4C64555AEA
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\\..+"]
}
]
}

View file

@ -7,8 +7,8 @@
<PackageVersion Include="JetBrains.Annotations" Version="2021.3.0" />
<PackageVersion Include="Markdig.Signed" Version="0.26.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
<PackageVersion Include="MSTest.TestAdapter" Version="2.2.4" />
<PackageVersion Include="MSTest.TestFramework" Version="2.2.4" />
<PackageVersion Include="MSTest.TestAdapter" Version="2.2.8" />
<PackageVersion Include="MSTest.TestFramework" Version="2.2.8" />
<PackageVersion Include="Newtonsoft.Json" Version="13.0.1" />
<PackageVersion Include="Nito.AsyncEx.Coordination" Version="5.1.2" />
<PackageVersion Include="NLog.Web.AspNetCore" Version="4.14.0" />