Skip to content

Commit 268ee19

Browse files
authored
Merge pull request #1226 from adamhathcock/adam/downgrade-async
Downgrade dependencies for legacy frameworks
2 parents 1fddd10 + c5200c2 commit 268ee19

File tree

4 files changed

+129
-122
lines changed

4 files changed

+129
-122
lines changed

Directory.Packages.props

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,11 @@
55
<PackageVersion Include="AwesomeAssertions" Version="9.3.0" />
66
<PackageVersion Include="Glob" Version="1.1.9" />
77
<PackageVersion Include="JetBrains.Profiler.SelfApi" Version="2.5.16" />
8-
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="10.0.0" />
8+
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0" />
99
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
1010
<PackageVersion Include="Mono.Posix.NETStandard" Version="1.0.0" />
1111
<PackageVersion Include="SimpleExec" Version="13.0.0" />
12-
<PackageVersion Include="System.Text.Encoding.CodePages" Version="10.0.0" />
13-
<PackageVersion Include="System.Buffers" Version="4.6.1" />
14-
<PackageVersion Include="System.Memory" Version="4.6.3" />
12+
<PackageVersion Include="System.Text.Encoding.CodePages" Version="8.0.0" />
1513
<PackageVersion Include="xunit.v3" Version="3.2.2" />
1614
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.5" />
1715
<GlobalPackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.102" />

src/SharpCompress/SharpCompress.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@
3838
<ItemGroup Condition=" '$(TargetFramework)' == 'net48' Or '$(TargetFramework)' == 'netstandard2.0' ">
3939
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" />
4040
<PackageReference Include="System.Text.Encoding.CodePages" />
41-
<PackageReference Include="System.Buffers" />
42-
<PackageReference Include="System.Memory" />
4341
</ItemGroup>
4442
<ItemGroup>
4543
<None Include="..\..\README.md" Pack="true" PackagePath="\" />

src/SharpCompress/packages.lock.json

Lines changed: 62 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
".NETFramework,Version=v4.8": {
55
"Microsoft.Bcl.AsyncInterfaces": {
66
"type": "Direct",
7-
"requested": "[10.0.0, )",
8-
"resolved": "10.0.0",
9-
"contentHash": "vFuwSLj9QJBbNR0NeNO4YVASUbokxs+i/xbuu8B+Fs4FAZg5QaFa6eGrMaRqTzzNI5tAb97T7BhSxtLckFyiRA==",
7+
"requested": "[8.0.0, )",
8+
"resolved": "8.0.0",
9+
"contentHash": "3WA9q9yVqJp222P3x1wYIGDAkpjAku0TMUaaQV22g6L67AI0LdOIrVS7Ht2vJfLHGSPVuqN94vIr15qn+HEkHw==",
1010
"dependencies": {
11-
"System.Threading.Tasks.Extensions": "4.6.3"
11+
"System.Threading.Tasks.Extensions": "4.5.4"
1212
}
1313
},
1414
"Microsoft.NETFramework.ReferenceAssemblies": {
@@ -36,32 +36,14 @@
3636
"resolved": "17.14.15",
3737
"contentHash": "mXQPJsbuUD2ydq4/ffd8h8tSOFCXec+2xJOVNCvXjuMOq/+5EKHq3D2m2MC2+nUaXeFMSt66VS/J4HdKBixgcw=="
3838
},
39-
"System.Buffers": {
40-
"type": "Direct",
41-
"requested": "[4.6.1, )",
42-
"resolved": "4.6.1",
43-
"contentHash": "N8GXpmiLMtljq7gwvyS+1QvKT/W2J8sNAvx+HVg4NGmsG/H+2k/y9QI23auLJRterrzCiDH+IWAw4V/GPwsMlw=="
44-
},
45-
"System.Memory": {
46-
"type": "Direct",
47-
"requested": "[4.6.3, )",
48-
"resolved": "4.6.3",
49-
"contentHash": "qdcDOgnFZY40+Q9876JUHnlHu7bosOHX8XISRoH94fwk6hgaeQGSgfZd8srWRZNt5bV9ZW2TljcegDNxsf+96A==",
50-
"dependencies": {
51-
"System.Buffers": "4.6.1",
52-
"System.Numerics.Vectors": "4.6.1",
53-
"System.Runtime.CompilerServices.Unsafe": "6.1.2"
54-
}
55-
},
5639
"System.Text.Encoding.CodePages": {
5740
"type": "Direct",
58-
"requested": "[10.0.0, )",
59-
"resolved": "10.0.0",
60-
"contentHash": "QLP54mIATaBpjGlsZIxga38VPk1G9js0Kw651B+bvrXi2kSgGZYrxJSpM3whhTZCBK4HEBHX3fzfDQMw7CXHGQ==",
41+
"requested": "[8.0.0, )",
42+
"resolved": "8.0.0",
43+
"contentHash": "OZIsVplFGaVY90G2SbpgU7EnCoOO5pw1t4ic21dBF3/1omrJFpAGoNAVpPyMVOC90/hvgkGG3VFqR13YgZMQfg==",
6144
"dependencies": {
62-
"System.Memory": "4.6.3",
63-
"System.Runtime.CompilerServices.Unsafe": "6.1.2",
64-
"System.ValueTuple": "4.6.1"
45+
"System.Memory": "4.5.5",
46+
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
6547
}
6648
},
6749
"Microsoft.Build.Tasks.Git": {
@@ -79,38 +61,48 @@
7961
"resolved": "10.0.102",
8062
"contentHash": "Mk1IMb9q5tahC2NltxYXFkLBtuBvfBoCQ3pIxYQWfzbCE9o1OB9SsHe0hnNGo7lWgTA/ePbFAJLWu6nLL9K17A=="
8163
},
64+
"System.Buffers": {
65+
"type": "Transitive",
66+
"resolved": "4.5.1",
67+
"contentHash": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg=="
68+
},
69+
"System.Memory": {
70+
"type": "Transitive",
71+
"resolved": "4.5.5",
72+
"contentHash": "XIWiDvKPXaTveaB7HVganDlOCRoj03l+jrwNvcge/t8vhGYKvqV+dMv6G4SAX2NoNmN0wZfVPTAlFwZcZvVOUw==",
73+
"dependencies": {
74+
"System.Buffers": "4.5.1",
75+
"System.Numerics.Vectors": "4.5.0",
76+
"System.Runtime.CompilerServices.Unsafe": "4.5.3"
77+
}
78+
},
8279
"System.Numerics.Vectors": {
8380
"type": "Transitive",
84-
"resolved": "4.6.1",
85-
"contentHash": "sQxefTnhagrhoq2ReR0D/6K0zJcr9Hrd6kikeXsA1I8kOCboTavcUC4r7TSfpKFeE163uMuxZcyfO1mGO3EN8Q=="
81+
"resolved": "4.5.0",
82+
"contentHash": "QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ=="
8683
},
8784
"System.Runtime.CompilerServices.Unsafe": {
8885
"type": "Transitive",
89-
"resolved": "6.1.2",
90-
"contentHash": "2hBr6zdbIBTDE3EhK7NSVNdX58uTK6iHW/P/Axmm9sl1xoGSLqDvMtpecn226TNwHByFokYwJmt/aQQNlO5CRw=="
86+
"resolved": "6.0.0",
87+
"contentHash": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg=="
9188
},
9289
"System.Threading.Tasks.Extensions": {
9390
"type": "Transitive",
94-
"resolved": "4.6.3",
95-
"contentHash": "7sCiwilJLYbTZELaKnc7RecBBXWXA+xMLQWZKWawBxYjp6DBlSE3v9/UcvKBvr1vv2tTOhipiogM8rRmxlhrVA==",
91+
"resolved": "4.5.4",
92+
"contentHash": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==",
9693
"dependencies": {
97-
"System.Runtime.CompilerServices.Unsafe": "6.1.2"
94+
"System.Runtime.CompilerServices.Unsafe": "4.5.3"
9895
}
99-
},
100-
"System.ValueTuple": {
101-
"type": "Transitive",
102-
"resolved": "4.6.1",
103-
"contentHash": "+RJT4qaekpZ7DDLhf+LTjq+E48jieKiY9ulJ+BoxKmZblIJfIJT8Ufcaa/clQqnYvWs8jugfGSMu8ylS0caG0w=="
10496
}
10597
},
10698
".NETStandard,Version=v2.0": {
10799
"Microsoft.Bcl.AsyncInterfaces": {
108100
"type": "Direct",
109-
"requested": "[10.0.0, )",
110-
"resolved": "10.0.0",
111-
"contentHash": "vFuwSLj9QJBbNR0NeNO4YVASUbokxs+i/xbuu8B+Fs4FAZg5QaFa6eGrMaRqTzzNI5tAb97T7BhSxtLckFyiRA==",
101+
"requested": "[8.0.0, )",
102+
"resolved": "8.0.0",
103+
"contentHash": "3WA9q9yVqJp222P3x1wYIGDAkpjAku0TMUaaQV22g6L67AI0LdOIrVS7Ht2vJfLHGSPVuqN94vIr15qn+HEkHw==",
112104
"dependencies": {
113-
"System.Threading.Tasks.Extensions": "4.6.3"
105+
"System.Threading.Tasks.Extensions": "4.5.4"
114106
}
115107
},
116108
"Microsoft.NETFramework.ReferenceAssemblies": {
@@ -147,31 +139,14 @@
147139
"Microsoft.NETCore.Platforms": "1.1.0"
148140
}
149141
},
150-
"System.Buffers": {
151-
"type": "Direct",
152-
"requested": "[4.6.1, )",
153-
"resolved": "4.6.1",
154-
"contentHash": "N8GXpmiLMtljq7gwvyS+1QvKT/W2J8sNAvx+HVg4NGmsG/H+2k/y9QI23auLJRterrzCiDH+IWAw4V/GPwsMlw=="
155-
},
156-
"System.Memory": {
157-
"type": "Direct",
158-
"requested": "[4.6.3, )",
159-
"resolved": "4.6.3",
160-
"contentHash": "qdcDOgnFZY40+Q9876JUHnlHu7bosOHX8XISRoH94fwk6hgaeQGSgfZd8srWRZNt5bV9ZW2TljcegDNxsf+96A==",
161-
"dependencies": {
162-
"System.Buffers": "4.6.1",
163-
"System.Numerics.Vectors": "4.6.1",
164-
"System.Runtime.CompilerServices.Unsafe": "6.1.2"
165-
}
166-
},
167142
"System.Text.Encoding.CodePages": {
168143
"type": "Direct",
169-
"requested": "[10.0.0, )",
170-
"resolved": "10.0.0",
171-
"contentHash": "QLP54mIATaBpjGlsZIxga38VPk1G9js0Kw651B+bvrXi2kSgGZYrxJSpM3whhTZCBK4HEBHX3fzfDQMw7CXHGQ==",
144+
"requested": "[8.0.0, )",
145+
"resolved": "8.0.0",
146+
"contentHash": "OZIsVplFGaVY90G2SbpgU7EnCoOO5pw1t4ic21dBF3/1omrJFpAGoNAVpPyMVOC90/hvgkGG3VFqR13YgZMQfg==",
172147
"dependencies": {
173-
"System.Memory": "4.6.3",
174-
"System.Runtime.CompilerServices.Unsafe": "6.1.2"
148+
"System.Memory": "4.5.5",
149+
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
175150
}
176151
},
177152
"Microsoft.Build.Tasks.Git": {
@@ -194,22 +169,37 @@
194169
"resolved": "10.0.102",
195170
"contentHash": "Mk1IMb9q5tahC2NltxYXFkLBtuBvfBoCQ3pIxYQWfzbCE9o1OB9SsHe0hnNGo7lWgTA/ePbFAJLWu6nLL9K17A=="
196171
},
172+
"System.Buffers": {
173+
"type": "Transitive",
174+
"resolved": "4.5.1",
175+
"contentHash": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg=="
176+
},
177+
"System.Memory": {
178+
"type": "Transitive",
179+
"resolved": "4.5.5",
180+
"contentHash": "XIWiDvKPXaTveaB7HVganDlOCRoj03l+jrwNvcge/t8vhGYKvqV+dMv6G4SAX2NoNmN0wZfVPTAlFwZcZvVOUw==",
181+
"dependencies": {
182+
"System.Buffers": "4.5.1",
183+
"System.Numerics.Vectors": "4.4.0",
184+
"System.Runtime.CompilerServices.Unsafe": "4.5.3"
185+
}
186+
},
197187
"System.Numerics.Vectors": {
198188
"type": "Transitive",
199-
"resolved": "4.6.1",
200-
"contentHash": "sQxefTnhagrhoq2ReR0D/6K0zJcr9Hrd6kikeXsA1I8kOCboTavcUC4r7TSfpKFeE163uMuxZcyfO1mGO3EN8Q=="
189+
"resolved": "4.4.0",
190+
"contentHash": "UiLzLW+Lw6HLed1Hcg+8jSRttrbuXv7DANVj0DkL9g6EnnzbL75EB7EWsw5uRbhxd/4YdG8li5XizGWepmG3PQ=="
201191
},
202192
"System.Runtime.CompilerServices.Unsafe": {
203193
"type": "Transitive",
204-
"resolved": "6.1.2",
205-
"contentHash": "2hBr6zdbIBTDE3EhK7NSVNdX58uTK6iHW/P/Axmm9sl1xoGSLqDvMtpecn226TNwHByFokYwJmt/aQQNlO5CRw=="
194+
"resolved": "6.0.0",
195+
"contentHash": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg=="
206196
},
207197
"System.Threading.Tasks.Extensions": {
208198
"type": "Transitive",
209-
"resolved": "4.6.3",
210-
"contentHash": "7sCiwilJLYbTZELaKnc7RecBBXWXA+xMLQWZKWawBxYjp6DBlSE3v9/UcvKBvr1vv2tTOhipiogM8rRmxlhrVA==",
199+
"resolved": "4.5.4",
200+
"contentHash": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==",
211201
"dependencies": {
212-
"System.Runtime.CompilerServices.Unsafe": "6.1.2"
202+
"System.Runtime.CompilerServices.Unsafe": "4.5.3"
213203
}
214204
}
215205
},

tests/SharpCompress.Test/packages.lock.json

Lines changed: 65 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,11 @@
139139
"System.Security.Principal.Windows": "5.0.0"
140140
}
141141
},
142+
"System.Buffers": {
143+
"type": "Transitive",
144+
"resolved": "4.5.1",
145+
"contentHash": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg=="
146+
},
142147
"System.Collections.Immutable": {
143148
"type": "Transitive",
144149
"resolved": "6.0.0",
@@ -157,10 +162,20 @@
157162
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
158163
}
159164
},
165+
"System.Memory": {
166+
"type": "Transitive",
167+
"resolved": "4.5.5",
168+
"contentHash": "XIWiDvKPXaTveaB7HVganDlOCRoj03l+jrwNvcge/t8vhGYKvqV+dMv6G4SAX2NoNmN0wZfVPTAlFwZcZvVOUw==",
169+
"dependencies": {
170+
"System.Buffers": "4.5.1",
171+
"System.Numerics.Vectors": "4.5.0",
172+
"System.Runtime.CompilerServices.Unsafe": "4.5.3"
173+
}
174+
},
160175
"System.Numerics.Vectors": {
161176
"type": "Transitive",
162-
"resolved": "4.6.1",
163-
"contentHash": "sQxefTnhagrhoq2ReR0D/6K0zJcr9Hrd6kikeXsA1I8kOCboTavcUC4r7TSfpKFeE163uMuxZcyfO1mGO3EN8Q=="
177+
"resolved": "4.5.0",
178+
"contentHash": "QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ=="
164179
},
165180
"System.Reflection.Metadata": {
166181
"type": "Transitive",
@@ -172,8 +187,8 @@
172187
},
173188
"System.Runtime.CompilerServices.Unsafe": {
174189
"type": "Transitive",
175-
"resolved": "6.1.2",
176-
"contentHash": "2hBr6zdbIBTDE3EhK7NSVNdX58uTK6iHW/P/Axmm9sl1xoGSLqDvMtpecn226TNwHByFokYwJmt/aQQNlO5CRw=="
190+
"resolved": "6.0.0",
191+
"contentHash": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg=="
177192
},
178193
"System.Security.AccessControl": {
179194
"type": "Transitive",
@@ -190,17 +205,12 @@
190205
},
191206
"System.Threading.Tasks.Extensions": {
192207
"type": "Transitive",
193-
"resolved": "4.6.3",
194-
"contentHash": "7sCiwilJLYbTZELaKnc7RecBBXWXA+xMLQWZKWawBxYjp6DBlSE3v9/UcvKBvr1vv2tTOhipiogM8rRmxlhrVA==",
208+
"resolved": "4.5.4",
209+
"contentHash": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==",
195210
"dependencies": {
196-
"System.Runtime.CompilerServices.Unsafe": "6.1.2"
211+
"System.Runtime.CompilerServices.Unsafe": "4.5.3"
197212
}
198213
},
199-
"System.ValueTuple": {
200-
"type": "Transitive",
201-
"resolved": "4.6.1",
202-
"contentHash": "+RJT4qaekpZ7DDLhf+LTjq+E48jieKiY9ulJ+BoxKmZblIJfIJT8Ufcaa/clQqnYvWs8jugfGSMu8ylS0caG0w=="
203-
},
204214
"xunit.analyzers": {
205215
"type": "Transitive",
206216
"resolved": "1.27.0",
@@ -275,48 +285,52 @@
275285
"sharpcompress": {
276286
"type": "Project",
277287
"dependencies": {
278-
"Microsoft.Bcl.AsyncInterfaces": "[10.0.0, )",
279-
"System.Buffers": "[4.6.1, )",
280-
"System.Memory": "[4.6.3, )",
281-
"System.Text.Encoding.CodePages": "[10.0.0, )"
288+
"Microsoft.Bcl.AsyncInterfaces": "[8.0.0, )",
289+
"System.Text.Encoding.CodePages": "[8.0.0, )"
282290
}
283291
},
284292
"Microsoft.Bcl.AsyncInterfaces": {
285293
"type": "CentralTransitive",
286-
"requested": "[10.0.0, )",
287-
"resolved": "10.0.0",
288-
"contentHash": "vFuwSLj9QJBbNR0NeNO4YVASUbokxs+i/xbuu8B+Fs4FAZg5QaFa6eGrMaRqTzzNI5tAb97T7BhSxtLckFyiRA==",
294+
"requested": "[8.0.0, )",
295+
"resolved": "8.0.0",
296+
"contentHash": "3WA9q9yVqJp222P3x1wYIGDAkpjAku0TMUaaQV22g6L67AI0LdOIrVS7Ht2vJfLHGSPVuqN94vIr15qn+HEkHw==",
289297
"dependencies": {
290-
"System.Threading.Tasks.Extensions": "4.6.3"
298+
"System.Threading.Tasks.Extensions": "4.5.4"
291299
}
292300
},
293-
"System.Buffers": {
294-
"type": "CentralTransitive",
295-
"requested": "[4.6.1, )",
296-
"resolved": "4.6.1",
297-
"contentHash": "N8GXpmiLMtljq7gwvyS+1QvKT/W2J8sNAvx+HVg4NGmsG/H+2k/y9QI23auLJRterrzCiDH+IWAw4V/GPwsMlw=="
298-
},
299-
"System.Memory": {
301+
"System.Text.Encoding.CodePages": {
300302
"type": "CentralTransitive",
301-
"requested": "[4.6.3, )",
302-
"resolved": "4.6.3",
303-
"contentHash": "qdcDOgnFZY40+Q9876JUHnlHu7bosOHX8XISRoH94fwk6hgaeQGSgfZd8srWRZNt5bV9ZW2TljcegDNxsf+96A==",
303+
"requested": "[8.0.0, )",
304+
"resolved": "8.0.0",
305+
"contentHash": "OZIsVplFGaVY90G2SbpgU7EnCoOO5pw1t4ic21dBF3/1omrJFpAGoNAVpPyMVOC90/hvgkGG3VFqR13YgZMQfg==",
306+
"dependencies": {
307+
"System.Memory": "4.5.5",
308+
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
309+
}
310+
}
311+
},
312+
".NETFramework,Version=v4.8/win-x86": {
313+
"Microsoft.Win32.Registry": {
314+
"type": "Transitive",
315+
"resolved": "5.0.0",
316+
"contentHash": "dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==",
304317
"dependencies": {
305-
"System.Buffers": "4.6.1",
306-
"System.Numerics.Vectors": "4.6.1",
307-
"System.Runtime.CompilerServices.Unsafe": "6.1.2"
318+
"System.Security.AccessControl": "5.0.0",
319+
"System.Security.Principal.Windows": "5.0.0"
308320
}
309321
},
310-
"System.Text.Encoding.CodePages": {
311-
"type": "CentralTransitive",
312-
"requested": "[10.0.0, )",
313-
"resolved": "10.0.0",
314-
"contentHash": "QLP54mIATaBpjGlsZIxga38VPk1G9js0Kw651B+bvrXi2kSgGZYrxJSpM3whhTZCBK4HEBHX3fzfDQMw7CXHGQ==",
322+
"System.Security.AccessControl": {
323+
"type": "Transitive",
324+
"resolved": "5.0.0",
325+
"contentHash": "dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==",
315326
"dependencies": {
316-
"System.Memory": "4.6.3",
317-
"System.Runtime.CompilerServices.Unsafe": "6.1.2",
318-
"System.ValueTuple": "4.6.1"
327+
"System.Security.Principal.Windows": "5.0.0"
319328
}
329+
},
330+
"System.Security.Principal.Windows": {
331+
"type": "Transitive",
332+
"resolved": "5.0.0",
333+
"contentHash": "t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA=="
320334
}
321335
},
322336
"net10.0": {
@@ -527,9 +541,16 @@
527541
},
528542
"Microsoft.Bcl.AsyncInterfaces": {
529543
"type": "CentralTransitive",
530-
"requested": "[10.0.0, )",
531-
"resolved": "10.0.0",
532-
"contentHash": "vFuwSLj9QJBbNR0NeNO4YVASUbokxs+i/xbuu8B+Fs4FAZg5QaFa6eGrMaRqTzzNI5tAb97T7BhSxtLckFyiRA=="
544+
"requested": "[8.0.0, )",
545+
"resolved": "8.0.0",
546+
"contentHash": "3WA9q9yVqJp222P3x1wYIGDAkpjAku0TMUaaQV22g6L67AI0LdOIrVS7Ht2vJfLHGSPVuqN94vIr15qn+HEkHw=="
547+
}
548+
},
549+
"net10.0/win-x86": {
550+
"Microsoft.Win32.Registry": {
551+
"type": "Transitive",
552+
"resolved": "5.0.0",
553+
"contentHash": "dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg=="
533554
}
534555
}
535556
}

0 commit comments

Comments
 (0)