mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 06:00:46 +00:00
Downgrade MSTest.TestAdapter to 2.2.4
https://github.com/microsoft/testfx/issues/895
This commit is contained in:
6
.github/renovate.json
vendored
6
.github/renovate.json
vendored
@@ -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" ]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<PackageVersion Include="JetBrains.Annotations" Version="2021.1.0" />
|
||||
<PackageVersion Include="Markdig.Signed" Version="0.25.0" />
|
||||
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="16.10.0" />
|
||||
<PackageVersion Include="MSTest.TestAdapter" Version="2.2.5" />
|
||||
<PackageVersion Include="MSTest.TestAdapter" Version="2.2.4" />
|
||||
<PackageVersion Include="MSTest.TestFramework" Version="2.2.5" />
|
||||
<PackageVersion Include="Newtonsoft.Json" Version="13.0.1" />
|
||||
<PackageVersion Include="Nito.AsyncEx.Coordination" Version="5.1.0" />
|
||||
|
||||
Reference in New Issue
Block a user