Bump MSTest.TestAdapter from 3.7.1 to 3.7.2 (#2416)

Bumps [MSTest.TestAdapter](https://github.com/microsoft/testfx) from 3.7.1 to 3.7.2.
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](https://github.com/microsoft/testfx/compare/v3.7.1...v3.7.2)

---
updated-dependencies:
- dependency-name: MSTest.TestAdapter
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-01-26 13:44:32 +00:00 коммит произвёл GitHub
Родитель f2c8d2f8a1
Коммит 26667cdd83
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 22 добавлений и 22 удалений

Просмотреть файл

@ -8,7 +8,7 @@
<ItemGroup>
<PackageReference Include="FluentAssertions" Version="8.0.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.7.1" />
<PackageReference Include="MSTest.TestAdapter" Version="3.7.2" />
<PackageReference Include="MSTest.TestFramework" Version="3.7.2" />
<PackageReference Include="coverlet.collector" Version="6.0.4">
<PrivateAssets>all</PrivateAssets>

Просмотреть файл

@ -36,12 +36,12 @@
},
"MSTest.TestAdapter": {
"type": "Direct",
"requested": "[3.7.1, )",
"resolved": "3.7.1",
"contentHash": "KOxBNotVzhtsgw6dqVxuoCCCN/t5E1SNmlvpDm2Giw2EcmJRVLstR6W5W24rK3QDM8IxyFZSSgX30gtCQSlYJQ==",
"requested": "[3.7.2, )",
"resolved": "3.7.2",
"contentHash": "VA2pLWezR1hJd6rqP9xAD3j4brrc5c2qc5UDMLBBFYdB9jdXu+9WkhcUWsmt7WziwWZwqcytHCCDz4Qufs3cEQ==",
"dependencies": {
"Microsoft.Testing.Extensions.VSTestBridge": "1.5.1",
"Microsoft.Testing.Platform.MSBuild": "1.5.1"
"Microsoft.Testing.Extensions.VSTestBridge": "1.5.2",
"Microsoft.Testing.Platform.MSBuild": "1.5.2"
}
},
"MSTest.TestFramework": {
@ -92,44 +92,44 @@
},
"Microsoft.Testing.Extensions.Telemetry": {
"type": "Transitive",
"resolved": "1.5.1",
"contentHash": "a7OJA/GpEQeSU3M1GKIPv0ksHGgduKRa6Ry0+y0lzpBSZW+dAkqQWFrvcLNEIyMqqm8t4Mok20+6+XDNbVcX+Q==",
"resolved": "1.5.2",
"contentHash": "13K4Xs7CCRs9ZKzTZSdReuSwOkVUVPBskQmGw6s+027DEM4N4DbDl9Jq9p+zC+IxGKT5C66ZcKRd9X91pVPt5g==",
"dependencies": {
"Microsoft.ApplicationInsights": "2.22.0",
"Microsoft.Testing.Platform": "1.5.1"
"Microsoft.Testing.Platform": "1.5.2"
}
},
"Microsoft.Testing.Extensions.TrxReport.Abstractions": {
"type": "Transitive",
"resolved": "1.5.1",
"contentHash": "TFu5OsqDeu/xjGsgMzmigpJ1Ui13EqwevREC7yeXu3mU2Zip4ELJmH+w9BkCWBT84FwLmAllGZmD1NTDizWdpg==",
"resolved": "1.5.2",
"contentHash": "kaW+BhcsX9NxzF8ty3nyvdux+MNWclaunoE4+mjOrYfIIinl9SGTlM1hOeMofyWPddLzlj3CnZJMuRptCiDZ9w==",
"dependencies": {
"Microsoft.Testing.Platform": "1.5.1"
"Microsoft.Testing.Platform": "1.5.2"
}
},
"Microsoft.Testing.Extensions.VSTestBridge": {
"type": "Transitive",
"resolved": "1.5.1",
"contentHash": "xWoUWKnUaBUKfjnJHZdVihq+uN/ukdwtFMGVtNKIY3SYH6pd7RZqPp7dFBhYSIDCmJgg0qRkMUQXRQbW98UaqQ==",
"resolved": "1.5.2",
"contentHash": "VUyHa+Md93xwrdedTHYy0TQt/TPJAHUhiJxvs7j4TJY5bE0DgSfubNd/in48j008oGyUiNUDrJx9EiFaLqBAsg==",
"dependencies": {
"Microsoft.ApplicationInsights": "2.22.0",
"Microsoft.TestPlatform.ObjectModel": "17.12.0",
"Microsoft.Testing.Extensions.Telemetry": "1.5.1",
"Microsoft.Testing.Extensions.TrxReport.Abstractions": "1.5.1",
"Microsoft.Testing.Platform": "1.5.1"
"Microsoft.Testing.Extensions.Telemetry": "1.5.2",
"Microsoft.Testing.Extensions.TrxReport.Abstractions": "1.5.2",
"Microsoft.Testing.Platform": "1.5.2"
}
},
"Microsoft.Testing.Platform": {
"type": "Transitive",
"resolved": "1.5.1",
"contentHash": "R5Dl0/TYBop8RnOILe7hJiryGN9uPW7nDZvZlwAvN4Uk8F8LXNAt9+krrppmCLkmBLCnSwtPF7m423tMM4cbCw=="
"resolved": "1.5.2",
"contentHash": "IcBrO3WAs+TK622oGSuaHJAn2Ru8b7o4kWjAbaiy2v4302x5qhYphwQ3BvKMK7e7P0fcSyQwq1IfYmrlplgq0w=="
},
"Microsoft.Testing.Platform.MSBuild": {
"type": "Transitive",
"resolved": "1.5.1",
"contentHash": "hgSAa4HZz8GmcXVTYaMK0yotB3w9KuM35VIk/QjWd/gk6uKp8Lyhg8g2jriziRNyHGnoMcxD6lL7KgyaTXdvMQ==",
"resolved": "1.5.2",
"contentHash": "vIZYqOjoeJ4Nf8h3zIQy03jkXeJZxw39I2+sZ2CoNZ4Jrdx8SAcGxJKETY/zbcmSuwSFVfPo/RwOnqVoa74TFg==",
"dependencies": {
"Microsoft.Testing.Platform": "1.5.1"
"Microsoft.Testing.Platform": "1.5.2"
}
},
"Microsoft.TestPlatform.ObjectModel": {