@fossa-app/bridge 0.1.4 → 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.
Files changed (76) hide show
  1. package/.build.ps1 +8 -7
  2. package/.gitattributes +43 -0
  3. package/Bridge.slnx +8 -0
  4. package/Directory.Build.props +25 -0
  5. package/Images/Icon.png +0 -0
  6. package/dotnet-tools.json +1 -1
  7. package/gig.ps1 +2 -1
  8. package/package.json +1 -1
  9. package/src/Bridge/Bridge.fsproj +26 -0
  10. package/src/{Fossa.Bridge → Bridge}/Models/ApiModels.fs +6 -0
  11. package/src/Bridge/Services/Clients/BranchClient.fs +46 -0
  12. package/src/Bridge/Services/Clients/CompanyClient.fs +24 -0
  13. package/src/Bridge/Services/Clients/CompanyLicenseClient.fs +17 -0
  14. package/src/Bridge/Services/Clients/CompanySettingsClient.fs +24 -0
  15. package/src/Bridge/Services/Clients/DepartmentClient.fs +48 -0
  16. package/src/Bridge/Services/Clients/EmployeeClient.fs +71 -0
  17. package/src/Bridge/Services/Clients/IdentityClient.fs +11 -0
  18. package/src/Bridge/Services/Clients/SystemLicenseClient.fs +11 -0
  19. package/src/Bridge/Services/Endpoints.fs +13 -0
  20. package/src/Bridge/Services/IHttpTransport.fs +10 -0
  21. package/src/{Fossa.Bridge/bin/Release/net8.0 → Bridge/bin/Release/net10.0}/Fossa.Bridge.deps.json +4 -4
  22. package/src/Bridge/obj/Bridge.fsproj.nuget.dgspec.json +357 -0
  23. package/src/Bridge/obj/Release/Fossa.Bridge.0.1.6.nuspec +31 -0
  24. 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
  25. package/src/{Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.AssemblyInfo.fs → Bridge/obj/Release/net10.0/Bridge.AssemblyInfo.fs} +6 -4
  26. package/src/Bridge/obj/Release/net10.0/Bridge.fsproj.FileListAbsolute.txt +14 -0
  27. package/src/Bridge/obj/Release/net10.0/Bridge.sourcelink.json +1 -0
  28. package/src/Bridge/obj/project.assets.json +501 -0
  29. package/src/Directory.Build.props +23 -0
  30. package/tests/{Fossa.Bridge.Tests/Fossa.Bridge.Tests.fsproj → Bridge.Tests/Bridge.Tests.fsproj} +2 -2
  31. package/tests/Bridge.Tests/bin/Release/net10.0/.msCoverageSourceRootsMapping_Fossa.Bridge.Tests +0 -0
  32. package/tests/Bridge.Tests/bin/Release/net10.0/Fossa.Bridge.Tests +0 -0
  33. package/tests/{Fossa.Bridge.Tests/bin/Release/net8.0 → Bridge.Tests/bin/Release/net10.0}/Fossa.Bridge.Tests.deps.json +87 -74
  34. package/tests/{Fossa.Bridge.Tests/bin/Release/net8.0 → Bridge.Tests/bin/Release/net10.0}/Fossa.Bridge.Tests.runtimeconfig.json +2 -2
  35. package/tests/Bridge.Tests/obj/Bridge.Tests.fsproj.nuget.dgspec.json +712 -0
  36. package/tests/{Fossa.Bridge.Tests/obj/Fossa.Bridge.Tests.fsproj.nuget.g.props → Bridge.Tests/obj/Bridge.Tests.fsproj.nuget.g.props} +2 -2
  37. package/tests/{Fossa.Bridge.Tests/obj/Fossa.Bridge.Tests.fsproj.nuget.g.targets → Bridge.Tests/obj/Bridge.Tests.fsproj.nuget.g.targets} +1 -1
  38. 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
  39. 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
  40. package/tests/Bridge.Tests/obj/Release/net10.0/Bridge.Tests.fsproj.FileListAbsolute.txt +190 -0
  41. package/tests/Bridge.Tests/obj/Release/net10.0/Bridge.Tests.sourcelink.json +1 -0
  42. package/tests/Bridge.Tests/obj/Release/net10.0/apphost +0 -0
  43. package/tests/{Fossa.Bridge.Tests → Bridge.Tests}/obj/project.assets.json +374 -253
  44. package/tsconfig.json +3 -1
  45. package/Fossa.Bridge.slnx +0 -8
  46. package/src/Fossa.Bridge/Fossa.Bridge.fsproj +0 -17
  47. package/src/Fossa.Bridge/bin/Release/net8.0/Fossa.Bridge.fable-temp.deps.json +0 -41
  48. package/src/Fossa.Bridge/obj/Fossa.Bridge.fable-temp.csproj.nuget.dgspec.json +0 -83
  49. package/src/Fossa.Bridge/obj/Fossa.Bridge.fable-temp.csproj.nuget.g.props +0 -25
  50. package/src/Fossa.Bridge/obj/Fossa.Bridge.fsproj.nuget.dgspec.json +0 -86
  51. package/src/Fossa.Bridge/obj/Fossa.Bridge.fsproj.nuget.g.targets +0 -2
  52. package/src/Fossa.Bridge/obj/Release/Fossa.Bridge.0.1.4.nuspec +0 -20
  53. package/src/Fossa.Bridge/obj/Release/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs +0 -4
  54. package/src/Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.fable-temp.AssemblyInfo.cs +0 -23
  55. package/src/Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.fable-temp.GeneratedMSBuildEditorConfig.editorconfig +0 -17
  56. package/src/Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.fable-temp.csproj.FileListAbsolute.txt +0 -4
  57. package/src/Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.fsproj.FileListAbsolute.txt +0 -14
  58. package/src/Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.sourcelink.json +0 -1
  59. package/src/Fossa.Bridge/obj/project.assets.json +0 -230
  60. package/tests/Fossa.Bridge.Tests/bin/Release/net8.0/.msCoverageSourceRootsMapping_Fossa.Bridge.Tests +0 -0
  61. package/tests/Fossa.Bridge.Tests/bin/Release/net8.0/Fossa.Bridge.Tests +0 -0
  62. package/tests/Fossa.Bridge.Tests/obj/Fossa.Bridge.Tests.fsproj.nuget.dgspec.json +0 -182
  63. package/tests/Fossa.Bridge.Tests/obj/Release/net8.0/Fossa.Bridge.Tests.fsproj.FileListAbsolute.txt +0 -190
  64. package/tests/Fossa.Bridge.Tests/obj/Release/net8.0/Fossa.Bridge.Tests.sourcelink.json +0 -1
  65. package/tests/Fossa.Bridge.Tests/obj/Release/net8.0/apphost +0 -0
  66. /package/src/{Fossa.Bridge → Bridge}/Services/UrlHelpers.fs +0 -0
  67. /package/src/{Fossa.Bridge/bin/Release/net8.0 → Bridge/bin/Release/net10.0}/Fossa.Bridge.xml +0 -0
  68. /package/src/{Fossa.Bridge/obj/Fossa.Bridge.fsproj.nuget.g.props → Bridge/obj/Bridge.fsproj.nuget.g.props} +0 -0
  69. /package/src/{Fossa.Bridge/obj/Fossa.Bridge.fable-temp.csproj.nuget.g.targets → Bridge/obj/Bridge.fsproj.nuget.g.targets} +0 -0
  70. /package/src/{Fossa.Bridge/obj/Release/net8.0 → Bridge/obj/Release/net10.0}/Fossa.Bridge.xml +0 -0
  71. /package/src/{Fossa.Bridge/obj/Release/net8.0 → Bridge/obj/Release/net10.0}/ILLink.Substitutions.xml +0 -0
  72. /package/tests/{Fossa.Bridge.Tests → Bridge.Tests}/Main.fs +0 -0
  73. /package/tests/{Fossa.Bridge.Tests → Bridge.Tests}/UrlHelpersTests.fs +0 -0
  74. /package/tests/{Fossa.Bridge.Tests/bin/Release/net8.0 → Bridge.Tests/bin/Release/net10.0}/Fossa.Bridge.xml +0 -0
  75. /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
  76. /package/tests/{Fossa.Bridge.Tests/obj/Release/net8.0 → Bridge.Tests/obj/Release/net10.0}/ILLink.Substitutions.xml +0 -0
@@ -1,18 +1,19 @@
1
1
  {
2
2
  "runtimeTarget": {
3
- "name": ".NETCoreApp,Version=v8.0",
3
+ "name": ".NETCoreApp,Version=v10.0",
4
4
  "signature": ""
5
5
  },
6
6
  "compilationOptions": {},
7
7
  "targets": {
8
- ".NETCoreApp,Version=v8.0": {
8
+ ".NETCoreApp,Version=v10.0": {
9
9
  "Fossa.Bridge.Tests/1.0.0": {
10
10
  "dependencies": {
11
11
  "Expecto": "10.2.3",
12
12
  "FSharp.Core": "10.0.102",
13
13
  "Fossa.Bridge": "1.0.0",
14
14
  "Microsoft.NET.Test.Sdk": "18.3.0",
15
- "YoloDev.Expecto.TestSdk": "0.15.5"
15
+ "YoloDev.Expecto.TestSdk": "0.15.5",
16
+ "Fossa.Bridge.Reference": "1.0.0.0"
16
17
  },
17
18
  "runtime": {
18
19
  "Fossa.Bridge.Tests.dll": {}
@@ -115,49 +116,49 @@
115
116
  "Microsoft.Testing.Platform": "1.9.0"
116
117
  },
117
118
  "runtime": {
118
- "lib/net8.0/Microsoft.Testing.Extensions.Telemetry.dll": {
119
+ "lib/net9.0/Microsoft.Testing.Extensions.Telemetry.dll": {
119
120
  "assemblyVersion": "1.9.0.0",
120
121
  "fileVersion": "1.900.25.50105"
121
122
  }
122
123
  },
123
124
  "resources": {
124
- "lib/net8.0/cs/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
125
+ "lib/net9.0/cs/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
125
126
  "locale": "cs"
126
127
  },
127
- "lib/net8.0/de/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
128
+ "lib/net9.0/de/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
128
129
  "locale": "de"
129
130
  },
130
- "lib/net8.0/es/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
131
+ "lib/net9.0/es/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
131
132
  "locale": "es"
132
133
  },
133
- "lib/net8.0/fr/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
134
+ "lib/net9.0/fr/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
134
135
  "locale": "fr"
135
136
  },
136
- "lib/net8.0/it/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
137
+ "lib/net9.0/it/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
137
138
  "locale": "it"
138
139
  },
139
- "lib/net8.0/ja/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
140
+ "lib/net9.0/ja/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
140
141
  "locale": "ja"
141
142
  },
142
- "lib/net8.0/ko/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
143
+ "lib/net9.0/ko/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
143
144
  "locale": "ko"
144
145
  },
145
- "lib/net8.0/pl/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
146
+ "lib/net9.0/pl/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
146
147
  "locale": "pl"
147
148
  },
148
- "lib/net8.0/pt-BR/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
149
+ "lib/net9.0/pt-BR/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
149
150
  "locale": "pt-BR"
150
151
  },
151
- "lib/net8.0/ru/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
152
+ "lib/net9.0/ru/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
152
153
  "locale": "ru"
153
154
  },
154
- "lib/net8.0/tr/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
155
+ "lib/net9.0/tr/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
155
156
  "locale": "tr"
156
157
  },
157
- "lib/net8.0/zh-Hans/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
158
+ "lib/net9.0/zh-Hans/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
158
159
  "locale": "zh-Hans"
159
160
  },
160
- "lib/net8.0/zh-Hant/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
161
+ "lib/net9.0/zh-Hant/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
161
162
  "locale": "zh-Hant"
162
163
  }
163
164
  }
@@ -167,7 +168,7 @@
167
168
  "Microsoft.Testing.Platform": "1.9.0"
168
169
  },
169
170
  "runtime": {
170
- "lib/net8.0/Microsoft.Testing.Extensions.TrxReport.Abstractions.dll": {
171
+ "lib/net9.0/Microsoft.Testing.Extensions.TrxReport.Abstractions.dll": {
171
172
  "assemblyVersion": "1.9.0.0",
172
173
  "fileVersion": "1.900.25.50105"
173
174
  }
@@ -182,98 +183,98 @@
182
183
  "Microsoft.Testing.Platform": "1.9.0"
183
184
  },
184
185
  "runtime": {
185
- "lib/net8.0/Microsoft.Testing.Extensions.VSTestBridge.dll": {
186
+ "lib/net9.0/Microsoft.Testing.Extensions.VSTestBridge.dll": {
186
187
  "assemblyVersion": "1.9.0.0",
187
188
  "fileVersion": "1.900.25.50105"
188
189
  }
189
190
  },
190
191
  "resources": {
191
- "lib/net8.0/cs/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
192
+ "lib/net9.0/cs/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
192
193
  "locale": "cs"
193
194
  },
194
- "lib/net8.0/de/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
195
+ "lib/net9.0/de/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
195
196
  "locale": "de"
196
197
  },
197
- "lib/net8.0/es/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
198
+ "lib/net9.0/es/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
198
199
  "locale": "es"
199
200
  },
200
- "lib/net8.0/fr/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
201
+ "lib/net9.0/fr/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
201
202
  "locale": "fr"
202
203
  },
203
- "lib/net8.0/it/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
204
+ "lib/net9.0/it/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
204
205
  "locale": "it"
205
206
  },
206
- "lib/net8.0/ja/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
207
+ "lib/net9.0/ja/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
207
208
  "locale": "ja"
208
209
  },
209
- "lib/net8.0/ko/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
210
+ "lib/net9.0/ko/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
210
211
  "locale": "ko"
211
212
  },
212
- "lib/net8.0/pl/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
213
+ "lib/net9.0/pl/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
213
214
  "locale": "pl"
214
215
  },
215
- "lib/net8.0/pt-BR/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
216
+ "lib/net9.0/pt-BR/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
216
217
  "locale": "pt-BR"
217
218
  },
218
- "lib/net8.0/ru/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
219
+ "lib/net9.0/ru/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
219
220
  "locale": "ru"
220
221
  },
221
- "lib/net8.0/tr/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
222
+ "lib/net9.0/tr/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
222
223
  "locale": "tr"
223
224
  },
224
- "lib/net8.0/zh-Hans/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
225
+ "lib/net9.0/zh-Hans/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
225
226
  "locale": "zh-Hans"
226
227
  },
227
- "lib/net8.0/zh-Hant/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
228
+ "lib/net9.0/zh-Hant/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
228
229
  "locale": "zh-Hant"
229
230
  }
230
231
  }
231
232
  },
232
233
  "Microsoft.Testing.Platform/1.9.0": {
233
234
  "runtime": {
234
- "lib/net8.0/Microsoft.Testing.Platform.dll": {
235
+ "lib/net9.0/Microsoft.Testing.Platform.dll": {
235
236
  "assemblyVersion": "1.9.0.0",
236
237
  "fileVersion": "1.900.25.50105"
237
238
  }
238
239
  },
239
240
  "resources": {
240
- "lib/net8.0/cs/Microsoft.Testing.Platform.resources.dll": {
241
+ "lib/net9.0/cs/Microsoft.Testing.Platform.resources.dll": {
241
242
  "locale": "cs"
242
243
  },
243
- "lib/net8.0/de/Microsoft.Testing.Platform.resources.dll": {
244
+ "lib/net9.0/de/Microsoft.Testing.Platform.resources.dll": {
244
245
  "locale": "de"
245
246
  },
246
- "lib/net8.0/es/Microsoft.Testing.Platform.resources.dll": {
247
+ "lib/net9.0/es/Microsoft.Testing.Platform.resources.dll": {
247
248
  "locale": "es"
248
249
  },
249
- "lib/net8.0/fr/Microsoft.Testing.Platform.resources.dll": {
250
+ "lib/net9.0/fr/Microsoft.Testing.Platform.resources.dll": {
250
251
  "locale": "fr"
251
252
  },
252
- "lib/net8.0/it/Microsoft.Testing.Platform.resources.dll": {
253
+ "lib/net9.0/it/Microsoft.Testing.Platform.resources.dll": {
253
254
  "locale": "it"
254
255
  },
255
- "lib/net8.0/ja/Microsoft.Testing.Platform.resources.dll": {
256
+ "lib/net9.0/ja/Microsoft.Testing.Platform.resources.dll": {
256
257
  "locale": "ja"
257
258
  },
258
- "lib/net8.0/ko/Microsoft.Testing.Platform.resources.dll": {
259
+ "lib/net9.0/ko/Microsoft.Testing.Platform.resources.dll": {
259
260
  "locale": "ko"
260
261
  },
261
- "lib/net8.0/pl/Microsoft.Testing.Platform.resources.dll": {
262
+ "lib/net9.0/pl/Microsoft.Testing.Platform.resources.dll": {
262
263
  "locale": "pl"
263
264
  },
264
- "lib/net8.0/pt-BR/Microsoft.Testing.Platform.resources.dll": {
265
+ "lib/net9.0/pt-BR/Microsoft.Testing.Platform.resources.dll": {
265
266
  "locale": "pt-BR"
266
267
  },
267
- "lib/net8.0/ru/Microsoft.Testing.Platform.resources.dll": {
268
+ "lib/net9.0/ru/Microsoft.Testing.Platform.resources.dll": {
268
269
  "locale": "ru"
269
270
  },
270
- "lib/net8.0/tr/Microsoft.Testing.Platform.resources.dll": {
271
+ "lib/net9.0/tr/Microsoft.Testing.Platform.resources.dll": {
271
272
  "locale": "tr"
272
273
  },
273
- "lib/net8.0/zh-Hans/Microsoft.Testing.Platform.resources.dll": {
274
+ "lib/net9.0/zh-Hans/Microsoft.Testing.Platform.resources.dll": {
274
275
  "locale": "zh-Hans"
275
276
  },
276
- "lib/net8.0/zh-Hant/Microsoft.Testing.Platform.resources.dll": {
277
+ "lib/net9.0/zh-Hant/Microsoft.Testing.Platform.resources.dll": {
277
278
  "locale": "zh-Hant"
278
279
  }
279
280
  }
@@ -283,98 +284,98 @@
283
284
  "Microsoft.Testing.Platform": "1.9.0"
284
285
  },
285
286
  "runtime": {
286
- "lib/net8.0/Microsoft.Testing.Extensions.MSBuild.dll": {
287
+ "lib/net9.0/Microsoft.Testing.Extensions.MSBuild.dll": {
287
288
  "assemblyVersion": "1.9.0.0",
288
289
  "fileVersion": "1.900.25.50105"
289
290
  }
290
291
  },
291
292
  "resources": {
292
- "lib/net8.0/cs/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
293
+ "lib/net9.0/cs/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
293
294
  "locale": "cs"
294
295
  },
295
- "lib/net8.0/de/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
296
+ "lib/net9.0/de/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
296
297
  "locale": "de"
297
298
  },
298
- "lib/net8.0/es/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
299
+ "lib/net9.0/es/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
299
300
  "locale": "es"
300
301
  },
301
- "lib/net8.0/fr/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
302
+ "lib/net9.0/fr/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
302
303
  "locale": "fr"
303
304
  },
304
- "lib/net8.0/it/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
305
+ "lib/net9.0/it/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
305
306
  "locale": "it"
306
307
  },
307
- "lib/net8.0/ja/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
308
+ "lib/net9.0/ja/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
308
309
  "locale": "ja"
309
310
  },
310
- "lib/net8.0/ko/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
311
+ "lib/net9.0/ko/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
311
312
  "locale": "ko"
312
313
  },
313
- "lib/net8.0/pl/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
314
+ "lib/net9.0/pl/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
314
315
  "locale": "pl"
315
316
  },
316
- "lib/net8.0/pt-BR/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
317
+ "lib/net9.0/pt-BR/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
317
318
  "locale": "pt-BR"
318
319
  },
319
- "lib/net8.0/ru/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
320
+ "lib/net9.0/ru/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
320
321
  "locale": "ru"
321
322
  },
322
- "lib/net8.0/tr/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
323
+ "lib/net9.0/tr/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
323
324
  "locale": "tr"
324
325
  },
325
- "lib/net8.0/zh-Hans/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
326
+ "lib/net9.0/zh-Hans/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
326
327
  "locale": "zh-Hans"
327
328
  },
328
- "lib/net8.0/zh-Hant/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
329
+ "lib/net9.0/zh-Hant/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
329
330
  "locale": "zh-Hant"
330
331
  }
331
332
  }
332
333
  },
333
334
  "Microsoft.TestPlatform.AdapterUtilities/17.13.0": {
334
335
  "runtime": {
335
- "lib/net8.0/Microsoft.TestPlatform.AdapterUtilities.dll": {
336
+ "lib/net9.0/Microsoft.TestPlatform.AdapterUtilities.dll": {
336
337
  "assemblyVersion": "15.0.0.0",
337
338
  "fileVersion": "17.1300.25.10604"
338
339
  }
339
340
  },
340
341
  "resources": {
341
- "lib/net8.0/cs/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
342
+ "lib/net9.0/cs/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
342
343
  "locale": "cs"
343
344
  },
344
- "lib/net8.0/de/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
345
+ "lib/net9.0/de/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
345
346
  "locale": "de"
346
347
  },
347
- "lib/net8.0/es/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
348
+ "lib/net9.0/es/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
348
349
  "locale": "es"
349
350
  },
350
- "lib/net8.0/fr/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
351
+ "lib/net9.0/fr/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
351
352
  "locale": "fr"
352
353
  },
353
- "lib/net8.0/it/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
354
+ "lib/net9.0/it/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
354
355
  "locale": "it"
355
356
  },
356
- "lib/net8.0/ja/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
357
+ "lib/net9.0/ja/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
357
358
  "locale": "ja"
358
359
  },
359
- "lib/net8.0/ko/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
360
+ "lib/net9.0/ko/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
360
361
  "locale": "ko"
361
362
  },
362
- "lib/net8.0/pl/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
363
+ "lib/net9.0/pl/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
363
364
  "locale": "pl"
364
365
  },
365
- "lib/net8.0/pt-BR/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
366
+ "lib/net9.0/pt-BR/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
366
367
  "locale": "pt-BR"
367
368
  },
368
- "lib/net8.0/ru/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
369
+ "lib/net9.0/ru/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
369
370
  "locale": "ru"
370
371
  },
371
- "lib/net8.0/tr/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
372
+ "lib/net9.0/tr/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
372
373
  "locale": "tr"
373
374
  },
374
- "lib/net8.0/zh-Hans/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
375
+ "lib/net9.0/zh-Hans/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
375
376
  "locale": "zh-Hans"
376
377
  },
377
- "lib/net8.0/zh-Hant/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
378
+ "lib/net9.0/zh-Hant/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
378
379
  "locale": "zh-Hant"
379
380
  }
380
381
  }
@@ -663,6 +664,13 @@
663
664
  "FSharp.Core": "10.0.102",
664
665
  "Fable.Core": "4.5.0"
665
666
  },
667
+ "runtime": {
668
+ "Fossa.Bridge.dll": {
669
+ "fileVersion": "0.0.0.0"
670
+ }
671
+ }
672
+ },
673
+ "Fossa.Bridge.Reference/1.0.0.0": {
666
674
  "runtime": {
667
675
  "Fossa.Bridge.dll": {
668
676
  "assemblyVersion": "1.0.0.0",
@@ -801,6 +809,11 @@
801
809
  "type": "project",
802
810
  "serviceable": false,
803
811
  "sha512": ""
812
+ },
813
+ "Fossa.Bridge.Reference/1.0.0.0": {
814
+ "type": "reference",
815
+ "serviceable": false,
816
+ "sha512": ""
804
817
  }
805
818
  }
806
819
  }
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "runtimeOptions": {
3
- "tfm": "net8.0",
3
+ "tfm": "net10.0",
4
4
  "framework": {
5
5
  "name": "Microsoft.NETCore.App",
6
- "version": "8.0.0"
6
+ "version": "10.0.0"
7
7
  },
8
8
  "configProperties": {
9
9
  "MSTest.EnableParentProcessQuery": true,