mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 07:04:27 +00:00
Use latest MSTest
Let's see if it finally works properly
This commit is contained in:
parent
92a946c1cb
commit
5229f52f47
2 changed files with 2 additions and 8 deletions
6
.github/renovate.json5
vendored
6
.github/renovate.json5
vendored
|
@ -18,12 +18,6 @@
|
||||||
// TODO: <= 3.1 for Mono support, last failed version 6.12, https://steamcommunity.com/groups/archiasf/discussions/1/2997673517556002529
|
// TODO: <= 3.1 for Mono support, last failed version 6.12, https://steamcommunity.com/groups/archiasf/discussions/1/2997673517556002529
|
||||||
"allowedVersions": "<= 3.1",
|
"allowedVersions": "<= 3.1",
|
||||||
"matchPackageNames": [ "Microsoft.Extensions.Configuration.Json", "Microsoft.Extensions.Logging.Configuration" ]
|
"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\\..+"]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,8 +7,8 @@
|
||||||
<PackageVersion Include="JetBrains.Annotations" Version="2021.3.0" />
|
<PackageVersion Include="JetBrains.Annotations" Version="2021.3.0" />
|
||||||
<PackageVersion Include="Markdig.Signed" Version="0.26.0" />
|
<PackageVersion Include="Markdig.Signed" Version="0.26.0" />
|
||||||
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
|
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
|
||||||
<PackageVersion Include="MSTest.TestAdapter" Version="2.2.4" />
|
<PackageVersion Include="MSTest.TestAdapter" Version="2.2.8" />
|
||||||
<PackageVersion Include="MSTest.TestFramework" Version="2.2.4" />
|
<PackageVersion Include="MSTest.TestFramework" Version="2.2.8" />
|
||||||
<PackageVersion Include="Newtonsoft.Json" Version="13.0.1" />
|
<PackageVersion Include="Newtonsoft.Json" Version="13.0.1" />
|
||||||
<PackageVersion Include="Nito.AsyncEx.Coordination" Version="5.1.2" />
|
<PackageVersion Include="Nito.AsyncEx.Coordination" Version="5.1.2" />
|
||||||
<PackageVersion Include="NLog.Web.AspNetCore" Version="4.14.0" />
|
<PackageVersion Include="NLog.Web.AspNetCore" Version="4.14.0" />
|
||||||
|
|
Loading…
Reference in a new issue