@fossa-app/bridge 0.1.5 → 0.1.6
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.
- package/.build.ps1 +8 -7
- package/.gitattributes +43 -0
- package/Bridge.slnx +8 -0
- package/Directory.Build.props +25 -0
- package/Images/Icon.png +0 -0
- package/dotnet-tools.json +1 -1
- package/gig.ps1 +2 -1
- package/package.json +1 -1
- package/src/{Fossa.Bridge/Fossa.Bridge.fsproj → Bridge/Bridge.fsproj} +1 -2
- package/src/{Fossa.Bridge → Bridge}/Models/ApiModels.fs +1 -1
- package/src/{Fossa.Bridge → Bridge}/Services/Clients/BranchClient.fs +1 -1
- package/src/{Fossa.Bridge → Bridge}/Services/Clients/DepartmentClient.fs +1 -1
- package/src/{Fossa.Bridge → Bridge}/Services/Clients/EmployeeClient.fs +1 -1
- package/src/Bridge/Services/Clients/IdentityClient.fs +11 -0
- package/src/{Fossa.Bridge/bin/Release/net8.0 → Bridge/bin/Release/net10.0}/Fossa.Bridge.deps.json +4 -4
- package/src/Bridge/obj/Bridge.fsproj.nuget.dgspec.json +357 -0
- package/src/Bridge/obj/Release/Fossa.Bridge.0.1.6.nuspec +31 -0
- package/src/{Fossa.Bridge/obj/Release/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.fs → Bridge/obj/Release/net10.0/.NETCoreApp,Version=v10.0.AssemblyAttributes.fs} +1 -1
- package/src/{Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.AssemblyInfo.fs → Bridge/obj/Release/net10.0/Bridge.AssemblyInfo.fs} +6 -4
- package/src/Bridge/obj/Release/net10.0/Bridge.fsproj.FileListAbsolute.txt +14 -0
- package/src/Bridge/obj/Release/net10.0/Bridge.sourcelink.json +1 -0
- package/src/Bridge/obj/project.assets.json +501 -0
- package/src/Directory.Build.props +23 -0
- package/tests/{Fossa.Bridge.Tests/Fossa.Bridge.Tests.fsproj → Bridge.Tests/Bridge.Tests.fsproj} +2 -2
- package/tests/Bridge.Tests/bin/Release/net10.0/.msCoverageSourceRootsMapping_Fossa.Bridge.Tests +0 -0
- package/tests/Bridge.Tests/bin/Release/net10.0/Fossa.Bridge.Tests +0 -0
- package/tests/{Fossa.Bridge.Tests/bin/Release/net8.0 → Bridge.Tests/bin/Release/net10.0}/Fossa.Bridge.Tests.deps.json +87 -74
- package/tests/{Fossa.Bridge.Tests/bin/Release/net8.0 → Bridge.Tests/bin/Release/net10.0}/Fossa.Bridge.Tests.runtimeconfig.json +2 -2
- package/tests/Bridge.Tests/obj/Bridge.Tests.fsproj.nuget.dgspec.json +712 -0
- package/tests/{Fossa.Bridge.Tests/obj/Fossa.Bridge.Tests.fsproj.nuget.g.props → Bridge.Tests/obj/Bridge.Tests.fsproj.nuget.g.props} +2 -2
- package/tests/{Fossa.Bridge.Tests/obj/Fossa.Bridge.Tests.fsproj.nuget.g.targets → Bridge.Tests/obj/Bridge.Tests.fsproj.nuget.g.targets} +1 -1
- package/tests/{Fossa.Bridge.Tests/obj/Release/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.fs → Bridge.Tests/obj/Release/net10.0/.NETCoreApp,Version=v10.0.AssemblyAttributes.fs} +1 -1
- package/tests/{Fossa.Bridge.Tests/obj/Release/net8.0/Fossa.Bridge.Tests.AssemblyInfo.fs → Bridge.Tests/obj/Release/net10.0/Bridge.Tests.AssemblyInfo.fs} +4 -2
- package/tests/Bridge.Tests/obj/Release/net10.0/Bridge.Tests.fsproj.FileListAbsolute.txt +190 -0
- package/tests/Bridge.Tests/obj/Release/net10.0/Bridge.Tests.sourcelink.json +1 -0
- package/tests/Bridge.Tests/obj/Release/net10.0/apphost +0 -0
- package/tests/{Fossa.Bridge.Tests → Bridge.Tests}/obj/project.assets.json +374 -253
- package/tsconfig.json +3 -1
- package/Fossa.Bridge.slnx +0 -8
- package/src/Fossa.Bridge/Services/Clients/IdentityClient.fs +0 -9
- package/src/Fossa.Bridge/bin/Release/net8.0/Fossa.Bridge.fable-temp.deps.json +0 -41
- package/src/Fossa.Bridge/obj/Fossa.Bridge.fable-temp.csproj.nuget.dgspec.json +0 -83
- package/src/Fossa.Bridge/obj/Fossa.Bridge.fable-temp.csproj.nuget.g.props +0 -25
- package/src/Fossa.Bridge/obj/Fossa.Bridge.fsproj.nuget.dgspec.json +0 -86
- package/src/Fossa.Bridge/obj/Fossa.Bridge.fsproj.nuget.g.targets +0 -2
- package/src/Fossa.Bridge/obj/Release/Fossa.Bridge.0.1.5.nuspec +0 -20
- package/src/Fossa.Bridge/obj/Release/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs +0 -4
- package/src/Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.fable-temp.AssemblyInfo.cs +0 -23
- package/src/Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.fable-temp.GeneratedMSBuildEditorConfig.editorconfig +0 -17
- package/src/Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.fable-temp.csproj.FileListAbsolute.txt +0 -4
- package/src/Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.fsproj.FileListAbsolute.txt +0 -14
- package/src/Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.sourcelink.json +0 -1
- package/src/Fossa.Bridge/obj/project.assets.json +0 -230
- package/tests/Fossa.Bridge.Tests/bin/Release/net8.0/.msCoverageSourceRootsMapping_Fossa.Bridge.Tests +0 -0
- package/tests/Fossa.Bridge.Tests/bin/Release/net8.0/Fossa.Bridge.Tests +0 -0
- package/tests/Fossa.Bridge.Tests/obj/Fossa.Bridge.Tests.fsproj.nuget.dgspec.json +0 -182
- package/tests/Fossa.Bridge.Tests/obj/Release/net8.0/Fossa.Bridge.Tests.fsproj.FileListAbsolute.txt +0 -190
- package/tests/Fossa.Bridge.Tests/obj/Release/net8.0/Fossa.Bridge.Tests.sourcelink.json +0 -1
- package/tests/Fossa.Bridge.Tests/obj/Release/net8.0/apphost +0 -0
- /package/src/{Fossa.Bridge → Bridge}/Services/Clients/CompanyClient.fs +0 -0
- /package/src/{Fossa.Bridge → Bridge}/Services/Clients/CompanyLicenseClient.fs +0 -0
- /package/src/{Fossa.Bridge → Bridge}/Services/Clients/CompanySettingsClient.fs +0 -0
- /package/src/{Fossa.Bridge → Bridge}/Services/Clients/SystemLicenseClient.fs +0 -0
- /package/src/{Fossa.Bridge → Bridge}/Services/Endpoints.fs +0 -0
- /package/src/{Fossa.Bridge → Bridge}/Services/IHttpTransport.fs +0 -0
- /package/src/{Fossa.Bridge → Bridge}/Services/UrlHelpers.fs +0 -0
- /package/src/{Fossa.Bridge/bin/Release/net8.0 → Bridge/bin/Release/net10.0}/Fossa.Bridge.xml +0 -0
- /package/src/{Fossa.Bridge/obj/Fossa.Bridge.fsproj.nuget.g.props → Bridge/obj/Bridge.fsproj.nuget.g.props} +0 -0
- /package/src/{Fossa.Bridge/obj/Fossa.Bridge.fable-temp.csproj.nuget.g.targets → Bridge/obj/Bridge.fsproj.nuget.g.targets} +0 -0
- /package/src/{Fossa.Bridge/obj/Release/net8.0 → Bridge/obj/Release/net10.0}/Fossa.Bridge.xml +0 -0
- /package/src/{Fossa.Bridge/obj/Release/net8.0 → Bridge/obj/Release/net10.0}/ILLink.Substitutions.xml +0 -0
- /package/tests/{Fossa.Bridge.Tests → Bridge.Tests}/Main.fs +0 -0
- /package/tests/{Fossa.Bridge.Tests → Bridge.Tests}/UrlHelpersTests.fs +0 -0
- /package/tests/{Fossa.Bridge.Tests/bin/Release/net8.0 → Bridge.Tests/bin/Release/net10.0}/Fossa.Bridge.xml +0 -0
- /package/tests/{Fossa.Bridge.Tests/obj/Release/net8.0/Fossa.Br.E9949494.Up2Date → Bridge.Tests/obj/Release/net10.0/Bridge.T.A317E392.Up2Date} +0 -0
- /package/tests/{Fossa.Bridge.Tests/obj/Release/net8.0 → Bridge.Tests/obj/Release/net10.0}/ILLink.Substitutions.xml +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"targets": {
|
|
4
|
-
"
|
|
4
|
+
"net10.0": {
|
|
5
5
|
"Expecto/10.2.3": {
|
|
6
6
|
"type": "package",
|
|
7
7
|
"dependencies": {
|
|
@@ -95,9 +95,6 @@
|
|
|
95
95
|
},
|
|
96
96
|
"Microsoft.ApplicationInsights/2.23.0": {
|
|
97
97
|
"type": "package",
|
|
98
|
-
"dependencies": {
|
|
99
|
-
"System.Diagnostics.DiagnosticSource": "5.0.0"
|
|
100
|
-
},
|
|
101
98
|
"compile": {
|
|
102
99
|
"lib/netstandard2.0/Microsoft.ApplicationInsights.dll": {
|
|
103
100
|
"related": ".pdb;.xml"
|
|
@@ -146,58 +143,58 @@
|
|
|
146
143
|
"Microsoft.Testing.Platform": "1.9.0"
|
|
147
144
|
},
|
|
148
145
|
"compile": {
|
|
149
|
-
"lib/
|
|
146
|
+
"lib/net9.0/Microsoft.Testing.Extensions.Telemetry.dll": {
|
|
150
147
|
"related": ".xml"
|
|
151
148
|
}
|
|
152
149
|
},
|
|
153
150
|
"runtime": {
|
|
154
|
-
"lib/
|
|
151
|
+
"lib/net9.0/Microsoft.Testing.Extensions.Telemetry.dll": {
|
|
155
152
|
"related": ".xml"
|
|
156
153
|
}
|
|
157
154
|
},
|
|
158
155
|
"resource": {
|
|
159
|
-
"lib/
|
|
156
|
+
"lib/net9.0/cs/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
|
|
160
157
|
"locale": "cs"
|
|
161
158
|
},
|
|
162
|
-
"lib/
|
|
159
|
+
"lib/net9.0/de/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
|
|
163
160
|
"locale": "de"
|
|
164
161
|
},
|
|
165
|
-
"lib/
|
|
162
|
+
"lib/net9.0/es/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
|
|
166
163
|
"locale": "es"
|
|
167
164
|
},
|
|
168
|
-
"lib/
|
|
165
|
+
"lib/net9.0/fr/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
|
|
169
166
|
"locale": "fr"
|
|
170
167
|
},
|
|
171
|
-
"lib/
|
|
168
|
+
"lib/net9.0/it/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
|
|
172
169
|
"locale": "it"
|
|
173
170
|
},
|
|
174
|
-
"lib/
|
|
171
|
+
"lib/net9.0/ja/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
|
|
175
172
|
"locale": "ja"
|
|
176
173
|
},
|
|
177
|
-
"lib/
|
|
174
|
+
"lib/net9.0/ko/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
|
|
178
175
|
"locale": "ko"
|
|
179
176
|
},
|
|
180
|
-
"lib/
|
|
177
|
+
"lib/net9.0/pl/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
|
|
181
178
|
"locale": "pl"
|
|
182
179
|
},
|
|
183
|
-
"lib/
|
|
180
|
+
"lib/net9.0/pt-BR/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
|
|
184
181
|
"locale": "pt-BR"
|
|
185
182
|
},
|
|
186
|
-
"lib/
|
|
183
|
+
"lib/net9.0/ru/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
|
|
187
184
|
"locale": "ru"
|
|
188
185
|
},
|
|
189
|
-
"lib/
|
|
186
|
+
"lib/net9.0/tr/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
|
|
190
187
|
"locale": "tr"
|
|
191
188
|
},
|
|
192
|
-
"lib/
|
|
189
|
+
"lib/net9.0/zh-Hans/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
|
|
193
190
|
"locale": "zh-Hans"
|
|
194
191
|
},
|
|
195
|
-
"lib/
|
|
192
|
+
"lib/net9.0/zh-Hant/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
|
|
196
193
|
"locale": "zh-Hant"
|
|
197
194
|
}
|
|
198
195
|
},
|
|
199
196
|
"build": {
|
|
200
|
-
"buildTransitive/
|
|
197
|
+
"buildTransitive/net9.0/Microsoft.Testing.Extensions.Telemetry.props": {}
|
|
201
198
|
},
|
|
202
199
|
"buildMultiTargeting": {
|
|
203
200
|
"buildMultiTargeting/Microsoft.Testing.Extensions.Telemetry.props": {}
|
|
@@ -209,12 +206,12 @@
|
|
|
209
206
|
"Microsoft.Testing.Platform": "1.9.0"
|
|
210
207
|
},
|
|
211
208
|
"compile": {
|
|
212
|
-
"lib/
|
|
209
|
+
"lib/net9.0/Microsoft.Testing.Extensions.TrxReport.Abstractions.dll": {
|
|
213
210
|
"related": ".xml"
|
|
214
211
|
}
|
|
215
212
|
},
|
|
216
213
|
"runtime": {
|
|
217
|
-
"lib/
|
|
214
|
+
"lib/net9.0/Microsoft.Testing.Extensions.TrxReport.Abstractions.dll": {
|
|
218
215
|
"related": ".xml"
|
|
219
216
|
}
|
|
220
217
|
}
|
|
@@ -229,53 +226,53 @@
|
|
|
229
226
|
"Microsoft.Testing.Platform": "1.9.0"
|
|
230
227
|
},
|
|
231
228
|
"compile": {
|
|
232
|
-
"lib/
|
|
229
|
+
"lib/net9.0/Microsoft.Testing.Extensions.VSTestBridge.dll": {
|
|
233
230
|
"related": ".xml"
|
|
234
231
|
}
|
|
235
232
|
},
|
|
236
233
|
"runtime": {
|
|
237
|
-
"lib/
|
|
234
|
+
"lib/net9.0/Microsoft.Testing.Extensions.VSTestBridge.dll": {
|
|
238
235
|
"related": ".xml"
|
|
239
236
|
}
|
|
240
237
|
},
|
|
241
238
|
"resource": {
|
|
242
|
-
"lib/
|
|
239
|
+
"lib/net9.0/cs/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
|
|
243
240
|
"locale": "cs"
|
|
244
241
|
},
|
|
245
|
-
"lib/
|
|
242
|
+
"lib/net9.0/de/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
|
|
246
243
|
"locale": "de"
|
|
247
244
|
},
|
|
248
|
-
"lib/
|
|
245
|
+
"lib/net9.0/es/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
|
|
249
246
|
"locale": "es"
|
|
250
247
|
},
|
|
251
|
-
"lib/
|
|
248
|
+
"lib/net9.0/fr/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
|
|
252
249
|
"locale": "fr"
|
|
253
250
|
},
|
|
254
|
-
"lib/
|
|
251
|
+
"lib/net9.0/it/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
|
|
255
252
|
"locale": "it"
|
|
256
253
|
},
|
|
257
|
-
"lib/
|
|
254
|
+
"lib/net9.0/ja/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
|
|
258
255
|
"locale": "ja"
|
|
259
256
|
},
|
|
260
|
-
"lib/
|
|
257
|
+
"lib/net9.0/ko/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
|
|
261
258
|
"locale": "ko"
|
|
262
259
|
},
|
|
263
|
-
"lib/
|
|
260
|
+
"lib/net9.0/pl/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
|
|
264
261
|
"locale": "pl"
|
|
265
262
|
},
|
|
266
|
-
"lib/
|
|
263
|
+
"lib/net9.0/pt-BR/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
|
|
267
264
|
"locale": "pt-BR"
|
|
268
265
|
},
|
|
269
|
-
"lib/
|
|
266
|
+
"lib/net9.0/ru/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
|
|
270
267
|
"locale": "ru"
|
|
271
268
|
},
|
|
272
|
-
"lib/
|
|
269
|
+
"lib/net9.0/tr/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
|
|
273
270
|
"locale": "tr"
|
|
274
271
|
},
|
|
275
|
-
"lib/
|
|
272
|
+
"lib/net9.0/zh-Hans/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
|
|
276
273
|
"locale": "zh-Hans"
|
|
277
274
|
},
|
|
278
|
-
"lib/
|
|
275
|
+
"lib/net9.0/zh-Hant/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
|
|
279
276
|
"locale": "zh-Hant"
|
|
280
277
|
}
|
|
281
278
|
}
|
|
@@ -283,59 +280,59 @@
|
|
|
283
280
|
"Microsoft.Testing.Platform/1.9.0": {
|
|
284
281
|
"type": "package",
|
|
285
282
|
"compile": {
|
|
286
|
-
"lib/
|
|
283
|
+
"lib/net9.0/Microsoft.Testing.Platform.dll": {
|
|
287
284
|
"related": ".xml"
|
|
288
285
|
}
|
|
289
286
|
},
|
|
290
287
|
"runtime": {
|
|
291
|
-
"lib/
|
|
288
|
+
"lib/net9.0/Microsoft.Testing.Platform.dll": {
|
|
292
289
|
"related": ".xml"
|
|
293
290
|
}
|
|
294
291
|
},
|
|
295
292
|
"resource": {
|
|
296
|
-
"lib/
|
|
293
|
+
"lib/net9.0/cs/Microsoft.Testing.Platform.resources.dll": {
|
|
297
294
|
"locale": "cs"
|
|
298
295
|
},
|
|
299
|
-
"lib/
|
|
296
|
+
"lib/net9.0/de/Microsoft.Testing.Platform.resources.dll": {
|
|
300
297
|
"locale": "de"
|
|
301
298
|
},
|
|
302
|
-
"lib/
|
|
299
|
+
"lib/net9.0/es/Microsoft.Testing.Platform.resources.dll": {
|
|
303
300
|
"locale": "es"
|
|
304
301
|
},
|
|
305
|
-
"lib/
|
|
302
|
+
"lib/net9.0/fr/Microsoft.Testing.Platform.resources.dll": {
|
|
306
303
|
"locale": "fr"
|
|
307
304
|
},
|
|
308
|
-
"lib/
|
|
305
|
+
"lib/net9.0/it/Microsoft.Testing.Platform.resources.dll": {
|
|
309
306
|
"locale": "it"
|
|
310
307
|
},
|
|
311
|
-
"lib/
|
|
308
|
+
"lib/net9.0/ja/Microsoft.Testing.Platform.resources.dll": {
|
|
312
309
|
"locale": "ja"
|
|
313
310
|
},
|
|
314
|
-
"lib/
|
|
311
|
+
"lib/net9.0/ko/Microsoft.Testing.Platform.resources.dll": {
|
|
315
312
|
"locale": "ko"
|
|
316
313
|
},
|
|
317
|
-
"lib/
|
|
314
|
+
"lib/net9.0/pl/Microsoft.Testing.Platform.resources.dll": {
|
|
318
315
|
"locale": "pl"
|
|
319
316
|
},
|
|
320
|
-
"lib/
|
|
317
|
+
"lib/net9.0/pt-BR/Microsoft.Testing.Platform.resources.dll": {
|
|
321
318
|
"locale": "pt-BR"
|
|
322
319
|
},
|
|
323
|
-
"lib/
|
|
320
|
+
"lib/net9.0/ru/Microsoft.Testing.Platform.resources.dll": {
|
|
324
321
|
"locale": "ru"
|
|
325
322
|
},
|
|
326
|
-
"lib/
|
|
323
|
+
"lib/net9.0/tr/Microsoft.Testing.Platform.resources.dll": {
|
|
327
324
|
"locale": "tr"
|
|
328
325
|
},
|
|
329
|
-
"lib/
|
|
326
|
+
"lib/net9.0/zh-Hans/Microsoft.Testing.Platform.resources.dll": {
|
|
330
327
|
"locale": "zh-Hans"
|
|
331
328
|
},
|
|
332
|
-
"lib/
|
|
329
|
+
"lib/net9.0/zh-Hant/Microsoft.Testing.Platform.resources.dll": {
|
|
333
330
|
"locale": "zh-Hant"
|
|
334
331
|
}
|
|
335
332
|
},
|
|
336
333
|
"build": {
|
|
337
|
-
"buildTransitive/
|
|
338
|
-
"buildTransitive/
|
|
334
|
+
"buildTransitive/net9.0/Microsoft.Testing.Platform.props": {},
|
|
335
|
+
"buildTransitive/net9.0/Microsoft.Testing.Platform.targets": {}
|
|
339
336
|
},
|
|
340
337
|
"buildMultiTargeting": {
|
|
341
338
|
"buildMultiTargeting/Microsoft.Testing.Platform.props": {},
|
|
@@ -348,53 +345,53 @@
|
|
|
348
345
|
"Microsoft.Testing.Platform": "1.9.0"
|
|
349
346
|
},
|
|
350
347
|
"compile": {
|
|
351
|
-
"lib/
|
|
348
|
+
"lib/net9.0/Microsoft.Testing.Extensions.MSBuild.dll": {
|
|
352
349
|
"related": ".xml"
|
|
353
350
|
}
|
|
354
351
|
},
|
|
355
352
|
"runtime": {
|
|
356
|
-
"lib/
|
|
353
|
+
"lib/net9.0/Microsoft.Testing.Extensions.MSBuild.dll": {
|
|
357
354
|
"related": ".xml"
|
|
358
355
|
}
|
|
359
356
|
},
|
|
360
357
|
"resource": {
|
|
361
|
-
"lib/
|
|
358
|
+
"lib/net9.0/cs/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
|
|
362
359
|
"locale": "cs"
|
|
363
360
|
},
|
|
364
|
-
"lib/
|
|
361
|
+
"lib/net9.0/de/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
|
|
365
362
|
"locale": "de"
|
|
366
363
|
},
|
|
367
|
-
"lib/
|
|
364
|
+
"lib/net9.0/es/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
|
|
368
365
|
"locale": "es"
|
|
369
366
|
},
|
|
370
|
-
"lib/
|
|
367
|
+
"lib/net9.0/fr/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
|
|
371
368
|
"locale": "fr"
|
|
372
369
|
},
|
|
373
|
-
"lib/
|
|
370
|
+
"lib/net9.0/it/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
|
|
374
371
|
"locale": "it"
|
|
375
372
|
},
|
|
376
|
-
"lib/
|
|
373
|
+
"lib/net9.0/ja/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
|
|
377
374
|
"locale": "ja"
|
|
378
375
|
},
|
|
379
|
-
"lib/
|
|
376
|
+
"lib/net9.0/ko/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
|
|
380
377
|
"locale": "ko"
|
|
381
378
|
},
|
|
382
|
-
"lib/
|
|
379
|
+
"lib/net9.0/pl/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
|
|
383
380
|
"locale": "pl"
|
|
384
381
|
},
|
|
385
|
-
"lib/
|
|
382
|
+
"lib/net9.0/pt-BR/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
|
|
386
383
|
"locale": "pt-BR"
|
|
387
384
|
},
|
|
388
|
-
"lib/
|
|
385
|
+
"lib/net9.0/ru/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
|
|
389
386
|
"locale": "ru"
|
|
390
387
|
},
|
|
391
|
-
"lib/
|
|
388
|
+
"lib/net9.0/tr/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
|
|
392
389
|
"locale": "tr"
|
|
393
390
|
},
|
|
394
|
-
"lib/
|
|
391
|
+
"lib/net9.0/zh-Hans/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
|
|
395
392
|
"locale": "zh-Hans"
|
|
396
393
|
},
|
|
397
|
-
"lib/
|
|
394
|
+
"lib/net9.0/zh-Hant/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
|
|
398
395
|
"locale": "zh-Hant"
|
|
399
396
|
}
|
|
400
397
|
},
|
|
@@ -410,58 +407,55 @@
|
|
|
410
407
|
"Microsoft.TestPlatform.AdapterUtilities/17.13.0": {
|
|
411
408
|
"type": "package",
|
|
412
409
|
"compile": {
|
|
413
|
-
"lib/
|
|
410
|
+
"lib/net9.0/Microsoft.TestPlatform.AdapterUtilities.dll": {}
|
|
414
411
|
},
|
|
415
412
|
"runtime": {
|
|
416
|
-
"lib/
|
|
413
|
+
"lib/net9.0/Microsoft.TestPlatform.AdapterUtilities.dll": {}
|
|
417
414
|
},
|
|
418
415
|
"resource": {
|
|
419
|
-
"lib/
|
|
416
|
+
"lib/net9.0/cs/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
|
|
420
417
|
"locale": "cs"
|
|
421
418
|
},
|
|
422
|
-
"lib/
|
|
419
|
+
"lib/net9.0/de/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
|
|
423
420
|
"locale": "de"
|
|
424
421
|
},
|
|
425
|
-
"lib/
|
|
422
|
+
"lib/net9.0/es/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
|
|
426
423
|
"locale": "es"
|
|
427
424
|
},
|
|
428
|
-
"lib/
|
|
425
|
+
"lib/net9.0/fr/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
|
|
429
426
|
"locale": "fr"
|
|
430
427
|
},
|
|
431
|
-
"lib/
|
|
428
|
+
"lib/net9.0/it/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
|
|
432
429
|
"locale": "it"
|
|
433
430
|
},
|
|
434
|
-
"lib/
|
|
431
|
+
"lib/net9.0/ja/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
|
|
435
432
|
"locale": "ja"
|
|
436
433
|
},
|
|
437
|
-
"lib/
|
|
434
|
+
"lib/net9.0/ko/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
|
|
438
435
|
"locale": "ko"
|
|
439
436
|
},
|
|
440
|
-
"lib/
|
|
437
|
+
"lib/net9.0/pl/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
|
|
441
438
|
"locale": "pl"
|
|
442
439
|
},
|
|
443
|
-
"lib/
|
|
440
|
+
"lib/net9.0/pt-BR/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
|
|
444
441
|
"locale": "pt-BR"
|
|
445
442
|
},
|
|
446
|
-
"lib/
|
|
443
|
+
"lib/net9.0/ru/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
|
|
447
444
|
"locale": "ru"
|
|
448
445
|
},
|
|
449
|
-
"lib/
|
|
446
|
+
"lib/net9.0/tr/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
|
|
450
447
|
"locale": "tr"
|
|
451
448
|
},
|
|
452
|
-
"lib/
|
|
449
|
+
"lib/net9.0/zh-Hans/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
|
|
453
450
|
"locale": "zh-Hans"
|
|
454
451
|
},
|
|
455
|
-
"lib/
|
|
452
|
+
"lib/net9.0/zh-Hant/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
|
|
456
453
|
"locale": "zh-Hant"
|
|
457
454
|
}
|
|
458
455
|
}
|
|
459
456
|
},
|
|
460
457
|
"Microsoft.TestPlatform.ObjectModel/18.3.0": {
|
|
461
458
|
"type": "package",
|
|
462
|
-
"dependencies": {
|
|
463
|
-
"System.Reflection.Metadata": "8.0.0"
|
|
464
|
-
},
|
|
465
459
|
"compile": {
|
|
466
460
|
"lib/net8.0/Microsoft.TestPlatform.CoreUtilities.dll": {},
|
|
467
461
|
"lib/net8.0/Microsoft.TestPlatform.PlatformAbstractions.dll": {},
|
|
@@ -751,54 +745,6 @@
|
|
|
751
745
|
}
|
|
752
746
|
}
|
|
753
747
|
},
|
|
754
|
-
"System.Collections.Immutable/8.0.0": {
|
|
755
|
-
"type": "package",
|
|
756
|
-
"compile": {
|
|
757
|
-
"lib/net8.0/System.Collections.Immutable.dll": {
|
|
758
|
-
"related": ".xml"
|
|
759
|
-
}
|
|
760
|
-
},
|
|
761
|
-
"runtime": {
|
|
762
|
-
"lib/net8.0/System.Collections.Immutable.dll": {
|
|
763
|
-
"related": ".xml"
|
|
764
|
-
}
|
|
765
|
-
},
|
|
766
|
-
"build": {
|
|
767
|
-
"buildTransitive/net6.0/_._": {}
|
|
768
|
-
}
|
|
769
|
-
},
|
|
770
|
-
"System.Diagnostics.DiagnosticSource/5.0.0": {
|
|
771
|
-
"type": "package",
|
|
772
|
-
"compile": {
|
|
773
|
-
"lib/net5.0/System.Diagnostics.DiagnosticSource.dll": {
|
|
774
|
-
"related": ".xml"
|
|
775
|
-
}
|
|
776
|
-
},
|
|
777
|
-
"runtime": {
|
|
778
|
-
"lib/net5.0/System.Diagnostics.DiagnosticSource.dll": {
|
|
779
|
-
"related": ".xml"
|
|
780
|
-
}
|
|
781
|
-
}
|
|
782
|
-
},
|
|
783
|
-
"System.Reflection.Metadata/8.0.0": {
|
|
784
|
-
"type": "package",
|
|
785
|
-
"dependencies": {
|
|
786
|
-
"System.Collections.Immutable": "8.0.0"
|
|
787
|
-
},
|
|
788
|
-
"compile": {
|
|
789
|
-
"lib/net8.0/System.Reflection.Metadata.dll": {
|
|
790
|
-
"related": ".xml"
|
|
791
|
-
}
|
|
792
|
-
},
|
|
793
|
-
"runtime": {
|
|
794
|
-
"lib/net8.0/System.Reflection.Metadata.dll": {
|
|
795
|
-
"related": ".xml"
|
|
796
|
-
}
|
|
797
|
-
},
|
|
798
|
-
"build": {
|
|
799
|
-
"buildTransitive/net6.0/_._": {}
|
|
800
|
-
}
|
|
801
|
-
},
|
|
802
748
|
"YoloDev.Expecto.TestSdk/0.15.5": {
|
|
803
749
|
"type": "package",
|
|
804
750
|
"dependencies": {
|
|
@@ -820,7 +766,7 @@
|
|
|
820
766
|
},
|
|
821
767
|
"Fossa.Bridge/1.0.0": {
|
|
822
768
|
"type": "project",
|
|
823
|
-
"framework": ".NETCoreApp,Version=
|
|
769
|
+
"framework": ".NETCoreApp,Version=v10.0",
|
|
824
770
|
"dependencies": {
|
|
825
771
|
"FSharp.Core": "10.0.102",
|
|
826
772
|
"Fable.Core": "4.5.0"
|
|
@@ -1802,94 +1748,6 @@
|
|
|
1802
1748
|
"packageIcon.png"
|
|
1803
1749
|
]
|
|
1804
1750
|
},
|
|
1805
|
-
"System.Collections.Immutable/8.0.0": {
|
|
1806
|
-
"sha512": "AurL6Y5BA1WotzlEvVaIDpqzpIPvYnnldxru8oXJU2yFxFUy3+pNXjXd1ymO+RA0rq0+590Q8gaz2l3Sr7fmqg==",
|
|
1807
|
-
"type": "package",
|
|
1808
|
-
"path": "system.collections.immutable/8.0.0",
|
|
1809
|
-
"files": [
|
|
1810
|
-
".nupkg.metadata",
|
|
1811
|
-
".signature.p7s",
|
|
1812
|
-
"Icon.png",
|
|
1813
|
-
"LICENSE.TXT",
|
|
1814
|
-
"PACKAGE.md",
|
|
1815
|
-
"THIRD-PARTY-NOTICES.TXT",
|
|
1816
|
-
"buildTransitive/net461/System.Collections.Immutable.targets",
|
|
1817
|
-
"buildTransitive/net462/_._",
|
|
1818
|
-
"buildTransitive/net6.0/_._",
|
|
1819
|
-
"buildTransitive/netcoreapp2.0/System.Collections.Immutable.targets",
|
|
1820
|
-
"lib/net462/System.Collections.Immutable.dll",
|
|
1821
|
-
"lib/net462/System.Collections.Immutable.xml",
|
|
1822
|
-
"lib/net6.0/System.Collections.Immutable.dll",
|
|
1823
|
-
"lib/net6.0/System.Collections.Immutable.xml",
|
|
1824
|
-
"lib/net7.0/System.Collections.Immutable.dll",
|
|
1825
|
-
"lib/net7.0/System.Collections.Immutable.xml",
|
|
1826
|
-
"lib/net8.0/System.Collections.Immutable.dll",
|
|
1827
|
-
"lib/net8.0/System.Collections.Immutable.xml",
|
|
1828
|
-
"lib/netstandard2.0/System.Collections.Immutable.dll",
|
|
1829
|
-
"lib/netstandard2.0/System.Collections.Immutable.xml",
|
|
1830
|
-
"system.collections.immutable.8.0.0.nupkg.sha512",
|
|
1831
|
-
"system.collections.immutable.nuspec",
|
|
1832
|
-
"useSharedDesignerContext.txt"
|
|
1833
|
-
]
|
|
1834
|
-
},
|
|
1835
|
-
"System.Diagnostics.DiagnosticSource/5.0.0": {
|
|
1836
|
-
"sha512": "tCQTzPsGZh/A9LhhA6zrqCRV4hOHsK90/G7q3Khxmn6tnB1PuNU0cRaKANP2AWcF9bn0zsuOoZOSrHuJk6oNBA==",
|
|
1837
|
-
"type": "package",
|
|
1838
|
-
"path": "system.diagnostics.diagnosticsource/5.0.0",
|
|
1839
|
-
"files": [
|
|
1840
|
-
".nupkg.metadata",
|
|
1841
|
-
".signature.p7s",
|
|
1842
|
-
"Icon.png",
|
|
1843
|
-
"LICENSE.TXT",
|
|
1844
|
-
"THIRD-PARTY-NOTICES.TXT",
|
|
1845
|
-
"lib/net45/System.Diagnostics.DiagnosticSource.dll",
|
|
1846
|
-
"lib/net45/System.Diagnostics.DiagnosticSource.xml",
|
|
1847
|
-
"lib/net46/System.Diagnostics.DiagnosticSource.dll",
|
|
1848
|
-
"lib/net46/System.Diagnostics.DiagnosticSource.xml",
|
|
1849
|
-
"lib/net5.0/System.Diagnostics.DiagnosticSource.dll",
|
|
1850
|
-
"lib/net5.0/System.Diagnostics.DiagnosticSource.xml",
|
|
1851
|
-
"lib/netstandard1.1/System.Diagnostics.DiagnosticSource.dll",
|
|
1852
|
-
"lib/netstandard1.1/System.Diagnostics.DiagnosticSource.xml",
|
|
1853
|
-
"lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll",
|
|
1854
|
-
"lib/netstandard1.3/System.Diagnostics.DiagnosticSource.xml",
|
|
1855
|
-
"lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.dll",
|
|
1856
|
-
"lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.xml",
|
|
1857
|
-
"system.diagnostics.diagnosticsource.5.0.0.nupkg.sha512",
|
|
1858
|
-
"system.diagnostics.diagnosticsource.nuspec",
|
|
1859
|
-
"useSharedDesignerContext.txt",
|
|
1860
|
-
"version.txt"
|
|
1861
|
-
]
|
|
1862
|
-
},
|
|
1863
|
-
"System.Reflection.Metadata/8.0.0": {
|
|
1864
|
-
"sha512": "ptvgrFh7PvWI8bcVqG5rsA/weWM09EnthFHR5SCnS6IN+P4mj6rE1lBDC4U8HL9/57htKAqy4KQ3bBj84cfYyQ==",
|
|
1865
|
-
"type": "package",
|
|
1866
|
-
"path": "system.reflection.metadata/8.0.0",
|
|
1867
|
-
"files": [
|
|
1868
|
-
".nupkg.metadata",
|
|
1869
|
-
".signature.p7s",
|
|
1870
|
-
"Icon.png",
|
|
1871
|
-
"LICENSE.TXT",
|
|
1872
|
-
"PACKAGE.md",
|
|
1873
|
-
"THIRD-PARTY-NOTICES.TXT",
|
|
1874
|
-
"buildTransitive/net461/System.Reflection.Metadata.targets",
|
|
1875
|
-
"buildTransitive/net462/_._",
|
|
1876
|
-
"buildTransitive/net6.0/_._",
|
|
1877
|
-
"buildTransitive/netcoreapp2.0/System.Reflection.Metadata.targets",
|
|
1878
|
-
"lib/net462/System.Reflection.Metadata.dll",
|
|
1879
|
-
"lib/net462/System.Reflection.Metadata.xml",
|
|
1880
|
-
"lib/net6.0/System.Reflection.Metadata.dll",
|
|
1881
|
-
"lib/net6.0/System.Reflection.Metadata.xml",
|
|
1882
|
-
"lib/net7.0/System.Reflection.Metadata.dll",
|
|
1883
|
-
"lib/net7.0/System.Reflection.Metadata.xml",
|
|
1884
|
-
"lib/net8.0/System.Reflection.Metadata.dll",
|
|
1885
|
-
"lib/net8.0/System.Reflection.Metadata.xml",
|
|
1886
|
-
"lib/netstandard2.0/System.Reflection.Metadata.dll",
|
|
1887
|
-
"lib/netstandard2.0/System.Reflection.Metadata.xml",
|
|
1888
|
-
"system.reflection.metadata.8.0.0.nupkg.sha512",
|
|
1889
|
-
"system.reflection.metadata.nuspec",
|
|
1890
|
-
"useSharedDesignerContext.txt"
|
|
1891
|
-
]
|
|
1892
|
-
},
|
|
1893
1751
|
"YoloDev.Expecto.TestSdk/0.15.5": {
|
|
1894
1752
|
"sha512": "6aPtXtn+DXPLEhY8B/fRRvaArRKiXl02F25SQaplcZtb2DlCvI5tSz+2yXgeYE8qVMTQtbmihE3WubktjbogmQ==",
|
|
1895
1753
|
"type": "package",
|
|
@@ -1908,12 +1766,12 @@
|
|
|
1908
1766
|
},
|
|
1909
1767
|
"Fossa.Bridge/1.0.0": {
|
|
1910
1768
|
"type": "project",
|
|
1911
|
-
"path": "../../src/
|
|
1912
|
-
"msbuildProject": "../../src/
|
|
1769
|
+
"path": "../../src/Bridge/Bridge.fsproj",
|
|
1770
|
+
"msbuildProject": "../../src/Bridge/Bridge.fsproj"
|
|
1913
1771
|
}
|
|
1914
1772
|
},
|
|
1915
1773
|
"projectFileDependencyGroups": {
|
|
1916
|
-
"
|
|
1774
|
+
"net10.0": [
|
|
1917
1775
|
"Expecto >= 10.2.3",
|
|
1918
1776
|
"FSharp.Core >= 10.0.102",
|
|
1919
1777
|
"Fossa.Bridge >= 1.0.0",
|
|
@@ -1927,42 +1785,45 @@
|
|
|
1927
1785
|
"project": {
|
|
1928
1786
|
"version": "1.0.0",
|
|
1929
1787
|
"restore": {
|
|
1930
|
-
"projectUniqueName": "/home/runner/work/Bridge/Bridge/tests/
|
|
1788
|
+
"projectUniqueName": "/home/runner/work/Bridge/Bridge/tests/Bridge.Tests/Bridge.Tests.fsproj",
|
|
1931
1789
|
"projectName": "Fossa.Bridge.Tests",
|
|
1932
|
-
"projectPath": "/home/runner/work/Bridge/Bridge/tests/
|
|
1790
|
+
"projectPath": "/home/runner/work/Bridge/Bridge/tests/Bridge.Tests/Bridge.Tests.fsproj",
|
|
1933
1791
|
"packagesPath": "/home/runner/.nuget/packages/",
|
|
1934
|
-
"outputPath": "/home/runner/work/Bridge/Bridge/tests/
|
|
1792
|
+
"outputPath": "/home/runner/work/Bridge/Bridge/tests/Bridge.Tests/obj/",
|
|
1935
1793
|
"projectStyle": "PackageReference",
|
|
1936
1794
|
"configFilePaths": [
|
|
1937
1795
|
"/home/runner/.nuget/NuGet/NuGet.Config"
|
|
1938
1796
|
],
|
|
1939
1797
|
"originalTargetFrameworks": [
|
|
1940
|
-
"
|
|
1798
|
+
"net10.0"
|
|
1941
1799
|
],
|
|
1942
1800
|
"sources": {
|
|
1943
1801
|
"/usr/share/dotnet/sdk/10.0.102/FSharp/library-packs": {},
|
|
1944
1802
|
"https://api.nuget.org/v3/index.json": {}
|
|
1945
1803
|
},
|
|
1946
1804
|
"frameworks": {
|
|
1947
|
-
"
|
|
1948
|
-
"targetAlias": "
|
|
1805
|
+
"net10.0": {
|
|
1806
|
+
"targetAlias": "net10.0",
|
|
1949
1807
|
"projectReferences": {
|
|
1950
|
-
"/home/runner/work/Bridge/Bridge/src/
|
|
1951
|
-
"projectPath": "/home/runner/work/Bridge/Bridge/src/
|
|
1808
|
+
"/home/runner/work/Bridge/Bridge/src/Bridge/Bridge.fsproj": {
|
|
1809
|
+
"projectPath": "/home/runner/work/Bridge/Bridge/src/Bridge/Bridge.fsproj"
|
|
1952
1810
|
}
|
|
1953
1811
|
}
|
|
1954
1812
|
}
|
|
1955
1813
|
},
|
|
1814
|
+
"warningProperties": {
|
|
1815
|
+
"allWarningsAsErrors": true
|
|
1816
|
+
},
|
|
1956
1817
|
"restoreAuditProperties": {
|
|
1957
1818
|
"enableAudit": "true",
|
|
1958
1819
|
"auditLevel": "low",
|
|
1959
|
-
"auditMode": "
|
|
1820
|
+
"auditMode": "all"
|
|
1960
1821
|
},
|
|
1961
1822
|
"SdkAnalysisLevel": "10.0.100"
|
|
1962
1823
|
},
|
|
1963
1824
|
"frameworks": {
|
|
1964
|
-
"
|
|
1965
|
-
"targetAlias": "
|
|
1825
|
+
"net10.0": {
|
|
1826
|
+
"targetAlias": "net10.0",
|
|
1966
1827
|
"dependencies": {
|
|
1967
1828
|
"Expecto": {
|
|
1968
1829
|
"target": "Package",
|
|
@@ -1997,26 +1858,286 @@
|
|
|
1997
1858
|
],
|
|
1998
1859
|
"assetTargetFallback": true,
|
|
1999
1860
|
"warn": true,
|
|
2000
|
-
"downloadDependencies": [
|
|
2001
|
-
{
|
|
2002
|
-
"name": "Microsoft.AspNetCore.App.Ref",
|
|
2003
|
-
"version": "[8.0.23, 8.0.23]"
|
|
2004
|
-
},
|
|
2005
|
-
{
|
|
2006
|
-
"name": "Microsoft.NETCore.App.Host.linux-x64",
|
|
2007
|
-
"version": "[8.0.23, 8.0.23]"
|
|
2008
|
-
},
|
|
2009
|
-
{
|
|
2010
|
-
"name": "Microsoft.NETCore.App.Ref",
|
|
2011
|
-
"version": "[8.0.23, 8.0.23]"
|
|
2012
|
-
}
|
|
2013
|
-
],
|
|
2014
1861
|
"frameworkReferences": {
|
|
2015
1862
|
"Microsoft.NETCore.App": {
|
|
2016
1863
|
"privateAssets": "all"
|
|
2017
1864
|
}
|
|
2018
1865
|
},
|
|
2019
|
-
"runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/10.0.102/PortableRuntimeIdentifierGraph.json"
|
|
1866
|
+
"runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/10.0.102/PortableRuntimeIdentifierGraph.json",
|
|
1867
|
+
"packagesToPrune": {
|
|
1868
|
+
"Microsoft.CSharp": "(,4.7.32767]",
|
|
1869
|
+
"Microsoft.VisualBasic": "(,10.4.32767]",
|
|
1870
|
+
"Microsoft.Win32.Primitives": "(,4.3.32767]",
|
|
1871
|
+
"Microsoft.Win32.Registry": "(,5.0.32767]",
|
|
1872
|
+
"runtime.any.System.Collections": "(,4.3.32767]",
|
|
1873
|
+
"runtime.any.System.Diagnostics.Tools": "(,4.3.32767]",
|
|
1874
|
+
"runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]",
|
|
1875
|
+
"runtime.any.System.Globalization": "(,4.3.32767]",
|
|
1876
|
+
"runtime.any.System.Globalization.Calendars": "(,4.3.32767]",
|
|
1877
|
+
"runtime.any.System.IO": "(,4.3.32767]",
|
|
1878
|
+
"runtime.any.System.Reflection": "(,4.3.32767]",
|
|
1879
|
+
"runtime.any.System.Reflection.Extensions": "(,4.3.32767]",
|
|
1880
|
+
"runtime.any.System.Reflection.Primitives": "(,4.3.32767]",
|
|
1881
|
+
"runtime.any.System.Resources.ResourceManager": "(,4.3.32767]",
|
|
1882
|
+
"runtime.any.System.Runtime": "(,4.3.32767]",
|
|
1883
|
+
"runtime.any.System.Runtime.Handles": "(,4.3.32767]",
|
|
1884
|
+
"runtime.any.System.Runtime.InteropServices": "(,4.3.32767]",
|
|
1885
|
+
"runtime.any.System.Text.Encoding": "(,4.3.32767]",
|
|
1886
|
+
"runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]",
|
|
1887
|
+
"runtime.any.System.Threading.Tasks": "(,4.3.32767]",
|
|
1888
|
+
"runtime.any.System.Threading.Timer": "(,4.3.32767]",
|
|
1889
|
+
"runtime.aot.System.Collections": "(,4.3.32767]",
|
|
1890
|
+
"runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]",
|
|
1891
|
+
"runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]",
|
|
1892
|
+
"runtime.aot.System.Globalization": "(,4.3.32767]",
|
|
1893
|
+
"runtime.aot.System.Globalization.Calendars": "(,4.3.32767]",
|
|
1894
|
+
"runtime.aot.System.IO": "(,4.3.32767]",
|
|
1895
|
+
"runtime.aot.System.Reflection": "(,4.3.32767]",
|
|
1896
|
+
"runtime.aot.System.Reflection.Extensions": "(,4.3.32767]",
|
|
1897
|
+
"runtime.aot.System.Reflection.Primitives": "(,4.3.32767]",
|
|
1898
|
+
"runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]",
|
|
1899
|
+
"runtime.aot.System.Runtime": "(,4.3.32767]",
|
|
1900
|
+
"runtime.aot.System.Runtime.Handles": "(,4.3.32767]",
|
|
1901
|
+
"runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]",
|
|
1902
|
+
"runtime.aot.System.Text.Encoding": "(,4.3.32767]",
|
|
1903
|
+
"runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]",
|
|
1904
|
+
"runtime.aot.System.Threading.Tasks": "(,4.3.32767]",
|
|
1905
|
+
"runtime.aot.System.Threading.Timer": "(,4.3.32767]",
|
|
1906
|
+
"runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]",
|
|
1907
|
+
"runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
1908
|
+
"runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
1909
|
+
"runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
1910
|
+
"runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
|
|
1911
|
+
"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
|
|
1912
|
+
"runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]",
|
|
1913
|
+
"runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
1914
|
+
"runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
1915
|
+
"runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
1916
|
+
"runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]",
|
|
1917
|
+
"runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
1918
|
+
"runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
1919
|
+
"runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
1920
|
+
"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
|
|
1921
|
+
"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
|
|
1922
|
+
"runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]",
|
|
1923
|
+
"runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
1924
|
+
"runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
1925
|
+
"runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
1926
|
+
"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
|
|
1927
|
+
"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
|
|
1928
|
+
"runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]",
|
|
1929
|
+
"runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
1930
|
+
"runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
1931
|
+
"runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
1932
|
+
"runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]",
|
|
1933
|
+
"runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
1934
|
+
"runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
1935
|
+
"runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
1936
|
+
"runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]",
|
|
1937
|
+
"runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
1938
|
+
"runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
1939
|
+
"runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
1940
|
+
"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
|
|
1941
|
+
"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
|
|
1942
|
+
"runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]",
|
|
1943
|
+
"runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
1944
|
+
"runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
1945
|
+
"runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
1946
|
+
"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
|
|
1947
|
+
"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
|
|
1948
|
+
"runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]",
|
|
1949
|
+
"runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
1950
|
+
"runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
1951
|
+
"runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
1952
|
+
"runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]",
|
|
1953
|
+
"runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
1954
|
+
"runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
1955
|
+
"runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
1956
|
+
"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
|
|
1957
|
+
"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]",
|
|
1958
|
+
"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
|
|
1959
|
+
"runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]",
|
|
1960
|
+
"runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
1961
|
+
"runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
1962
|
+
"runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
1963
|
+
"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
|
|
1964
|
+
"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
|
|
1965
|
+
"runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]",
|
|
1966
|
+
"runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
1967
|
+
"runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
1968
|
+
"runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
1969
|
+
"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
|
|
1970
|
+
"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
|
|
1971
|
+
"runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]",
|
|
1972
|
+
"runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
1973
|
+
"runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
1974
|
+
"runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
1975
|
+
"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
|
|
1976
|
+
"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
|
|
1977
|
+
"runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]",
|
|
1978
|
+
"runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
1979
|
+
"runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
1980
|
+
"runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
1981
|
+
"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
|
|
1982
|
+
"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
|
|
1983
|
+
"runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]",
|
|
1984
|
+
"runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
1985
|
+
"runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
1986
|
+
"runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
1987
|
+
"runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]",
|
|
1988
|
+
"runtime.unix.System.Console": "(,4.3.32767]",
|
|
1989
|
+
"runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]",
|
|
1990
|
+
"runtime.unix.System.IO.FileSystem": "(,4.3.32767]",
|
|
1991
|
+
"runtime.unix.System.Net.Primitives": "(,4.3.32767]",
|
|
1992
|
+
"runtime.unix.System.Net.Sockets": "(,4.3.32767]",
|
|
1993
|
+
"runtime.unix.System.Private.Uri": "(,4.3.32767]",
|
|
1994
|
+
"runtime.unix.System.Runtime.Extensions": "(,4.3.32767]",
|
|
1995
|
+
"runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]",
|
|
1996
|
+
"runtime.win.System.Console": "(,4.3.32767]",
|
|
1997
|
+
"runtime.win.System.Diagnostics.Debug": "(,4.3.32767]",
|
|
1998
|
+
"runtime.win.System.IO.FileSystem": "(,4.3.32767]",
|
|
1999
|
+
"runtime.win.System.Net.Primitives": "(,4.3.32767]",
|
|
2000
|
+
"runtime.win.System.Net.Sockets": "(,4.3.32767]",
|
|
2001
|
+
"runtime.win.System.Runtime.Extensions": "(,4.3.32767]",
|
|
2002
|
+
"runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]",
|
|
2003
|
+
"runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
2004
|
+
"runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]",
|
|
2005
|
+
"runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]",
|
|
2006
|
+
"runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
2007
|
+
"runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
2008
|
+
"runtime.win7.System.Private.Uri": "(,4.3.32767]",
|
|
2009
|
+
"runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
2010
|
+
"System.AppContext": "(,4.3.32767]",
|
|
2011
|
+
"System.Buffers": "(,5.0.32767]",
|
|
2012
|
+
"System.Collections": "(,4.3.32767]",
|
|
2013
|
+
"System.Collections.Concurrent": "(,4.3.32767]",
|
|
2014
|
+
"System.Collections.Immutable": "(,10.0.32767]",
|
|
2015
|
+
"System.Collections.NonGeneric": "(,4.3.32767]",
|
|
2016
|
+
"System.Collections.Specialized": "(,4.3.32767]",
|
|
2017
|
+
"System.ComponentModel": "(,4.3.32767]",
|
|
2018
|
+
"System.ComponentModel.Annotations": "(,4.3.32767]",
|
|
2019
|
+
"System.ComponentModel.EventBasedAsync": "(,4.3.32767]",
|
|
2020
|
+
"System.ComponentModel.Primitives": "(,4.3.32767]",
|
|
2021
|
+
"System.ComponentModel.TypeConverter": "(,4.3.32767]",
|
|
2022
|
+
"System.Console": "(,4.3.32767]",
|
|
2023
|
+
"System.Data.Common": "(,4.3.32767]",
|
|
2024
|
+
"System.Data.DataSetExtensions": "(,4.4.32767]",
|
|
2025
|
+
"System.Diagnostics.Contracts": "(,4.3.32767]",
|
|
2026
|
+
"System.Diagnostics.Debug": "(,4.3.32767]",
|
|
2027
|
+
"System.Diagnostics.DiagnosticSource": "(,10.0.32767]",
|
|
2028
|
+
"System.Diagnostics.FileVersionInfo": "(,4.3.32767]",
|
|
2029
|
+
"System.Diagnostics.Process": "(,4.3.32767]",
|
|
2030
|
+
"System.Diagnostics.StackTrace": "(,4.3.32767]",
|
|
2031
|
+
"System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]",
|
|
2032
|
+
"System.Diagnostics.Tools": "(,4.3.32767]",
|
|
2033
|
+
"System.Diagnostics.TraceSource": "(,4.3.32767]",
|
|
2034
|
+
"System.Diagnostics.Tracing": "(,4.3.32767]",
|
|
2035
|
+
"System.Drawing.Primitives": "(,4.3.32767]",
|
|
2036
|
+
"System.Dynamic.Runtime": "(,4.3.32767]",
|
|
2037
|
+
"System.Formats.Asn1": "(,10.0.32767]",
|
|
2038
|
+
"System.Formats.Tar": "(,10.0.32767]",
|
|
2039
|
+
"System.Globalization": "(,4.3.32767]",
|
|
2040
|
+
"System.Globalization.Calendars": "(,4.3.32767]",
|
|
2041
|
+
"System.Globalization.Extensions": "(,4.3.32767]",
|
|
2042
|
+
"System.IO": "(,4.3.32767]",
|
|
2043
|
+
"System.IO.Compression": "(,4.3.32767]",
|
|
2044
|
+
"System.IO.Compression.ZipFile": "(,4.3.32767]",
|
|
2045
|
+
"System.IO.FileSystem": "(,4.3.32767]",
|
|
2046
|
+
"System.IO.FileSystem.AccessControl": "(,4.4.32767]",
|
|
2047
|
+
"System.IO.FileSystem.DriveInfo": "(,4.3.32767]",
|
|
2048
|
+
"System.IO.FileSystem.Primitives": "(,4.3.32767]",
|
|
2049
|
+
"System.IO.FileSystem.Watcher": "(,4.3.32767]",
|
|
2050
|
+
"System.IO.IsolatedStorage": "(,4.3.32767]",
|
|
2051
|
+
"System.IO.MemoryMappedFiles": "(,4.3.32767]",
|
|
2052
|
+
"System.IO.Pipelines": "(,10.0.32767]",
|
|
2053
|
+
"System.IO.Pipes": "(,4.3.32767]",
|
|
2054
|
+
"System.IO.Pipes.AccessControl": "(,5.0.32767]",
|
|
2055
|
+
"System.IO.UnmanagedMemoryStream": "(,4.3.32767]",
|
|
2056
|
+
"System.Linq": "(,4.3.32767]",
|
|
2057
|
+
"System.Linq.AsyncEnumerable": "(,10.0.32767]",
|
|
2058
|
+
"System.Linq.Expressions": "(,4.3.32767]",
|
|
2059
|
+
"System.Linq.Parallel": "(,4.3.32767]",
|
|
2060
|
+
"System.Linq.Queryable": "(,4.3.32767]",
|
|
2061
|
+
"System.Memory": "(,5.0.32767]",
|
|
2062
|
+
"System.Net.Http": "(,4.3.32767]",
|
|
2063
|
+
"System.Net.Http.Json": "(,10.0.32767]",
|
|
2064
|
+
"System.Net.NameResolution": "(,4.3.32767]",
|
|
2065
|
+
"System.Net.NetworkInformation": "(,4.3.32767]",
|
|
2066
|
+
"System.Net.Ping": "(,4.3.32767]",
|
|
2067
|
+
"System.Net.Primitives": "(,4.3.32767]",
|
|
2068
|
+
"System.Net.Requests": "(,4.3.32767]",
|
|
2069
|
+
"System.Net.Security": "(,4.3.32767]",
|
|
2070
|
+
"System.Net.ServerSentEvents": "(,10.0.32767]",
|
|
2071
|
+
"System.Net.Sockets": "(,4.3.32767]",
|
|
2072
|
+
"System.Net.WebHeaderCollection": "(,4.3.32767]",
|
|
2073
|
+
"System.Net.WebSockets": "(,4.3.32767]",
|
|
2074
|
+
"System.Net.WebSockets.Client": "(,4.3.32767]",
|
|
2075
|
+
"System.Numerics.Vectors": "(,5.0.32767]",
|
|
2076
|
+
"System.ObjectModel": "(,4.3.32767]",
|
|
2077
|
+
"System.Private.DataContractSerialization": "(,4.3.32767]",
|
|
2078
|
+
"System.Private.Uri": "(,4.3.32767]",
|
|
2079
|
+
"System.Reflection": "(,4.3.32767]",
|
|
2080
|
+
"System.Reflection.DispatchProxy": "(,6.0.32767]",
|
|
2081
|
+
"System.Reflection.Emit": "(,4.7.32767]",
|
|
2082
|
+
"System.Reflection.Emit.ILGeneration": "(,4.7.32767]",
|
|
2083
|
+
"System.Reflection.Emit.Lightweight": "(,4.7.32767]",
|
|
2084
|
+
"System.Reflection.Extensions": "(,4.3.32767]",
|
|
2085
|
+
"System.Reflection.Metadata": "(,10.0.32767]",
|
|
2086
|
+
"System.Reflection.Primitives": "(,4.3.32767]",
|
|
2087
|
+
"System.Reflection.TypeExtensions": "(,4.3.32767]",
|
|
2088
|
+
"System.Resources.Reader": "(,4.3.32767]",
|
|
2089
|
+
"System.Resources.ResourceManager": "(,4.3.32767]",
|
|
2090
|
+
"System.Resources.Writer": "(,4.3.32767]",
|
|
2091
|
+
"System.Runtime": "(,4.3.32767]",
|
|
2092
|
+
"System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]",
|
|
2093
|
+
"System.Runtime.CompilerServices.VisualC": "(,4.3.32767]",
|
|
2094
|
+
"System.Runtime.Extensions": "(,4.3.32767]",
|
|
2095
|
+
"System.Runtime.Handles": "(,4.3.32767]",
|
|
2096
|
+
"System.Runtime.InteropServices": "(,4.3.32767]",
|
|
2097
|
+
"System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]",
|
|
2098
|
+
"System.Runtime.Loader": "(,4.3.32767]",
|
|
2099
|
+
"System.Runtime.Numerics": "(,4.3.32767]",
|
|
2100
|
+
"System.Runtime.Serialization.Formatters": "(,4.3.32767]",
|
|
2101
|
+
"System.Runtime.Serialization.Json": "(,4.3.32767]",
|
|
2102
|
+
"System.Runtime.Serialization.Primitives": "(,4.3.32767]",
|
|
2103
|
+
"System.Runtime.Serialization.Xml": "(,4.3.32767]",
|
|
2104
|
+
"System.Security.AccessControl": "(,6.0.32767]",
|
|
2105
|
+
"System.Security.Claims": "(,4.3.32767]",
|
|
2106
|
+
"System.Security.Cryptography.Algorithms": "(,4.3.32767]",
|
|
2107
|
+
"System.Security.Cryptography.Cng": "(,5.0.32767]",
|
|
2108
|
+
"System.Security.Cryptography.Csp": "(,4.3.32767]",
|
|
2109
|
+
"System.Security.Cryptography.Encoding": "(,4.3.32767]",
|
|
2110
|
+
"System.Security.Cryptography.OpenSsl": "(,5.0.32767]",
|
|
2111
|
+
"System.Security.Cryptography.Primitives": "(,4.3.32767]",
|
|
2112
|
+
"System.Security.Cryptography.X509Certificates": "(,4.3.32767]",
|
|
2113
|
+
"System.Security.Principal": "(,4.3.32767]",
|
|
2114
|
+
"System.Security.Principal.Windows": "(,5.0.32767]",
|
|
2115
|
+
"System.Security.SecureString": "(,4.3.32767]",
|
|
2116
|
+
"System.Text.Encoding": "(,4.3.32767]",
|
|
2117
|
+
"System.Text.Encoding.CodePages": "(,10.0.32767]",
|
|
2118
|
+
"System.Text.Encoding.Extensions": "(,4.3.32767]",
|
|
2119
|
+
"System.Text.Encodings.Web": "(,10.0.32767]",
|
|
2120
|
+
"System.Text.Json": "(,10.0.32767]",
|
|
2121
|
+
"System.Text.RegularExpressions": "(,4.3.32767]",
|
|
2122
|
+
"System.Threading": "(,4.3.32767]",
|
|
2123
|
+
"System.Threading.AccessControl": "(,10.0.32767]",
|
|
2124
|
+
"System.Threading.Channels": "(,10.0.32767]",
|
|
2125
|
+
"System.Threading.Overlapped": "(,4.3.32767]",
|
|
2126
|
+
"System.Threading.Tasks": "(,4.3.32767]",
|
|
2127
|
+
"System.Threading.Tasks.Dataflow": "(,10.0.32767]",
|
|
2128
|
+
"System.Threading.Tasks.Extensions": "(,5.0.32767]",
|
|
2129
|
+
"System.Threading.Tasks.Parallel": "(,4.3.32767]",
|
|
2130
|
+
"System.Threading.Thread": "(,4.3.32767]",
|
|
2131
|
+
"System.Threading.ThreadPool": "(,4.3.32767]",
|
|
2132
|
+
"System.Threading.Timer": "(,4.3.32767]",
|
|
2133
|
+
"System.ValueTuple": "(,4.5.32767]",
|
|
2134
|
+
"System.Xml.ReaderWriter": "(,4.3.32767]",
|
|
2135
|
+
"System.Xml.XDocument": "(,4.3.32767]",
|
|
2136
|
+
"System.Xml.XmlDocument": "(,4.3.32767]",
|
|
2137
|
+
"System.Xml.XmlSerializer": "(,4.3.32767]",
|
|
2138
|
+
"System.Xml.XPath": "(,4.3.32767]",
|
|
2139
|
+
"System.Xml.XPath.XDocument": "(,5.0.32767]"
|
|
2140
|
+
}
|
|
2020
2141
|
}
|
|
2021
2142
|
}
|
|
2022
2143
|
}
|