Skip to content

Commit 9d4084c

Browse files
build(deps): update dependency xunit.combinatorial to v2
1 parent 2170fb0 commit 9d4084c

File tree

2 files changed

+76
-13
lines changed

2 files changed

+76
-13
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.13.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.2" />
1919
</ItemGroup>
2020
</Project>

tests/EnumUtilities.Tests/packages.lock.json

Lines changed: 75 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
},
3838
"Xunit.Combinatorial": {
3939
"type": "Direct",
40-
"requested": "[1.6.24, )",
41-
"resolved": "1.6.24",
42-
"contentHash": "iqoQxBOE78VFwD9hYcxiAsJML4lAsbPNQ4lFLsyXNmr5/0W2RTM8sojUFU7rGrbUWY6VaA1E6NROI4e4lLmfIw==",
40+
"requested": "[2.0.24, )",
41+
"resolved": "2.0.24",
42+
"contentHash": "uKPuqQDTcaE6p5AzauhbRzA4bJhtuwrGBgUQol+gXRozxuoCzk1/CE4MRbkplaQWpsyoxkyxDrT1mOj/scCdJQ==",
4343
"dependencies": {
44-
"xunit.extensibility.core": "2.2.0"
44+
"xunit.v3.extensibility.core": "1.0.0"
4545
}
4646
},
4747
"xunit.runner.visualstudio": {
@@ -50,6 +50,11 @@
5050
"resolved": "3.0.2",
5151
"contentHash": "oXbusR6iPq0xlqoikjdLvzh+wQDkMv9If58myz9MEzldS4nIcp442Btgs2sWbYWV+caEluMe2pQCZ0hUZgPiow=="
5252
},
53+
"Microsoft.Bcl.AsyncInterfaces": {
54+
"type": "Transitive",
55+
"resolved": "6.0.0",
56+
"contentHash": "UcSjPsst+DfAdJGVDsu346FX0ci0ah+lw3WRtn18NUwEqRt70HaOQ7lI72vy3+1LxtqI3T5GWwV39rQSrCzAeg=="
57+
},
5358
"Microsoft.CodeCoverage": {
5459
"type": "Transitive",
5560
"resolved": "17.13.0",
@@ -122,6 +127,22 @@
122127
"xunit.extensibility.core": "[2.9.3]"
123128
}
124129
},
130+
"xunit.v3.common": {
131+
"type": "Transitive",
132+
"resolved": "1.0.0",
133+
"contentHash": "3w/BtAJe83G73KXpxrejrQw+eO51gmFrHUov5rq2jfb9nFUYWrSvdK55aIPh1SMXZMNka3qnCvkmhFVZ8o7PtA==",
134+
"dependencies": {
135+
"Microsoft.Bcl.AsyncInterfaces": "6.0.0"
136+
}
137+
},
138+
"xunit.v3.extensibility.core": {
139+
"type": "Transitive",
140+
"resolved": "1.0.0",
141+
"contentHash": "TsRSMWPnrZ0uAPBKWCusQi5l406IlwtzIDguID70XrytDmD2H/9yUqoFruMpYfrLPep/vFnv+26L6/6J57TyVQ==",
142+
"dependencies": {
143+
"xunit.v3.common": "[1.0.0]"
144+
}
145+
},
125146
"Raiqub.Generators.EnumUtilities": {
126147
"type": "Project"
127148
}
@@ -162,11 +183,11 @@
162183
},
163184
"Xunit.Combinatorial": {
164185
"type": "Direct",
165-
"requested": "[1.6.24, )",
166-
"resolved": "1.6.24",
167-
"contentHash": "iqoQxBOE78VFwD9hYcxiAsJML4lAsbPNQ4lFLsyXNmr5/0W2RTM8sojUFU7rGrbUWY6VaA1E6NROI4e4lLmfIw==",
186+
"requested": "[2.0.24, )",
187+
"resolved": "2.0.24",
188+
"contentHash": "uKPuqQDTcaE6p5AzauhbRzA4bJhtuwrGBgUQol+gXRozxuoCzk1/CE4MRbkplaQWpsyoxkyxDrT1mOj/scCdJQ==",
168189
"dependencies": {
169-
"xunit.extensibility.core": "2.2.0"
190+
"xunit.v3.extensibility.core": "1.0.0"
170191
}
171192
},
172193
"xunit.runner.visualstudio": {
@@ -175,6 +196,11 @@
175196
"resolved": "3.0.2",
176197
"contentHash": "oXbusR6iPq0xlqoikjdLvzh+wQDkMv9If58myz9MEzldS4nIcp442Btgs2sWbYWV+caEluMe2pQCZ0hUZgPiow=="
177198
},
199+
"Microsoft.Bcl.AsyncInterfaces": {
200+
"type": "Transitive",
201+
"resolved": "6.0.0",
202+
"contentHash": "UcSjPsst+DfAdJGVDsu346FX0ci0ah+lw3WRtn18NUwEqRt70HaOQ7lI72vy3+1LxtqI3T5GWwV39rQSrCzAeg=="
203+
},
178204
"Microsoft.CodeCoverage": {
179205
"type": "Transitive",
180206
"resolved": "17.13.0",
@@ -247,6 +273,22 @@
247273
"xunit.extensibility.core": "[2.9.3]"
248274
}
249275
},
276+
"xunit.v3.common": {
277+
"type": "Transitive",
278+
"resolved": "1.0.0",
279+
"contentHash": "3w/BtAJe83G73KXpxrejrQw+eO51gmFrHUov5rq2jfb9nFUYWrSvdK55aIPh1SMXZMNka3qnCvkmhFVZ8o7PtA==",
280+
"dependencies": {
281+
"Microsoft.Bcl.AsyncInterfaces": "6.0.0"
282+
}
283+
},
284+
"xunit.v3.extensibility.core": {
285+
"type": "Transitive",
286+
"resolved": "1.0.0",
287+
"contentHash": "TsRSMWPnrZ0uAPBKWCusQi5l406IlwtzIDguID70XrytDmD2H/9yUqoFruMpYfrLPep/vFnv+26L6/6J57TyVQ==",
288+
"dependencies": {
289+
"xunit.v3.common": "[1.0.0]"
290+
}
291+
},
250292
"Raiqub.Generators.EnumUtilities": {
251293
"type": "Project"
252294
}
@@ -287,11 +329,11 @@
287329
},
288330
"Xunit.Combinatorial": {
289331
"type": "Direct",
290-
"requested": "[1.6.24, )",
291-
"resolved": "1.6.24",
292-
"contentHash": "iqoQxBOE78VFwD9hYcxiAsJML4lAsbPNQ4lFLsyXNmr5/0W2RTM8sojUFU7rGrbUWY6VaA1E6NROI4e4lLmfIw==",
332+
"requested": "[2.0.24, )",
333+
"resolved": "2.0.24",
334+
"contentHash": "uKPuqQDTcaE6p5AzauhbRzA4bJhtuwrGBgUQol+gXRozxuoCzk1/CE4MRbkplaQWpsyoxkyxDrT1mOj/scCdJQ==",
293335
"dependencies": {
294-
"xunit.extensibility.core": "2.2.0"
336+
"xunit.v3.extensibility.core": "1.0.0"
295337
}
296338
},
297339
"xunit.runner.visualstudio": {
@@ -300,6 +342,11 @@
300342
"resolved": "3.0.2",
301343
"contentHash": "oXbusR6iPq0xlqoikjdLvzh+wQDkMv9If58myz9MEzldS4nIcp442Btgs2sWbYWV+caEluMe2pQCZ0hUZgPiow=="
302344
},
345+
"Microsoft.Bcl.AsyncInterfaces": {
346+
"type": "Transitive",
347+
"resolved": "6.0.0",
348+
"contentHash": "UcSjPsst+DfAdJGVDsu346FX0ci0ah+lw3WRtn18NUwEqRt70HaOQ7lI72vy3+1LxtqI3T5GWwV39rQSrCzAeg=="
349+
},
303350
"Microsoft.CodeCoverage": {
304351
"type": "Transitive",
305352
"resolved": "17.13.0",
@@ -372,6 +419,22 @@
372419
"xunit.extensibility.core": "[2.9.3]"
373420
}
374421
},
422+
"xunit.v3.common": {
423+
"type": "Transitive",
424+
"resolved": "1.0.0",
425+
"contentHash": "3w/BtAJe83G73KXpxrejrQw+eO51gmFrHUov5rq2jfb9nFUYWrSvdK55aIPh1SMXZMNka3qnCvkmhFVZ8o7PtA==",
426+
"dependencies": {
427+
"Microsoft.Bcl.AsyncInterfaces": "6.0.0"
428+
}
429+
},
430+
"xunit.v3.extensibility.core": {
431+
"type": "Transitive",
432+
"resolved": "1.0.0",
433+
"contentHash": "TsRSMWPnrZ0uAPBKWCusQi5l406IlwtzIDguID70XrytDmD2H/9yUqoFruMpYfrLPep/vFnv+26L6/6J57TyVQ==",
434+
"dependencies": {
435+
"xunit.v3.common": "[1.0.0]"
436+
}
437+
},
375438
"Raiqub.Generators.EnumUtilities": {
376439
"type": "Project"
377440
}

0 commit comments

Comments
 (0)