Skip to content

Commit 2a07ff0

Browse files
build(deps): update dependency xunit.combinatorial to v2
1 parent f4f3691 commit 2a07ff0

File tree

2 files changed

+26
-5
lines changed

2 files changed

+26
-5
lines changed

tests/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
1515
<PackageVersion Include="System.Formats.Asn1" Version="6.0.1" />
1616
<PackageVersion Include="xunit" Version="2.9.3" />
17-
<PackageVersion Include="Xunit.Combinatorial" Version="1.6.24" />
17+
<PackageVersion Include="Xunit.Combinatorial" Version="2.0.24" />
1818
<PackageVersion Include="xunit.runner.visualstudio" Version="3.0.0" />
1919
</ItemGroup>
2020
</Project>

tests/EnumUtilities.Tests/packages.lock.json

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@
4040
},
4141
"Xunit.Combinatorial": {
4242
"type": "Direct",
43-
"requested": "[1.6.24, )",
44-
"resolved": "1.6.24",
45-
"contentHash": "iqoQxBOE78VFwD9hYcxiAsJML4lAsbPNQ4lFLsyXNmr5/0W2RTM8sojUFU7rGrbUWY6VaA1E6NROI4e4lLmfIw==",
43+
"requested": "[2.0.24, )",
44+
"resolved": "2.0.24",
45+
"contentHash": "uKPuqQDTcaE6p5AzauhbRzA4bJhtuwrGBgUQol+gXRozxuoCzk1/CE4MRbkplaQWpsyoxkyxDrT1mOj/scCdJQ==",
4646
"dependencies": {
47-
"xunit.extensibility.core": "2.2.0"
47+
"xunit.v3.extensibility.core": "1.0.0"
4848
}
4949
},
5050
"xunit.runner.visualstudio": {
@@ -53,6 +53,11 @@
5353
"resolved": "3.0.0",
5454
"contentHash": "HggUqjQJe8PtDxcP25Q+CnR6Lz4oX3GElhD9V4oU2+75x9HI6A6sxbfKGS4UwU4t4yJaS9fBmAuriz8bQApNjw=="
5555
},
56+
"Microsoft.Bcl.AsyncInterfaces": {
57+
"type": "Transitive",
58+
"resolved": "6.0.0",
59+
"contentHash": "UcSjPsst+DfAdJGVDsu346FX0ci0ah+lw3WRtn18NUwEqRt70HaOQ7lI72vy3+1LxtqI3T5GWwV39rQSrCzAeg=="
60+
},
5661
"Microsoft.CodeCoverage": {
5762
"type": "Transitive",
5863
"resolved": "17.12.0",
@@ -174,6 +179,22 @@
174179
"xunit.extensibility.core": "[2.9.3]"
175180
}
176181
},
182+
"xunit.v3.common": {
183+
"type": "Transitive",
184+
"resolved": "1.0.0",
185+
"contentHash": "3w/BtAJe83G73KXpxrejrQw+eO51gmFrHUov5rq2jfb9nFUYWrSvdK55aIPh1SMXZMNka3qnCvkmhFVZ8o7PtA==",
186+
"dependencies": {
187+
"Microsoft.Bcl.AsyncInterfaces": "6.0.0"
188+
}
189+
},
190+
"xunit.v3.extensibility.core": {
191+
"type": "Transitive",
192+
"resolved": "1.0.0",
193+
"contentHash": "TsRSMWPnrZ0uAPBKWCusQi5l406IlwtzIDguID70XrytDmD2H/9yUqoFruMpYfrLPep/vFnv+26L6/6J57TyVQ==",
194+
"dependencies": {
195+
"xunit.v3.common": "[1.0.0]"
196+
}
197+
},
177198
"Raiqub.Generators.EnumUtilities": {
178199
"type": "Project"
179200
}

0 commit comments

Comments
 (0)