Skip to content

Commit e044adf

Browse files
authored
Merge branch 'main' into patch/0.3.8
2 parents 7ad457a + a412da2 commit e044adf

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

src/Client/Test/packages.lock.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1616,6 +1616,11 @@
16161616
"resolved": "4.4.0",
16171617
"contentHash": "BahUww/+mdP4ARCAh2RQhQTg13wYLVrBb9SYVgW8ZlrwjraGCXHGjo0oIiUfZ34LUZkMMR+RAzR7dEY4S1HeQQ=="
16181618
},
1619+
"TestableIO.System.IO.Abstractions": {
1620+
"type": "Transitive",
1621+
"resolved": "18.0.1",
1622+
"contentHash": "nacJfL4mGObg8Ttn3ZCJZ2u9z8ivG43xgUJvQQLKCmDnle4m49NYNOLk8cqB4iPdSqVhnUSy+qcIryWgDHCqeg=="
1623+
},
16191624
"xunit.abstractions": {
16201625
"type": "Transitive",
16211626
"resolved": "2.0.3",

src/InformaticsGateway/packages.lock.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1561,6 +1561,11 @@
15611561
"resolved": "4.4.0",
15621562
"contentHash": "BahUww/+mdP4ARCAh2RQhQTg13wYLVrBb9SYVgW8ZlrwjraGCXHGjo0oIiUfZ34LUZkMMR+RAzR7dEY4S1HeQQ=="
15631563
},
1564+
"TestableIO.System.IO.Abstractions": {
1565+
"type": "Transitive",
1566+
"resolved": "18.0.1",
1567+
"contentHash": "nacJfL4mGObg8Ttn3ZCJZ2u9z8ivG43xgUJvQQLKCmDnle4m49NYNOLk8cqB4iPdSqVhnUSy+qcIryWgDHCqeg=="
1568+
},
15641569
"ZstdSharp.Port": {
15651570
"type": "Transitive",
15661571
"resolved": "0.6.2",
@@ -1587,8 +1592,8 @@
15871592
"type": "Project",
15881593
"dependencies": {
15891594
"Ardalis.GuardClauses": "[4.0.1, )",
1590-
"System.IO.Abstractions": "[17.2.3, )",
15911595
"System.Threading.Tasks.Dataflow": "[6.0.0, )",
1596+
"TestableIO.System.IO.Abstractions": "[18.0.1, )",
15921597
"fo-dicom": "[5.0.3, )"
15931598
}
15941599
},

tests/Integration.Test/packages.lock.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1725,6 +1725,11 @@
17251725
"resolved": "4.4.0",
17261726
"contentHash": "BahUww/+mdP4ARCAh2RQhQTg13wYLVrBb9SYVgW8ZlrwjraGCXHGjo0oIiUfZ34LUZkMMR+RAzR7dEY4S1HeQQ=="
17271727
},
1728+
"TestableIO.System.IO.Abstractions": {
1729+
"type": "Transitive",
1730+
"resolved": "18.0.1",
1731+
"contentHash": "nacJfL4mGObg8Ttn3ZCJZ2u9z8ivG43xgUJvQQLKCmDnle4m49NYNOLk8cqB4iPdSqVhnUSy+qcIryWgDHCqeg=="
1732+
},
17281733
"Validation": {
17291734
"type": "Transitive",
17301735
"resolved": "2.4.18",
@@ -1852,8 +1857,8 @@
18521857
"type": "Project",
18531858
"dependencies": {
18541859
"Ardalis.GuardClauses": "[4.0.1, )",
1855-
"System.IO.Abstractions": "[17.2.3, )",
18561860
"System.Threading.Tasks.Dataflow": "[6.0.0, )",
1861+
"TestableIO.System.IO.Abstractions": "[18.0.1, )",
18571862
"fo-dicom": "[5.0.3, )"
18581863
}
18591864
},

0 commit comments

Comments
 (0)