@nx/dotnet 0.0.1 → 22.0.0-beta.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (78) hide show
  1. package/README.md +117 -4
  2. package/README.md__tmpl__ +70 -0
  3. package/dist/analyzer/analyzer-client.d.ts +39 -0
  4. package/dist/analyzer/analyzer-client.d.ts.map +1 -0
  5. package/dist/analyzer/analyzer-client.js +227 -0
  6. package/dist/generators/init/init.d.ts +7 -0
  7. package/dist/generators/init/init.d.ts.map +1 -0
  8. package/dist/generators/init/init.js +107 -0
  9. package/dist/generators/init/schema.d.ts +6 -0
  10. package/dist/generators/init/schema.json +34 -0
  11. package/dist/index.d.ts +3 -0
  12. package/dist/index.d.ts.map +1 -0
  13. package/dist/index.js +4 -0
  14. package/dist/lib/Microsoft.Build.Locator.dll +0 -0
  15. package/dist/lib/MsbuildAnalyzer +0 -0
  16. package/dist/lib/MsbuildAnalyzer.deps.json +476 -0
  17. package/dist/lib/MsbuildAnalyzer.dll +0 -0
  18. package/dist/lib/MsbuildAnalyzer.dll.config +629 -0
  19. package/dist/lib/MsbuildAnalyzer.pdb +0 -0
  20. package/dist/lib/MsbuildAnalyzer.runtimeconfig.json +14 -0
  21. package/dist/plugin.d.ts +1 -1
  22. package/dist/plugin.d.ts.map +1 -1
  23. package/dist/plugin.js +3 -2
  24. package/dist/plugins/create-dependencies.d.ts +4 -0
  25. package/dist/plugins/create-dependencies.d.ts.map +1 -0
  26. package/dist/plugins/create-dependencies.js +47 -0
  27. package/dist/{src/plugins/plugin.d.ts → plugins/create-nodes.d.ts} +2 -3
  28. package/dist/plugins/create-nodes.d.ts.map +1 -0
  29. package/dist/plugins/create-nodes.js +48 -0
  30. package/dist/plugins/plugin.d.ts +5 -0
  31. package/dist/plugins/plugin.d.ts.map +1 -0
  32. package/dist/plugins/plugin.js +14 -0
  33. package/dist/tsconfig.lib.tsbuildinfo +1 -1
  34. package/dist/utils/cache.d.ts.map +1 -0
  35. package/dist/utils/has-dotnet-plugin.d.ts +3 -0
  36. package/dist/utils/has-dotnet-plugin.d.ts.map +1 -0
  37. package/dist/utils/has-dotnet-plugin.js +8 -0
  38. package/dist/utils/versions.d.ts +2 -0
  39. package/dist/utils/versions.d.ts.map +1 -0
  40. package/dist/utils/versions.js +5 -0
  41. package/generators.json +10 -0
  42. package/migrations.json +4 -0
  43. package/package.json +48 -59
  44. package/dist/package.json +0 -84
  45. package/dist/src/index.d.ts +0 -2
  46. package/dist/src/index.d.ts.map +0 -1
  47. package/dist/src/index.js +0 -7
  48. package/dist/src/plugins/plugin.d.ts.map +0 -1
  49. package/dist/src/plugins/plugin.js +0 -130
  50. package/dist/src/utils/cache.d.ts.map +0 -1
  51. package/dist/src/utils/dependency-detection.d.ts +0 -5
  52. package/dist/src/utils/dependency-detection.d.ts.map +0 -1
  53. package/dist/src/utils/dependency-detection.js +0 -58
  54. package/dist/src/utils/dotnet-cli.d.ts +0 -9
  55. package/dist/src/utils/dotnet-cli.d.ts.map +0 -1
  56. package/dist/src/utils/dotnet-cli.js +0 -39
  57. package/dist/src/utils/dotnet-project-parser.d.ts +0 -13
  58. package/dist/src/utils/dotnet-project-parser.d.ts.map +0 -1
  59. package/dist/src/utils/dotnet-project-parser.js +0 -83
  60. package/dist/src/utils/logger.d.ts +0 -3
  61. package/dist/src/utils/logger.d.ts.map +0 -1
  62. package/dist/src/utils/logger.js +0 -24
  63. package/dist/src/utils/target-builder.d.ts +0 -12
  64. package/dist/src/utils/target-builder.d.ts.map +0 -1
  65. package/dist/src/utils/target-builder.js +0 -525
  66. package/plugin.ts +0 -5
  67. package/src/index.ts +0 -6
  68. package/src/plugins/plugin.ts +0 -230
  69. package/src/utils/cache.ts +0 -19
  70. package/src/utils/dependency-detection.ts +0 -84
  71. package/src/utils/dotnet-cli.ts +0 -52
  72. package/src/utils/dotnet-project-parser.ts +0 -105
  73. package/src/utils/logger.ts +0 -24
  74. package/src/utils/target-builder.ts +0 -657
  75. package/tsconfig.json +0 -16
  76. package/tsconfig.lib.json +0 -21
  77. /package/dist/{src/utils → utils}/cache.d.ts +0 -0
  78. /package/dist/{src/utils → utils}/cache.js +0 -0
@@ -0,0 +1,476 @@
1
+ {
2
+ "runtimeTarget": {
3
+ "name": ".NETCoreApp,Version=v8.0",
4
+ "signature": ""
5
+ },
6
+ "compilationOptions": {},
7
+ "targets": {
8
+ ".NETCoreApp,Version=v8.0": {
9
+ "MsbuildAnalyzer/1.0.0": {
10
+ "dependencies": {
11
+ "Microsoft.Build": "17.0.0",
12
+ "Microsoft.Build.Framework": "17.0.0",
13
+ "Microsoft.Build.Locator": "1.8.1"
14
+ },
15
+ "runtime": {
16
+ "MsbuildAnalyzer.dll": {}
17
+ }
18
+ },
19
+ "Microsoft.Build/17.0.0": {
20
+ "dependencies": {
21
+ "Microsoft.Build.Framework": "17.0.0",
22
+ "Microsoft.NET.StringTools": "1.0.0",
23
+ "Microsoft.Win32.Registry": "4.3.0",
24
+ "System.Collections.Immutable": "5.0.0",
25
+ "System.Configuration.ConfigurationManager": "4.7.0",
26
+ "System.Reflection.Metadata": "1.6.0",
27
+ "System.Security.Principal.Windows": "4.7.0",
28
+ "System.Text.Encoding.CodePages": "4.0.1",
29
+ "System.Text.Json": "5.0.2",
30
+ "System.Threading.Tasks.Dataflow": "4.9.0"
31
+ }
32
+ },
33
+ "Microsoft.Build.Framework/17.0.0": {
34
+ "dependencies": {
35
+ "System.Security.Permissions": "4.7.0"
36
+ }
37
+ },
38
+ "Microsoft.Build.Locator/1.8.1": {
39
+ "runtime": {
40
+ "lib/net6.0/Microsoft.Build.Locator.dll": {
41
+ "assemblyVersion": "1.0.0.0",
42
+ "fileVersion": "1.8.1.25141"
43
+ }
44
+ }
45
+ },
46
+ "Microsoft.NET.StringTools/1.0.0": {
47
+ "dependencies": {
48
+ "System.Memory": "4.5.4",
49
+ "System.Runtime.CompilerServices.Unsafe": "5.0.0"
50
+ }
51
+ },
52
+ "Microsoft.NETCore.Platforms/3.1.0": {},
53
+ "Microsoft.NETCore.Targets/1.1.0": {},
54
+ "Microsoft.Win32.Registry/4.3.0": {
55
+ "dependencies": {
56
+ "Microsoft.NETCore.Platforms": "3.1.0",
57
+ "System.Collections": "4.3.0",
58
+ "System.Globalization": "4.3.0",
59
+ "System.Resources.ResourceManager": "4.3.0",
60
+ "System.Runtime": "4.3.0",
61
+ "System.Runtime.Extensions": "4.3.0",
62
+ "System.Runtime.Handles": "4.3.0",
63
+ "System.Runtime.InteropServices": "4.3.0"
64
+ }
65
+ },
66
+ "Microsoft.Win32.SystemEvents/4.7.0": {
67
+ "dependencies": {
68
+ "Microsoft.NETCore.Platforms": "3.1.0"
69
+ }
70
+ },
71
+ "System.Collections/4.3.0": {
72
+ "dependencies": {
73
+ "Microsoft.NETCore.Platforms": "3.1.0",
74
+ "Microsoft.NETCore.Targets": "1.1.0",
75
+ "System.Runtime": "4.3.0"
76
+ }
77
+ },
78
+ "System.Collections.Immutable/5.0.0": {},
79
+ "System.Configuration.ConfigurationManager/4.7.0": {
80
+ "dependencies": {
81
+ "System.Security.Cryptography.ProtectedData": "4.7.0",
82
+ "System.Security.Permissions": "4.7.0"
83
+ }
84
+ },
85
+ "System.Drawing.Common/4.7.0": {
86
+ "dependencies": {
87
+ "Microsoft.NETCore.Platforms": "3.1.0",
88
+ "Microsoft.Win32.SystemEvents": "4.7.0"
89
+ }
90
+ },
91
+ "System.Globalization/4.3.0": {
92
+ "dependencies": {
93
+ "Microsoft.NETCore.Platforms": "3.1.0",
94
+ "Microsoft.NETCore.Targets": "1.1.0",
95
+ "System.Runtime": "4.3.0"
96
+ }
97
+ },
98
+ "System.IO/4.3.0": {
99
+ "dependencies": {
100
+ "Microsoft.NETCore.Platforms": "3.1.0",
101
+ "Microsoft.NETCore.Targets": "1.1.0",
102
+ "System.Runtime": "4.3.0",
103
+ "System.Text.Encoding": "4.3.0",
104
+ "System.Threading.Tasks": "4.3.0"
105
+ }
106
+ },
107
+ "System.Memory/4.5.4": {},
108
+ "System.Reflection/4.3.0": {
109
+ "dependencies": {
110
+ "Microsoft.NETCore.Platforms": "3.1.0",
111
+ "Microsoft.NETCore.Targets": "1.1.0",
112
+ "System.IO": "4.3.0",
113
+ "System.Reflection.Primitives": "4.3.0",
114
+ "System.Runtime": "4.3.0"
115
+ }
116
+ },
117
+ "System.Reflection.Metadata/1.6.0": {},
118
+ "System.Reflection.Primitives/4.3.0": {
119
+ "dependencies": {
120
+ "Microsoft.NETCore.Platforms": "3.1.0",
121
+ "Microsoft.NETCore.Targets": "1.1.0",
122
+ "System.Runtime": "4.3.0"
123
+ }
124
+ },
125
+ "System.Resources.ResourceManager/4.3.0": {
126
+ "dependencies": {
127
+ "Microsoft.NETCore.Platforms": "3.1.0",
128
+ "Microsoft.NETCore.Targets": "1.1.0",
129
+ "System.Globalization": "4.3.0",
130
+ "System.Reflection": "4.3.0",
131
+ "System.Runtime": "4.3.0"
132
+ }
133
+ },
134
+ "System.Runtime/4.3.0": {
135
+ "dependencies": {
136
+ "Microsoft.NETCore.Platforms": "3.1.0",
137
+ "Microsoft.NETCore.Targets": "1.1.0"
138
+ }
139
+ },
140
+ "System.Runtime.CompilerServices.Unsafe/5.0.0": {},
141
+ "System.Runtime.Extensions/4.3.0": {
142
+ "dependencies": {
143
+ "Microsoft.NETCore.Platforms": "3.1.0",
144
+ "Microsoft.NETCore.Targets": "1.1.0",
145
+ "System.Runtime": "4.3.0"
146
+ }
147
+ },
148
+ "System.Runtime.Handles/4.3.0": {
149
+ "dependencies": {
150
+ "Microsoft.NETCore.Platforms": "3.1.0",
151
+ "Microsoft.NETCore.Targets": "1.1.0",
152
+ "System.Runtime": "4.3.0"
153
+ }
154
+ },
155
+ "System.Runtime.InteropServices/4.3.0": {
156
+ "dependencies": {
157
+ "Microsoft.NETCore.Platforms": "3.1.0",
158
+ "Microsoft.NETCore.Targets": "1.1.0",
159
+ "System.Reflection": "4.3.0",
160
+ "System.Reflection.Primitives": "4.3.0",
161
+ "System.Runtime": "4.3.0",
162
+ "System.Runtime.Handles": "4.3.0"
163
+ }
164
+ },
165
+ "System.Security.AccessControl/4.7.0": {
166
+ "dependencies": {
167
+ "Microsoft.NETCore.Platforms": "3.1.0",
168
+ "System.Security.Principal.Windows": "4.7.0"
169
+ }
170
+ },
171
+ "System.Security.Cryptography.ProtectedData/4.7.0": {},
172
+ "System.Security.Permissions/4.7.0": {
173
+ "dependencies": {
174
+ "System.Security.AccessControl": "4.7.0",
175
+ "System.Windows.Extensions": "4.7.0"
176
+ }
177
+ },
178
+ "System.Security.Principal.Windows/4.7.0": {},
179
+ "System.Text.Encoding/4.3.0": {
180
+ "dependencies": {
181
+ "Microsoft.NETCore.Platforms": "3.1.0",
182
+ "Microsoft.NETCore.Targets": "1.1.0",
183
+ "System.Runtime": "4.3.0"
184
+ }
185
+ },
186
+ "System.Text.Encoding.CodePages/4.0.1": {
187
+ "dependencies": {
188
+ "Microsoft.NETCore.Platforms": "3.1.0",
189
+ "System.Collections": "4.3.0",
190
+ "System.Globalization": "4.3.0",
191
+ "System.IO": "4.3.0",
192
+ "System.Reflection": "4.3.0",
193
+ "System.Resources.ResourceManager": "4.3.0",
194
+ "System.Runtime": "4.3.0",
195
+ "System.Runtime.Extensions": "4.3.0",
196
+ "System.Runtime.Handles": "4.3.0",
197
+ "System.Runtime.InteropServices": "4.3.0",
198
+ "System.Text.Encoding": "4.3.0",
199
+ "System.Threading": "4.0.11"
200
+ }
201
+ },
202
+ "System.Text.Json/5.0.2": {},
203
+ "System.Threading/4.0.11": {
204
+ "dependencies": {
205
+ "System.Runtime": "4.3.0",
206
+ "System.Threading.Tasks": "4.3.0"
207
+ }
208
+ },
209
+ "System.Threading.Tasks/4.3.0": {
210
+ "dependencies": {
211
+ "Microsoft.NETCore.Platforms": "3.1.0",
212
+ "Microsoft.NETCore.Targets": "1.1.0",
213
+ "System.Runtime": "4.3.0"
214
+ }
215
+ },
216
+ "System.Threading.Tasks.Dataflow/4.9.0": {},
217
+ "System.Windows.Extensions/4.7.0": {
218
+ "dependencies": {
219
+ "System.Drawing.Common": "4.7.0"
220
+ }
221
+ }
222
+ }
223
+ },
224
+ "libraries": {
225
+ "MsbuildAnalyzer/1.0.0": {
226
+ "type": "project",
227
+ "serviceable": false,
228
+ "sha512": ""
229
+ },
230
+ "Microsoft.Build/17.0.0": {
231
+ "type": "package",
232
+ "serviceable": true,
233
+ "sha512": "sha512-hCs9OzyCD/TYRid1LxPgghvUDqgXf+tEvV4qd8tBfOyp3zxAk+/rssgxtJnKLMZIu0CEZi3JegvfenaIXjEacQ==",
234
+ "path": "microsoft.build/17.0.0",
235
+ "hashPath": "microsoft.build.17.0.0.nupkg.sha512"
236
+ },
237
+ "Microsoft.Build.Framework/17.0.0": {
238
+ "type": "package",
239
+ "serviceable": true,
240
+ "sha512": "sha512-XbFA0z+6Ws2pNeRXYcDF3lKlNgRoSGMm2Q5HKzZD+EbwYMKPKrl/BJnnkMuDJHU0KravYHfhzBnLLJpPeZ3E7A==",
241
+ "path": "microsoft.build.framework/17.0.0",
242
+ "hashPath": "microsoft.build.framework.17.0.0.nupkg.sha512"
243
+ },
244
+ "Microsoft.Build.Locator/1.8.1": {
245
+ "type": "package",
246
+ "serviceable": true,
247
+ "sha512": "sha512-IhjN470WJgIWXWZ/ZqZ3A6pCxtQqKvTbSIBT5wiI38LbkOVgykttxwz0NpYAthVoYq7xumyYMYUWvAE0ZU4Siw==",
248
+ "path": "microsoft.build.locator/1.8.1",
249
+ "hashPath": "microsoft.build.locator.1.8.1.nupkg.sha512"
250
+ },
251
+ "Microsoft.NET.StringTools/1.0.0": {
252
+ "type": "package",
253
+ "serviceable": true,
254
+ "sha512": "sha512-ZYVcoDM0LnSyT5nWoRGfShYdOecCw2sOXWwP6j1Z0u48Xq3+BVvZ+EiPCX9/8Gz439giW+O1H1kWF9Eb/w6rVg==",
255
+ "path": "microsoft.net.stringtools/1.0.0",
256
+ "hashPath": "microsoft.net.stringtools.1.0.0.nupkg.sha512"
257
+ },
258
+ "Microsoft.NETCore.Platforms/3.1.0": {
259
+ "type": "package",
260
+ "serviceable": true,
261
+ "sha512": "sha512-z7aeg8oHln2CuNulfhiLYxCVMPEwBl3rzicjvIX+4sUuCwvXw5oXQEtbiU2c0z4qYL5L3Kmx0mMA/+t/SbY67w==",
262
+ "path": "microsoft.netcore.platforms/3.1.0",
263
+ "hashPath": "microsoft.netcore.platforms.3.1.0.nupkg.sha512"
264
+ },
265
+ "Microsoft.NETCore.Targets/1.1.0": {
266
+ "type": "package",
267
+ "serviceable": true,
268
+ "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
269
+ "path": "microsoft.netcore.targets/1.1.0",
270
+ "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512"
271
+ },
272
+ "Microsoft.Win32.Registry/4.3.0": {
273
+ "type": "package",
274
+ "serviceable": true,
275
+ "sha512": "sha512-Lw1/VwLH1yxz6SfFEjVRCN0pnflLEsWgnV4qsdJ512/HhTwnKXUG+zDQ4yTO3K/EJQemGoNaBHX5InISNKTzUQ==",
276
+ "path": "microsoft.win32.registry/4.3.0",
277
+ "hashPath": "microsoft.win32.registry.4.3.0.nupkg.sha512"
278
+ },
279
+ "Microsoft.Win32.SystemEvents/4.7.0": {
280
+ "type": "package",
281
+ "serviceable": true,
282
+ "sha512": "sha512-mtVirZr++rq+XCDITMUdnETD59XoeMxSpLRIII7JRI6Yj0LEDiO1pPn0ktlnIj12Ix8bfvQqQDMMIF9wC98oCA==",
283
+ "path": "microsoft.win32.systemevents/4.7.0",
284
+ "hashPath": "microsoft.win32.systemevents.4.7.0.nupkg.sha512"
285
+ },
286
+ "System.Collections/4.3.0": {
287
+ "type": "package",
288
+ "serviceable": true,
289
+ "sha512": "sha512-3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==",
290
+ "path": "system.collections/4.3.0",
291
+ "hashPath": "system.collections.4.3.0.nupkg.sha512"
292
+ },
293
+ "System.Collections.Immutable/5.0.0": {
294
+ "type": "package",
295
+ "serviceable": true,
296
+ "sha512": "sha512-FXkLXiK0sVVewcso0imKQoOxjoPAj42R8HtjjbSjVPAzwDfzoyoznWxgA3c38LDbN9SJux1xXoXYAhz98j7r2g==",
297
+ "path": "system.collections.immutable/5.0.0",
298
+ "hashPath": "system.collections.immutable.5.0.0.nupkg.sha512"
299
+ },
300
+ "System.Configuration.ConfigurationManager/4.7.0": {
301
+ "type": "package",
302
+ "serviceable": true,
303
+ "sha512": "sha512-/anOTeSZCNNI2zDilogWrZ8pNqCmYbzGNexUnNhjW8k0sHqEZ2nHJBp147jBV3hGYswu5lINpNg1vxR7bnqvVA==",
304
+ "path": "system.configuration.configurationmanager/4.7.0",
305
+ "hashPath": "system.configuration.configurationmanager.4.7.0.nupkg.sha512"
306
+ },
307
+ "System.Drawing.Common/4.7.0": {
308
+ "type": "package",
309
+ "serviceable": true,
310
+ "sha512": "sha512-v+XbyYHaZjDfn0ENmJEV1VYLgGgCTx1gnfOBcppowbpOAriglYgGCvFCPr2EEZyBvXlpxbEsTwkOlInl107ahA==",
311
+ "path": "system.drawing.common/4.7.0",
312
+ "hashPath": "system.drawing.common.4.7.0.nupkg.sha512"
313
+ },
314
+ "System.Globalization/4.3.0": {
315
+ "type": "package",
316
+ "serviceable": true,
317
+ "sha512": "sha512-kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==",
318
+ "path": "system.globalization/4.3.0",
319
+ "hashPath": "system.globalization.4.3.0.nupkg.sha512"
320
+ },
321
+ "System.IO/4.3.0": {
322
+ "type": "package",
323
+ "serviceable": true,
324
+ "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==",
325
+ "path": "system.io/4.3.0",
326
+ "hashPath": "system.io.4.3.0.nupkg.sha512"
327
+ },
328
+ "System.Memory/4.5.4": {
329
+ "type": "package",
330
+ "serviceable": true,
331
+ "sha512": "sha512-1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==",
332
+ "path": "system.memory/4.5.4",
333
+ "hashPath": "system.memory.4.5.4.nupkg.sha512"
334
+ },
335
+ "System.Reflection/4.3.0": {
336
+ "type": "package",
337
+ "serviceable": true,
338
+ "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==",
339
+ "path": "system.reflection/4.3.0",
340
+ "hashPath": "system.reflection.4.3.0.nupkg.sha512"
341
+ },
342
+ "System.Reflection.Metadata/1.6.0": {
343
+ "type": "package",
344
+ "serviceable": true,
345
+ "sha512": "sha512-COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ==",
346
+ "path": "system.reflection.metadata/1.6.0",
347
+ "hashPath": "system.reflection.metadata.1.6.0.nupkg.sha512"
348
+ },
349
+ "System.Reflection.Primitives/4.3.0": {
350
+ "type": "package",
351
+ "serviceable": true,
352
+ "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==",
353
+ "path": "system.reflection.primitives/4.3.0",
354
+ "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512"
355
+ },
356
+ "System.Resources.ResourceManager/4.3.0": {
357
+ "type": "package",
358
+ "serviceable": true,
359
+ "sha512": "sha512-/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==",
360
+ "path": "system.resources.resourcemanager/4.3.0",
361
+ "hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512"
362
+ },
363
+ "System.Runtime/4.3.0": {
364
+ "type": "package",
365
+ "serviceable": true,
366
+ "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
367
+ "path": "system.runtime/4.3.0",
368
+ "hashPath": "system.runtime.4.3.0.nupkg.sha512"
369
+ },
370
+ "System.Runtime.CompilerServices.Unsafe/5.0.0": {
371
+ "type": "package",
372
+ "serviceable": true,
373
+ "sha512": "sha512-ZD9TMpsmYJLrxbbmdvhwt9YEgG5WntEnZ/d1eH8JBX9LBp+Ju8BSBhUGbZMNVHHomWo2KVImJhTDl2hIgw/6MA==",
374
+ "path": "system.runtime.compilerservices.unsafe/5.0.0",
375
+ "hashPath": "system.runtime.compilerservices.unsafe.5.0.0.nupkg.sha512"
376
+ },
377
+ "System.Runtime.Extensions/4.3.0": {
378
+ "type": "package",
379
+ "serviceable": true,
380
+ "sha512": "sha512-guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==",
381
+ "path": "system.runtime.extensions/4.3.0",
382
+ "hashPath": "system.runtime.extensions.4.3.0.nupkg.sha512"
383
+ },
384
+ "System.Runtime.Handles/4.3.0": {
385
+ "type": "package",
386
+ "serviceable": true,
387
+ "sha512": "sha512-OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==",
388
+ "path": "system.runtime.handles/4.3.0",
389
+ "hashPath": "system.runtime.handles.4.3.0.nupkg.sha512"
390
+ },
391
+ "System.Runtime.InteropServices/4.3.0": {
392
+ "type": "package",
393
+ "serviceable": true,
394
+ "sha512": "sha512-uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==",
395
+ "path": "system.runtime.interopservices/4.3.0",
396
+ "hashPath": "system.runtime.interopservices.4.3.0.nupkg.sha512"
397
+ },
398
+ "System.Security.AccessControl/4.7.0": {
399
+ "type": "package",
400
+ "serviceable": true,
401
+ "sha512": "sha512-JECvTt5aFF3WT3gHpfofL2MNNP6v84sxtXxpqhLBCcDRzqsPBmHhQ6shv4DwwN2tRlzsUxtb3G9M3763rbXKDg==",
402
+ "path": "system.security.accesscontrol/4.7.0",
403
+ "hashPath": "system.security.accesscontrol.4.7.0.nupkg.sha512"
404
+ },
405
+ "System.Security.Cryptography.ProtectedData/4.7.0": {
406
+ "type": "package",
407
+ "serviceable": true,
408
+ "sha512": "sha512-ehYW0m9ptxpGWvE4zgqongBVWpSDU/JCFD4K7krxkQwSz/sFQjEXCUqpvencjy6DYDbn7Ig09R8GFffu8TtneQ==",
409
+ "path": "system.security.cryptography.protecteddata/4.7.0",
410
+ "hashPath": "system.security.cryptography.protecteddata.4.7.0.nupkg.sha512"
411
+ },
412
+ "System.Security.Permissions/4.7.0": {
413
+ "type": "package",
414
+ "serviceable": true,
415
+ "sha512": "sha512-dkOV6YYVBnYRa15/yv004eCGRBVADXw8qRbbNiCn/XpdJSUXkkUeIvdvFHkvnko4CdKMqG8yRHC4ox83LSlMsQ==",
416
+ "path": "system.security.permissions/4.7.0",
417
+ "hashPath": "system.security.permissions.4.7.0.nupkg.sha512"
418
+ },
419
+ "System.Security.Principal.Windows/4.7.0": {
420
+ "type": "package",
421
+ "serviceable": true,
422
+ "sha512": "sha512-ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==",
423
+ "path": "system.security.principal.windows/4.7.0",
424
+ "hashPath": "system.security.principal.windows.4.7.0.nupkg.sha512"
425
+ },
426
+ "System.Text.Encoding/4.3.0": {
427
+ "type": "package",
428
+ "serviceable": true,
429
+ "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
430
+ "path": "system.text.encoding/4.3.0",
431
+ "hashPath": "system.text.encoding.4.3.0.nupkg.sha512"
432
+ },
433
+ "System.Text.Encoding.CodePages/4.0.1": {
434
+ "type": "package",
435
+ "serviceable": true,
436
+ "sha512": "sha512-h4z6rrA/hxWf4655D18IIZ0eaLRa3tQC/j+e26W+VinIHY0l07iEXaAvO0YSYq3MvCjMYy8Zs5AdC1sxNQOB7Q==",
437
+ "path": "system.text.encoding.codepages/4.0.1",
438
+ "hashPath": "system.text.encoding.codepages.4.0.1.nupkg.sha512"
439
+ },
440
+ "System.Text.Json/5.0.2": {
441
+ "type": "package",
442
+ "serviceable": true,
443
+ "sha512": "sha512-I47dVIGiV6SfAyppphxqupertT/5oZkYLDCX6vC3HpOI4ZLjyoKAreUoem2ie6G0RbRuFrlqz/PcTQjfb2DOfQ==",
444
+ "path": "system.text.json/5.0.2",
445
+ "hashPath": "system.text.json.5.0.2.nupkg.sha512"
446
+ },
447
+ "System.Threading/4.0.11": {
448
+ "type": "package",
449
+ "serviceable": true,
450
+ "sha512": "sha512-N+3xqIcg3VDKyjwwCGaZ9HawG9aC6cSDI+s7ROma310GQo8vilFZa86hqKppwTHleR/G0sfOzhvgnUxWCR/DrQ==",
451
+ "path": "system.threading/4.0.11",
452
+ "hashPath": "system.threading.4.0.11.nupkg.sha512"
453
+ },
454
+ "System.Threading.Tasks/4.3.0": {
455
+ "type": "package",
456
+ "serviceable": true,
457
+ "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==",
458
+ "path": "system.threading.tasks/4.3.0",
459
+ "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512"
460
+ },
461
+ "System.Threading.Tasks.Dataflow/4.9.0": {
462
+ "type": "package",
463
+ "serviceable": true,
464
+ "sha512": "sha512-dTS+3D/GtG2/Pvc3E5YzVvAa7aQJgLDlZDIzukMOJjYudVOQOUXEU68y6Zi3Nn/jqIeB5kOCwrGbQFAKHVzXEQ==",
465
+ "path": "system.threading.tasks.dataflow/4.9.0",
466
+ "hashPath": "system.threading.tasks.dataflow.4.9.0.nupkg.sha512"
467
+ },
468
+ "System.Windows.Extensions/4.7.0": {
469
+ "type": "package",
470
+ "serviceable": true,
471
+ "sha512": "sha512-CeWTdRNfRaSh0pm2gDTJFwVaXfTq6Xwv/sA887iwPTneW7oMtMlpvDIO+U60+3GWTB7Aom6oQwv5VZVUhQRdPQ==",
472
+ "path": "system.windows.extensions/4.7.0",
473
+ "hashPath": "system.windows.extensions.4.7.0.nupkg.sha512"
474
+ }
475
+ }
476
+ }
Binary file