Skip to content

Commit f52b4b8

Browse files
Bump Microsoft.Testing.Extensions.TrxReport from 1.5.1 to 1.8.2
--- updated-dependencies: - dependency-name: Microsoft.Testing.Extensions.TrxReport dependency-version: 1.8.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3080f3b commit f52b4b8

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

Directory.Packages.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<PackageVersion Include="coverlet.collector" Version="6.0.4" />
77
<PackageVersion Include="DendroDocs.Shared" Version="0.4.2" />
88
<PackageVersion Include="Microsoft.Build.Tasks.Core" Version="17.11.31" />
9+
<PackageVersion Include="Microsoft.Testing.Extensions.TrxReport" Version="1.8.2" />
910
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" />
1011
<PackageVersion Include="Nuke.Common" Version="9.0.4" />
1112
<PackageVersion Include="Nuke.Components" Version="9.0.4" />

tests/DendroDocs.Client.Tests/DendroDocs.Client.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
</ItemGroup>
2626

2727
<ItemGroup>
28+
<PackageReference Include="Microsoft.Testing.Extensions.TrxReport" />
2829
<ProjectReference Include="..\..\src\DendroDocs.Client\DendroDocs.Client.csproj" />
2930
</ItemGroup>
3031

tests/DendroDocs.Client.Tests/packages.lock.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@
3333
},
3434
"Microsoft.Testing.Extensions.TrxReport": {
3535
"type": "Direct",
36-
"requested": "[1.5.1, )",
37-
"resolved": "1.5.1",
38-
"contentHash": "R83eohpbsCKwgSuETskjMXEIS3eL0UunpnX44NK90gfaJT5a/YxrgVKhAu1yRzwkva3fzIQkwph5P/ftLR5uEg==",
36+
"requested": "[1.8.2, )",
37+
"resolved": "1.8.2",
38+
"contentHash": "voBJkIOuBOKDVeugzHXt7VJl9mUeUj4UHx8ici09OsZRWMvyKSWI+bS6gq9dQfwe3dXIM7J3Gc2oje6RBuDGLA==",
3939
"dependencies": {
40-
"Microsoft.Testing.Extensions.TrxReport.Abstractions": "1.5.1",
41-
"Microsoft.Testing.Platform": "1.5.1"
40+
"Microsoft.Testing.Extensions.TrxReport.Abstractions": "1.8.2",
41+
"Microsoft.Testing.Platform": "1.8.2"
4242
}
4343
},
4444
"MSTest.TestAdapter": {
@@ -125,10 +125,10 @@
125125
},
126126
"Microsoft.Testing.Extensions.TrxReport.Abstractions": {
127127
"type": "Transitive",
128-
"resolved": "1.5.1",
129-
"contentHash": "TFu5OsqDeu/xjGsgMzmigpJ1Ui13EqwevREC7yeXu3mU2Zip4ELJmH+w9BkCWBT84FwLmAllGZmD1NTDizWdpg==",
128+
"resolved": "1.8.2",
129+
"contentHash": "QPaJgSfN0APwB6OtJO9jOGETv62d94fsDwLKh+Yu6vAFIP8wfml2CFLzaOlBIkbYFb8kG0s0Bd/VPLQrhCL3lg==",
130130
"dependencies": {
131-
"Microsoft.Testing.Platform": "1.5.1"
131+
"Microsoft.Testing.Platform": "1.8.2"
132132
}
133133
},
134134
"Microsoft.Testing.Extensions.VSTestBridge": {
@@ -145,8 +145,8 @@
145145
},
146146
"Microsoft.Testing.Platform": {
147147
"type": "Transitive",
148-
"resolved": "1.5.1",
149-
"contentHash": "R5Dl0/TYBop8RnOILe7hJiryGN9uPW7nDZvZlwAvN4Uk8F8LXNAt9+krrppmCLkmBLCnSwtPF7m423tMM4cbCw=="
148+
"resolved": "1.8.2",
149+
"contentHash": "KTr/LYPhgT3IEzElGEEHldNJec0QMTouDhtwDmW+PAPAEzSKJQHtPaNA3pf0IL7ISmoKtuxxHV2v1Cq9xmelzQ=="
150150
},
151151
"Microsoft.Testing.Platform.MSBuild": {
152152
"type": "Transitive",

0 commit comments

Comments
 (0)