Skip to content

Commit 57d0fbe

Browse files
committed
pack lock
1 parent f3e7586 commit 57d0fbe

7 files changed

Lines changed: 1305 additions & 0 deletions

File tree

Lines changed: 336 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,336 @@
1+
{
2+
"version": 1,
3+
"dependencies": {
4+
".NETStandard,Version=v2.0": {
5+
"Coplt.RoslynUtilities": {
6+
"type": "Direct",
7+
"requested": "[0.8.0, )",
8+
"resolved": "0.8.0",
9+
"contentHash": "Lh7R+i//+x9vmwGfKEFbj7cPO0TZLx2g/n79WqL/Ar73ewOY19T4nSoM08Cl9tJv/AmpcMp5GWWvqqAOia/Uzw=="
10+
},
11+
"Microsoft.CodeAnalysis.Analyzers": {
12+
"type": "Direct",
13+
"requested": "[3.3.4, )",
14+
"resolved": "3.3.4",
15+
"contentHash": "AxkxcPR+rheX0SmvpLVIGLhOUXAKG56a64kV9VQZ4y9gR9ZmPXnqZvHJnmwLSwzrEP6junUF11vuc+aqo5r68g=="
16+
},
17+
"Microsoft.CodeAnalysis.CSharp": {
18+
"type": "Direct",
19+
"requested": "[4.7.0, )",
20+
"resolved": "4.7.0",
21+
"contentHash": "JHCP2L6lB0oJ3tQoHkC67SFZxW+KbJVOnAo+6L01K5r/NlBlSUhTk5nUAldWhTVwGdzqNeHqGtnEqpsCmGSwQA==",
22+
"dependencies": {
23+
"Microsoft.CodeAnalysis.Common": "[4.7.0]"
24+
}
25+
},
26+
"NETStandard.Library": {
27+
"type": "Direct",
28+
"requested": "[2.0.3, )",
29+
"resolved": "2.0.3",
30+
"contentHash": "st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==",
31+
"dependencies": {
32+
"Microsoft.NETCore.Platforms": "1.1.0"
33+
}
34+
},
35+
"PolySharp": {
36+
"type": "Direct",
37+
"requested": "[1.15.0, )",
38+
"resolved": "1.15.0",
39+
"contentHash": "FbU0El+EEjdpuIX4iDbeS7ki1uzpJPx8vbqOzEtqnl1GZeAGJfq+jCbxeJL2y0EPnUNk8dRnnqR2xnYXg9Tf+g=="
40+
},
41+
"Microsoft.CodeAnalysis.Common": {
42+
"type": "Transitive",
43+
"resolved": "4.7.0",
44+
"contentHash": "pD5S14xMUebSGYe75kt0q/aaS/ftvktSo/pEv7aX7hNPHfdZS+SZeXvkvcffGxWkunYOyRF9m1oN7zzSdYj9dQ==",
45+
"dependencies": {
46+
"Microsoft.CodeAnalysis.Analyzers": "3.3.4",
47+
"System.Collections.Immutable": "7.0.0",
48+
"System.Memory": "4.5.5",
49+
"System.Reflection.Metadata": "7.0.0",
50+
"System.Runtime.CompilerServices.Unsafe": "6.0.0",
51+
"System.Text.Encoding.CodePages": "7.0.0",
52+
"System.Threading.Tasks.Extensions": "4.5.4"
53+
}
54+
},
55+
"Microsoft.NETCore.Platforms": {
56+
"type": "Transitive",
57+
"resolved": "1.1.0",
58+
"contentHash": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A=="
59+
},
60+
"System.Buffers": {
61+
"type": "Transitive",
62+
"resolved": "4.5.1",
63+
"contentHash": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg=="
64+
},
65+
"System.Collections.Immutable": {
66+
"type": "Transitive",
67+
"resolved": "7.0.0",
68+
"contentHash": "dQPcs0U1IKnBdRDBkrCTi1FoajSTBzLcVTpjO4MBCMC7f4pDOIPzgBoX8JjG7X6uZRJ8EBxsi8+DR1JuwjnzOQ==",
69+
"dependencies": {
70+
"System.Memory": "4.5.5",
71+
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
72+
}
73+
},
74+
"System.Memory": {
75+
"type": "Transitive",
76+
"resolved": "4.5.5",
77+
"contentHash": "XIWiDvKPXaTveaB7HVganDlOCRoj03l+jrwNvcge/t8vhGYKvqV+dMv6G4SAX2NoNmN0wZfVPTAlFwZcZvVOUw==",
78+
"dependencies": {
79+
"System.Buffers": "4.5.1",
80+
"System.Numerics.Vectors": "4.4.0",
81+
"System.Runtime.CompilerServices.Unsafe": "4.5.3"
82+
}
83+
},
84+
"System.Numerics.Vectors": {
85+
"type": "Transitive",
86+
"resolved": "4.4.0",
87+
"contentHash": "UiLzLW+Lw6HLed1Hcg+8jSRttrbuXv7DANVj0DkL9g6EnnzbL75EB7EWsw5uRbhxd/4YdG8li5XizGWepmG3PQ=="
88+
},
89+
"System.Reflection.Metadata": {
90+
"type": "Transitive",
91+
"resolved": "7.0.0",
92+
"contentHash": "MclTG61lsD9sYdpNz9xsKBzjsmsfCtcMZYXz/IUr2zlhaTaABonlr1ESeompTgM+Xk+IwtGYU7/voh3YWB/fWw==",
93+
"dependencies": {
94+
"System.Collections.Immutable": "7.0.0",
95+
"System.Memory": "4.5.5"
96+
}
97+
},
98+
"System.Runtime.CompilerServices.Unsafe": {
99+
"type": "Transitive",
100+
"resolved": "6.0.0",
101+
"contentHash": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg=="
102+
},
103+
"System.Text.Encoding.CodePages": {
104+
"type": "Transitive",
105+
"resolved": "7.0.0",
106+
"contentHash": "LSyCblMpvOe0N3E+8e0skHcrIhgV2huaNcjUUEa8hRtgEAm36aGkRoC8Jxlb6Ra6GSfF29ftduPNywin8XolzQ==",
107+
"dependencies": {
108+
"System.Memory": "4.5.5",
109+
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
110+
}
111+
},
112+
"System.Threading.Tasks.Extensions": {
113+
"type": "Transitive",
114+
"resolved": "4.5.4",
115+
"contentHash": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==",
116+
"dependencies": {
117+
"System.Runtime.CompilerServices.Unsafe": "4.5.3"
118+
}
119+
}
120+
},
121+
".NETStandard,Version=v2.1": {
122+
"Coplt.RoslynUtilities": {
123+
"type": "Direct",
124+
"requested": "[0.8.0, )",
125+
"resolved": "0.8.0",
126+
"contentHash": "Lh7R+i//+x9vmwGfKEFbj7cPO0TZLx2g/n79WqL/Ar73ewOY19T4nSoM08Cl9tJv/AmpcMp5GWWvqqAOia/Uzw=="
127+
},
128+
"Microsoft.CodeAnalysis.Analyzers": {
129+
"type": "Direct",
130+
"requested": "[3.3.4, )",
131+
"resolved": "3.3.4",
132+
"contentHash": "AxkxcPR+rheX0SmvpLVIGLhOUXAKG56a64kV9VQZ4y9gR9ZmPXnqZvHJnmwLSwzrEP6junUF11vuc+aqo5r68g=="
133+
},
134+
"Microsoft.CodeAnalysis.CSharp": {
135+
"type": "Direct",
136+
"requested": "[4.7.0, )",
137+
"resolved": "4.7.0",
138+
"contentHash": "JHCP2L6lB0oJ3tQoHkC67SFZxW+KbJVOnAo+6L01K5r/NlBlSUhTk5nUAldWhTVwGdzqNeHqGtnEqpsCmGSwQA==",
139+
"dependencies": {
140+
"Microsoft.CodeAnalysis.Common": "[4.7.0]"
141+
}
142+
},
143+
"PolySharp": {
144+
"type": "Direct",
145+
"requested": "[1.15.0, )",
146+
"resolved": "1.15.0",
147+
"contentHash": "FbU0El+EEjdpuIX4iDbeS7ki1uzpJPx8vbqOzEtqnl1GZeAGJfq+jCbxeJL2y0EPnUNk8dRnnqR2xnYXg9Tf+g=="
148+
},
149+
"Microsoft.CodeAnalysis.Common": {
150+
"type": "Transitive",
151+
"resolved": "4.7.0",
152+
"contentHash": "pD5S14xMUebSGYe75kt0q/aaS/ftvktSo/pEv7aX7hNPHfdZS+SZeXvkvcffGxWkunYOyRF9m1oN7zzSdYj9dQ==",
153+
"dependencies": {
154+
"Microsoft.CodeAnalysis.Analyzers": "3.3.4",
155+
"System.Collections.Immutable": "7.0.0",
156+
"System.Memory": "4.5.5",
157+
"System.Reflection.Metadata": "7.0.0",
158+
"System.Runtime.CompilerServices.Unsafe": "6.0.0",
159+
"System.Text.Encoding.CodePages": "7.0.0",
160+
"System.Threading.Tasks.Extensions": "4.5.4"
161+
}
162+
},
163+
"System.Buffers": {
164+
"type": "Transitive",
165+
"resolved": "4.5.1",
166+
"contentHash": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg=="
167+
},
168+
"System.Collections.Immutable": {
169+
"type": "Transitive",
170+
"resolved": "7.0.0",
171+
"contentHash": "dQPcs0U1IKnBdRDBkrCTi1FoajSTBzLcVTpjO4MBCMC7f4pDOIPzgBoX8JjG7X6uZRJ8EBxsi8+DR1JuwjnzOQ==",
172+
"dependencies": {
173+
"System.Memory": "4.5.5",
174+
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
175+
}
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+
},
187+
"System.Numerics.Vectors": {
188+
"type": "Transitive",
189+
"resolved": "4.4.0",
190+
"contentHash": "UiLzLW+Lw6HLed1Hcg+8jSRttrbuXv7DANVj0DkL9g6EnnzbL75EB7EWsw5uRbhxd/4YdG8li5XizGWepmG3PQ=="
191+
},
192+
"System.Reflection.Metadata": {
193+
"type": "Transitive",
194+
"resolved": "7.0.0",
195+
"contentHash": "MclTG61lsD9sYdpNz9xsKBzjsmsfCtcMZYXz/IUr2zlhaTaABonlr1ESeompTgM+Xk+IwtGYU7/voh3YWB/fWw==",
196+
"dependencies": {
197+
"System.Collections.Immutable": "7.0.0",
198+
"System.Memory": "4.5.5"
199+
}
200+
},
201+
"System.Runtime.CompilerServices.Unsafe": {
202+
"type": "Transitive",
203+
"resolved": "6.0.0",
204+
"contentHash": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg=="
205+
},
206+
"System.Text.Encoding.CodePages": {
207+
"type": "Transitive",
208+
"resolved": "7.0.0",
209+
"contentHash": "LSyCblMpvOe0N3E+8e0skHcrIhgV2huaNcjUUEa8hRtgEAm36aGkRoC8Jxlb6Ra6GSfF29ftduPNywin8XolzQ==",
210+
"dependencies": {
211+
"System.Memory": "4.5.5",
212+
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
213+
}
214+
},
215+
"System.Threading.Tasks.Extensions": {
216+
"type": "Transitive",
217+
"resolved": "4.5.4",
218+
"contentHash": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==",
219+
"dependencies": {
220+
"System.Runtime.CompilerServices.Unsafe": "4.5.3"
221+
}
222+
}
223+
},
224+
"net10.0": {
225+
"Coplt.RoslynUtilities": {
226+
"type": "Direct",
227+
"requested": "[0.8.0, )",
228+
"resolved": "0.8.0",
229+
"contentHash": "Lh7R+i//+x9vmwGfKEFbj7cPO0TZLx2g/n79WqL/Ar73ewOY19T4nSoM08Cl9tJv/AmpcMp5GWWvqqAOia/Uzw=="
230+
},
231+
"Microsoft.CodeAnalysis.Analyzers": {
232+
"type": "Direct",
233+
"requested": "[3.3.4, )",
234+
"resolved": "3.3.4",
235+
"contentHash": "AxkxcPR+rheX0SmvpLVIGLhOUXAKG56a64kV9VQZ4y9gR9ZmPXnqZvHJnmwLSwzrEP6junUF11vuc+aqo5r68g=="
236+
},
237+
"Microsoft.CodeAnalysis.CSharp": {
238+
"type": "Direct",
239+
"requested": "[4.7.0, )",
240+
"resolved": "4.7.0",
241+
"contentHash": "JHCP2L6lB0oJ3tQoHkC67SFZxW+KbJVOnAo+6L01K5r/NlBlSUhTk5nUAldWhTVwGdzqNeHqGtnEqpsCmGSwQA==",
242+
"dependencies": {
243+
"Microsoft.CodeAnalysis.Common": "[4.7.0]"
244+
}
245+
},
246+
"PolySharp": {
247+
"type": "Direct",
248+
"requested": "[1.15.0, )",
249+
"resolved": "1.15.0",
250+
"contentHash": "FbU0El+EEjdpuIX4iDbeS7ki1uzpJPx8vbqOzEtqnl1GZeAGJfq+jCbxeJL2y0EPnUNk8dRnnqR2xnYXg9Tf+g=="
251+
},
252+
"Microsoft.CodeAnalysis.Common": {
253+
"type": "Transitive",
254+
"resolved": "4.7.0",
255+
"contentHash": "pD5S14xMUebSGYe75kt0q/aaS/ftvktSo/pEv7aX7hNPHfdZS+SZeXvkvcffGxWkunYOyRF9m1oN7zzSdYj9dQ==",
256+
"dependencies": {
257+
"Microsoft.CodeAnalysis.Analyzers": "3.3.4"
258+
}
259+
}
260+
},
261+
"net8.0": {
262+
"Coplt.RoslynUtilities": {
263+
"type": "Direct",
264+
"requested": "[0.8.0, )",
265+
"resolved": "0.8.0",
266+
"contentHash": "Lh7R+i//+x9vmwGfKEFbj7cPO0TZLx2g/n79WqL/Ar73ewOY19T4nSoM08Cl9tJv/AmpcMp5GWWvqqAOia/Uzw=="
267+
},
268+
"Microsoft.CodeAnalysis.Analyzers": {
269+
"type": "Direct",
270+
"requested": "[3.3.4, )",
271+
"resolved": "3.3.4",
272+
"contentHash": "AxkxcPR+rheX0SmvpLVIGLhOUXAKG56a64kV9VQZ4y9gR9ZmPXnqZvHJnmwLSwzrEP6junUF11vuc+aqo5r68g=="
273+
},
274+
"Microsoft.CodeAnalysis.CSharp": {
275+
"type": "Direct",
276+
"requested": "[4.7.0, )",
277+
"resolved": "4.7.0",
278+
"contentHash": "JHCP2L6lB0oJ3tQoHkC67SFZxW+KbJVOnAo+6L01K5r/NlBlSUhTk5nUAldWhTVwGdzqNeHqGtnEqpsCmGSwQA==",
279+
"dependencies": {
280+
"Microsoft.CodeAnalysis.Common": "[4.7.0]"
281+
}
282+
},
283+
"PolySharp": {
284+
"type": "Direct",
285+
"requested": "[1.15.0, )",
286+
"resolved": "1.15.0",
287+
"contentHash": "FbU0El+EEjdpuIX4iDbeS7ki1uzpJPx8vbqOzEtqnl1GZeAGJfq+jCbxeJL2y0EPnUNk8dRnnqR2xnYXg9Tf+g=="
288+
},
289+
"Microsoft.CodeAnalysis.Common": {
290+
"type": "Transitive",
291+
"resolved": "4.7.0",
292+
"contentHash": "pD5S14xMUebSGYe75kt0q/aaS/ftvktSo/pEv7aX7hNPHfdZS+SZeXvkvcffGxWkunYOyRF9m1oN7zzSdYj9dQ==",
293+
"dependencies": {
294+
"Microsoft.CodeAnalysis.Analyzers": "3.3.4"
295+
}
296+
}
297+
},
298+
"net9.0": {
299+
"Coplt.RoslynUtilities": {
300+
"type": "Direct",
301+
"requested": "[0.8.0, )",
302+
"resolved": "0.8.0",
303+
"contentHash": "Lh7R+i//+x9vmwGfKEFbj7cPO0TZLx2g/n79WqL/Ar73ewOY19T4nSoM08Cl9tJv/AmpcMp5GWWvqqAOia/Uzw=="
304+
},
305+
"Microsoft.CodeAnalysis.Analyzers": {
306+
"type": "Direct",
307+
"requested": "[3.3.4, )",
308+
"resolved": "3.3.4",
309+
"contentHash": "AxkxcPR+rheX0SmvpLVIGLhOUXAKG56a64kV9VQZ4y9gR9ZmPXnqZvHJnmwLSwzrEP6junUF11vuc+aqo5r68g=="
310+
},
311+
"Microsoft.CodeAnalysis.CSharp": {
312+
"type": "Direct",
313+
"requested": "[4.7.0, )",
314+
"resolved": "4.7.0",
315+
"contentHash": "JHCP2L6lB0oJ3tQoHkC67SFZxW+KbJVOnAo+6L01K5r/NlBlSUhTk5nUAldWhTVwGdzqNeHqGtnEqpsCmGSwQA==",
316+
"dependencies": {
317+
"Microsoft.CodeAnalysis.Common": "[4.7.0]"
318+
}
319+
},
320+
"PolySharp": {
321+
"type": "Direct",
322+
"requested": "[1.15.0, )",
323+
"resolved": "1.15.0",
324+
"contentHash": "FbU0El+EEjdpuIX4iDbeS7ki1uzpJPx8vbqOzEtqnl1GZeAGJfq+jCbxeJL2y0EPnUNk8dRnnqR2xnYXg9Tf+g=="
325+
},
326+
"Microsoft.CodeAnalysis.Common": {
327+
"type": "Transitive",
328+
"resolved": "4.7.0",
329+
"contentHash": "pD5S14xMUebSGYe75kt0q/aaS/ftvktSo/pEv7aX7hNPHfdZS+SZeXvkvcffGxWkunYOyRF9m1oN7zzSdYj9dQ==",
330+
"dependencies": {
331+
"Microsoft.CodeAnalysis.Analyzers": "3.3.4"
332+
}
333+
}
334+
}
335+
}
336+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"version": 1,
3+
"dependencies": {
4+
".NETStandard,Version=v2.0": {},
5+
".NETStandard,Version=v2.1": {},
6+
"net10.0": {},
7+
"net8.0": {},
8+
"net9.0": {}
9+
}
10+
}

0 commit comments

Comments
 (0)