Skip to content

Commit 2b3b85d

Browse files
deps: Update dependency Xunit.Combinatorial to version 1.5.25
Updates-dependency: Xunit.Combinatorial Updates-dependency-from-version: 1.4.1 Updates-dependency-to-version: 1.5.25 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Pull-Request: #173
1 parent c93ef9e commit 2b3b85d

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

src/MarkdownGenerator.Test/Grynwald.MarkdownGenerator.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />
1111
<PackageReference Include="Moq" Version="4.18.2" />
1212
<PackageReference Include="xunit" Version="2.4.2" />
13-
<PackageReference Include="Xunit.Combinatorial" Version="1.4.1" />
13+
<PackageReference Include="Xunit.Combinatorial" Version="1.5.25" />
1414
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" />
1515
<PackageReference Include="coverlet.collector" Version="3.1.2" PrivateAssets="All" />
1616
</ItemGroup>

src/MarkdownGenerator.Test/packages.lock.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,10 @@
6262
},
6363
"Xunit.Combinatorial": {
6464
"type": "Direct",
65-
"requested": "[1.4.1, )",
66-
"resolved": "1.4.1",
67-
"contentHash": "Dw9JIVL7LwSul0i8ugsZcImGMSUS2IbWjI1rjT1lwJn80VDJXPc1ECRdLtF9P3nkov2Xm/3IgMapNd6R2AeHJw==",
65+
"requested": "[1.5.25, )",
66+
"resolved": "1.5.25",
67+
"contentHash": "wB5Knl4YznMl/vtfk3fv5OiTO5lKG2xjsk4kKjsvYPxNxYA4gR8rL0SKSJqhGOxUQGqAmkRragIK+sgMO5I61g==",
6868
"dependencies": {
69-
"NETStandard.Library": "1.6.1",
7069
"xunit.extensibility.core": "2.2.0"
7170
}
7271
},

0 commit comments

Comments
 (0)