Skip to content

Commit 94f0638

Browse files
Bump coverlet.collector from 6.0.3 to 6.0.4
--- updated-dependencies: - dependency-name: coverlet.collector dependency-version: 6.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7975673 commit 94f0638

2 files changed

Lines changed: 58 additions & 16 deletions

File tree

Tests/Schema.NET.Test/Schema.NET.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</ItemGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="coverlet.collector" PrivateAssets="All" Version="6.0.3">
12+
<PackageReference Include="coverlet.collector" PrivateAssets="All" Version="6.0.4">
1313
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1414
</PackageReference>
1515
<PackageReference Include="JunitXml.TestLogger" Version="3.0.134" />

Tests/Schema.NET.Test/packages.lock.json

Lines changed: 57 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
".NETFramework,Version=v4.6.2": {
55
"coverlet.collector": {
66
"type": "Direct",
7-
"requested": "[6.0.3, )",
8-
"resolved": "6.0.3",
9-
"contentHash": "SvLbRq7gjzE34BI90vP6ge812+PAjinNoKhdFZHwVEu/ozJgZY+0KyDh1K0teDeMeuzQJuF8OvleRBYXsZDz0A=="
7+
"requested": "[6.0.4, )",
8+
"resolved": "6.0.4",
9+
"contentHash": "lkhqpF8Pu2Y7IiN7OntbsTtdbpR1syMsm2F3IgX6ootA4ffRqWL5jF7XipHuZQTdVuWG/gVAAcf8mjk8Tz0xPg=="
1010
},
1111
"JunitXml.TestLogger": {
1212
"type": "Direct",
@@ -29,6 +29,15 @@
2929
"Microsoft.CodeCoverage": "17.12.0"
3030
}
3131
},
32+
"Microsoft.NETFramework.ReferenceAssemblies": {
33+
"type": "Direct",
34+
"requested": "[1.0.3, )",
35+
"resolved": "1.0.3",
36+
"contentHash": "vUc9Npcs14QsyOD01tnv/m8sQUnGTGOw1BCmKcv77LBJY7OxhJ+zJF7UD/sCL3lYNFuqmQEVlkfS4Quif6FyYg==",
37+
"dependencies": {
38+
"Microsoft.NETFramework.ReferenceAssemblies.net462": "1.0.3"
39+
}
40+
},
3241
"Microsoft.TestPlatform.ObjectModel": {
3342
"type": "Direct",
3443
"requested": "[17.12.0, )",
@@ -125,6 +134,11 @@
125134
"resolved": "17.12.0",
126135
"contentHash": "4svMznBd5JM21JIG2xZKGNanAHNXplxf/kQDFfLHXQ3OnpJkayRK/TjacFjA+EYmoyuNXHo/sOETEfcYtAzIrA=="
127136
},
137+
"Microsoft.NETFramework.ReferenceAssemblies.net462": {
138+
"type": "Transitive",
139+
"resolved": "1.0.3",
140+
"contentHash": "IzAV30z22ESCeQfxP29oVf4qEo8fBGXLXSU6oacv/9Iqe6PzgHDKCaWfwMBak7bSJQM0F5boXWoZS+kChztRIQ=="
141+
},
128142
"System.Buffers": {
129143
"type": "Transitive",
130144
"resolved": "4.5.1",
@@ -265,9 +279,9 @@
265279
".NETFramework,Version=v4.7.2": {
266280
"coverlet.collector": {
267281
"type": "Direct",
268-
"requested": "[6.0.3, )",
269-
"resolved": "6.0.3",
270-
"contentHash": "SvLbRq7gjzE34BI90vP6ge812+PAjinNoKhdFZHwVEu/ozJgZY+0KyDh1K0teDeMeuzQJuF8OvleRBYXsZDz0A=="
282+
"requested": "[6.0.4, )",
283+
"resolved": "6.0.4",
284+
"contentHash": "lkhqpF8Pu2Y7IiN7OntbsTtdbpR1syMsm2F3IgX6ootA4ffRqWL5jF7XipHuZQTdVuWG/gVAAcf8mjk8Tz0xPg=="
271285
},
272286
"JunitXml.TestLogger": {
273287
"type": "Direct",
@@ -290,6 +304,15 @@
290304
"Microsoft.CodeCoverage": "17.12.0"
291305
}
292306
},
307+
"Microsoft.NETFramework.ReferenceAssemblies": {
308+
"type": "Direct",
309+
"requested": "[1.0.3, )",
310+
"resolved": "1.0.3",
311+
"contentHash": "vUc9Npcs14QsyOD01tnv/m8sQUnGTGOw1BCmKcv77LBJY7OxhJ+zJF7UD/sCL3lYNFuqmQEVlkfS4Quif6FyYg==",
312+
"dependencies": {
313+
"Microsoft.NETFramework.ReferenceAssemblies.net472": "1.0.3"
314+
}
315+
},
293316
"Microsoft.TestPlatform.ObjectModel": {
294317
"type": "Direct",
295318
"requested": "[17.12.0, )",
@@ -386,6 +409,11 @@
386409
"resolved": "17.12.0",
387410
"contentHash": "4svMznBd5JM21JIG2xZKGNanAHNXplxf/kQDFfLHXQ3OnpJkayRK/TjacFjA+EYmoyuNXHo/sOETEfcYtAzIrA=="
388411
},
412+
"Microsoft.NETFramework.ReferenceAssemblies.net472": {
413+
"type": "Transitive",
414+
"resolved": "1.0.3",
415+
"contentHash": "0E7evZXHXaDYYiLRfpyXvCh+yzM2rNTyuZDI+ZO7UUqSc6GfjePiXTdqJGtgIKUwdI81tzQKmaWprnUiPj9hAw=="
416+
},
389417
"System.Buffers": {
390418
"type": "Transitive",
391419
"resolved": "4.5.1",
@@ -526,9 +554,9 @@
526554
".NETFramework,Version=v4.8": {
527555
"coverlet.collector": {
528556
"type": "Direct",
529-
"requested": "[6.0.3, )",
530-
"resolved": "6.0.3",
531-
"contentHash": "SvLbRq7gjzE34BI90vP6ge812+PAjinNoKhdFZHwVEu/ozJgZY+0KyDh1K0teDeMeuzQJuF8OvleRBYXsZDz0A=="
557+
"requested": "[6.0.4, )",
558+
"resolved": "6.0.4",
559+
"contentHash": "lkhqpF8Pu2Y7IiN7OntbsTtdbpR1syMsm2F3IgX6ootA4ffRqWL5jF7XipHuZQTdVuWG/gVAAcf8mjk8Tz0xPg=="
532560
},
533561
"JunitXml.TestLogger": {
534562
"type": "Direct",
@@ -551,6 +579,15 @@
551579
"Microsoft.CodeCoverage": "17.12.0"
552580
}
553581
},
582+
"Microsoft.NETFramework.ReferenceAssemblies": {
583+
"type": "Direct",
584+
"requested": "[1.0.3, )",
585+
"resolved": "1.0.3",
586+
"contentHash": "vUc9Npcs14QsyOD01tnv/m8sQUnGTGOw1BCmKcv77LBJY7OxhJ+zJF7UD/sCL3lYNFuqmQEVlkfS4Quif6FyYg==",
587+
"dependencies": {
588+
"Microsoft.NETFramework.ReferenceAssemblies.net48": "1.0.3"
589+
}
590+
},
554591
"Microsoft.TestPlatform.ObjectModel": {
555592
"type": "Direct",
556593
"requested": "[17.12.0, )",
@@ -647,6 +684,11 @@
647684
"resolved": "17.12.0",
648685
"contentHash": "4svMznBd5JM21JIG2xZKGNanAHNXplxf/kQDFfLHXQ3OnpJkayRK/TjacFjA+EYmoyuNXHo/sOETEfcYtAzIrA=="
649686
},
687+
"Microsoft.NETFramework.ReferenceAssemblies.net48": {
688+
"type": "Transitive",
689+
"resolved": "1.0.3",
690+
"contentHash": "zMk4D+9zyiEWByyQ7oPImPN/Jhpj166Ky0Nlla4eXlNL8hI/BtSJsgR8Inldd4NNpIAH3oh8yym0W2DrhXdSLQ=="
691+
},
650692
"System.Buffers": {
651693
"type": "Transitive",
652694
"resolved": "4.5.1",
@@ -787,9 +829,9 @@
787829
"net6.0": {
788830
"coverlet.collector": {
789831
"type": "Direct",
790-
"requested": "[6.0.3, )",
791-
"resolved": "6.0.3",
792-
"contentHash": "SvLbRq7gjzE34BI90vP6ge812+PAjinNoKhdFZHwVEu/ozJgZY+0KyDh1K0teDeMeuzQJuF8OvleRBYXsZDz0A=="
832+
"requested": "[6.0.4, )",
833+
"resolved": "6.0.4",
834+
"contentHash": "lkhqpF8Pu2Y7IiN7OntbsTtdbpR1syMsm2F3IgX6ootA4ffRqWL5jF7XipHuZQTdVuWG/gVAAcf8mjk8Tz0xPg=="
793835
},
794836
"JunitXml.TestLogger": {
795837
"type": "Direct",
@@ -993,9 +1035,9 @@
9931035
"net8.0": {
9941036
"coverlet.collector": {
9951037
"type": "Direct",
996-
"requested": "[6.0.3, )",
997-
"resolved": "6.0.3",
998-
"contentHash": "SvLbRq7gjzE34BI90vP6ge812+PAjinNoKhdFZHwVEu/ozJgZY+0KyDh1K0teDeMeuzQJuF8OvleRBYXsZDz0A=="
1038+
"requested": "[6.0.4, )",
1039+
"resolved": "6.0.4",
1040+
"contentHash": "lkhqpF8Pu2Y7IiN7OntbsTtdbpR1syMsm2F3IgX6ootA4ffRqWL5jF7XipHuZQTdVuWG/gVAAcf8mjk8Tz0xPg=="
9991041
},
10001042
"JunitXml.TestLogger": {
10011043
"type": "Direct",

0 commit comments

Comments
 (0)