@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.
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/{Fossa.Bridge/Fossa.Bridge.fsproj → Bridge/Bridge.fsproj} +1 -2
  10. package/src/{Fossa.Bridge → Bridge}/Models/ApiModels.fs +1 -1
  11. package/src/{Fossa.Bridge → Bridge}/Services/Clients/BranchClient.fs +1 -1
  12. package/src/{Fossa.Bridge → Bridge}/Services/Clients/DepartmentClient.fs +1 -1
  13. package/src/{Fossa.Bridge → Bridge}/Services/Clients/EmployeeClient.fs +1 -1
  14. package/src/Bridge/Services/Clients/IdentityClient.fs +11 -0
  15. package/src/{Fossa.Bridge/bin/Release/net8.0 → Bridge/bin/Release/net10.0}/Fossa.Bridge.deps.json +4 -4
  16. package/src/Bridge/obj/Bridge.fsproj.nuget.dgspec.json +357 -0
  17. package/src/Bridge/obj/Release/Fossa.Bridge.0.1.6.nuspec +31 -0
  18. 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
  19. package/src/{Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.AssemblyInfo.fs → Bridge/obj/Release/net10.0/Bridge.AssemblyInfo.fs} +6 -4
  20. package/src/Bridge/obj/Release/net10.0/Bridge.fsproj.FileListAbsolute.txt +14 -0
  21. package/src/Bridge/obj/Release/net10.0/Bridge.sourcelink.json +1 -0
  22. package/src/Bridge/obj/project.assets.json +501 -0
  23. package/src/Directory.Build.props +23 -0
  24. package/tests/{Fossa.Bridge.Tests/Fossa.Bridge.Tests.fsproj → Bridge.Tests/Bridge.Tests.fsproj} +2 -2
  25. package/tests/Bridge.Tests/bin/Release/net10.0/.msCoverageSourceRootsMapping_Fossa.Bridge.Tests +0 -0
  26. package/tests/Bridge.Tests/bin/Release/net10.0/Fossa.Bridge.Tests +0 -0
  27. package/tests/{Fossa.Bridge.Tests/bin/Release/net8.0 → Bridge.Tests/bin/Release/net10.0}/Fossa.Bridge.Tests.deps.json +87 -74
  28. package/tests/{Fossa.Bridge.Tests/bin/Release/net8.0 → Bridge.Tests/bin/Release/net10.0}/Fossa.Bridge.Tests.runtimeconfig.json +2 -2
  29. package/tests/Bridge.Tests/obj/Bridge.Tests.fsproj.nuget.dgspec.json +712 -0
  30. package/tests/{Fossa.Bridge.Tests/obj/Fossa.Bridge.Tests.fsproj.nuget.g.props → Bridge.Tests/obj/Bridge.Tests.fsproj.nuget.g.props} +2 -2
  31. package/tests/{Fossa.Bridge.Tests/obj/Fossa.Bridge.Tests.fsproj.nuget.g.targets → Bridge.Tests/obj/Bridge.Tests.fsproj.nuget.g.targets} +1 -1
  32. 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
  33. 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
  34. package/tests/Bridge.Tests/obj/Release/net10.0/Bridge.Tests.fsproj.FileListAbsolute.txt +190 -0
  35. package/tests/Bridge.Tests/obj/Release/net10.0/Bridge.Tests.sourcelink.json +1 -0
  36. package/tests/Bridge.Tests/obj/Release/net10.0/apphost +0 -0
  37. package/tests/{Fossa.Bridge.Tests → Bridge.Tests}/obj/project.assets.json +374 -253
  38. package/tsconfig.json +3 -1
  39. package/Fossa.Bridge.slnx +0 -8
  40. package/src/Fossa.Bridge/Services/Clients/IdentityClient.fs +0 -9
  41. package/src/Fossa.Bridge/bin/Release/net8.0/Fossa.Bridge.fable-temp.deps.json +0 -41
  42. package/src/Fossa.Bridge/obj/Fossa.Bridge.fable-temp.csproj.nuget.dgspec.json +0 -83
  43. package/src/Fossa.Bridge/obj/Fossa.Bridge.fable-temp.csproj.nuget.g.props +0 -25
  44. package/src/Fossa.Bridge/obj/Fossa.Bridge.fsproj.nuget.dgspec.json +0 -86
  45. package/src/Fossa.Bridge/obj/Fossa.Bridge.fsproj.nuget.g.targets +0 -2
  46. package/src/Fossa.Bridge/obj/Release/Fossa.Bridge.0.1.5.nuspec +0 -20
  47. package/src/Fossa.Bridge/obj/Release/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs +0 -4
  48. package/src/Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.fable-temp.AssemblyInfo.cs +0 -23
  49. package/src/Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.fable-temp.GeneratedMSBuildEditorConfig.editorconfig +0 -17
  50. package/src/Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.fable-temp.csproj.FileListAbsolute.txt +0 -4
  51. package/src/Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.fsproj.FileListAbsolute.txt +0 -14
  52. package/src/Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.sourcelink.json +0 -1
  53. package/src/Fossa.Bridge/obj/project.assets.json +0 -230
  54. package/tests/Fossa.Bridge.Tests/bin/Release/net8.0/.msCoverageSourceRootsMapping_Fossa.Bridge.Tests +0 -0
  55. package/tests/Fossa.Bridge.Tests/bin/Release/net8.0/Fossa.Bridge.Tests +0 -0
  56. package/tests/Fossa.Bridge.Tests/obj/Fossa.Bridge.Tests.fsproj.nuget.dgspec.json +0 -182
  57. package/tests/Fossa.Bridge.Tests/obj/Release/net8.0/Fossa.Bridge.Tests.fsproj.FileListAbsolute.txt +0 -190
  58. package/tests/Fossa.Bridge.Tests/obj/Release/net8.0/Fossa.Bridge.Tests.sourcelink.json +0 -1
  59. package/tests/Fossa.Bridge.Tests/obj/Release/net8.0/apphost +0 -0
  60. /package/src/{Fossa.Bridge → Bridge}/Services/Clients/CompanyClient.fs +0 -0
  61. /package/src/{Fossa.Bridge → Bridge}/Services/Clients/CompanyLicenseClient.fs +0 -0
  62. /package/src/{Fossa.Bridge → Bridge}/Services/Clients/CompanySettingsClient.fs +0 -0
  63. /package/src/{Fossa.Bridge → Bridge}/Services/Clients/SystemLicenseClient.fs +0 -0
  64. /package/src/{Fossa.Bridge → Bridge}/Services/Endpoints.fs +0 -0
  65. /package/src/{Fossa.Bridge → Bridge}/Services/IHttpTransport.fs +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
package/.build.ps1 CHANGED
@@ -115,7 +115,7 @@ Task RestoreTools Clean, {
115
115
 
116
116
  # Synopsis: Restore NuGet packages
117
117
  Task RestoreNuGetPackages Clean, EnsureCentralPackageVersions, {
118
- $solution = Resolve-Path -Path 'Fossa.Bridge.slnx'
118
+ $solution = Resolve-Path -Path 'Bridge.slnx'
119
119
  Exec { dotnet restore $solution }
120
120
  }
121
121
 
@@ -150,7 +150,7 @@ Task FormatXmlFiles Clean, {
150
150
 
151
151
  # Synopsis: Format Fantomas
152
152
  Task FormatFantomas Restore, {
153
- $solution = Resolve-Path -Path 'Fossa.Bridge.slnx'
153
+ $solution = Resolve-Path -Path 'Bridge.slnx'
154
154
  Exec { dotnet fantomas . }
155
155
  }
156
156
 
@@ -176,7 +176,7 @@ Task EstimateVersion Restore, {
176
176
  # Synopsis: Build Project
177
177
  Task BuildProject EstimateVersion, {
178
178
  $state = Import-Clixml -Path ".\.trash\$Instance\state.clixml"
179
- $project = Resolve-Path -Path 'src/Fossa.Bridge/Fossa.Bridge.fsproj'
179
+ $project = Resolve-Path -Path 'src/Bridge/Bridge.fsproj'
180
180
  $nextVersion = $state.NextVersion
181
181
 
182
182
  Exec { dotnet build $project /v:m --configuration Release /p:version=$nextVersion }
@@ -184,13 +184,13 @@ Task BuildProject EstimateVersion, {
184
184
 
185
185
  # Synopsis: Build
186
186
  Task Build Format, BuildProject, {
187
- $solution = Resolve-Path -Path 'Fossa.Bridge.slnx'
187
+ $solution = Resolve-Path -Path 'Bridge.slnx'
188
188
  Exec { dotnet build $solution --configuration Release }
189
189
  }
190
190
 
191
191
  # Synopsis: Unit Test
192
192
  Task UnitTest Build, {
193
- $project = Resolve-Path -Path 'tests/Fossa.Bridge.Tests/Fossa.Bridge.Tests.fsproj'
193
+ $project = Resolve-Path -Path 'tests/Bridge.Tests/Bridge.Tests.fsproj'
194
194
  Exec { dotnet run --project $project --configuration Release }
195
195
  }
196
196
 
@@ -212,7 +212,7 @@ Task PackNuGet Build, Test, {
212
212
  $state = Import-Clixml -Path ".\.trash\$Instance\state.clixml"
213
213
  $buildArtifactsFolder = $state.BuildArtifactsFolder
214
214
  $nextVersion = $state.NextVersion
215
- $projectPath = Resolve-Path -Path 'src/Fossa.Bridge/Fossa.Bridge.fsproj'
215
+ $projectPath = Resolve-Path -Path 'src/Bridge/Bridge.fsproj'
216
216
 
217
217
  Exec { dotnet pack $projectPath /v:m /p:Configuration=Release /p:version=$nextVersion --output $buildArtifactsFolder }
218
218
 
@@ -231,7 +231,7 @@ Task PackNPM Build, Test, {
231
231
  $distArtifactsFolder = $state.DistArtifactsFolder
232
232
  $fableOutputArtifactsFolder = $state.FableOutputArtifactsFolder
233
233
  $nextVersion = $state.NextVersion
234
- $projectPath = Resolve-Path -Path 'src/Fossa.Bridge/Fossa.Bridge.fsproj'
234
+ $projectPath = Resolve-Path -Path 'src/Bridge/Bridge.fsproj'
235
235
 
236
236
  Exec { dotnet fable $projectPath --outDir $fableOutputArtifactsFolder --language typescript }
237
237
  Exec { npm version $nextVersion --no-git-tag-version --allow-same-version }
@@ -258,6 +258,7 @@ Task PackNPM Build, Test, {
258
258
 
259
259
  Exec { npm run build -- --project $tempTsConfigPath }
260
260
  Exec { npm pack --pack-destination $buildArtifactsFolder }
261
+ Exec { npm version "1.0.0" --no-git-tag-version --allow-same-version }
261
262
 
262
263
  $npmPackage = Get-ChildItem -Path $buildArtifactsFolder -Filter '*.tgz' | Select-Object -First 1
263
264
 
package/.gitattributes ADDED
@@ -0,0 +1,43 @@
1
+ ###############################
2
+ # Git Line Endings #
3
+ ###############################
4
+
5
+ # Set default behavior to automatically normalize line endings.
6
+ * text=auto
7
+
8
+ # Force batch scripts to always use CRLF line endings so that if a repo is accessed
9
+ # in Windows via a file share from Linux, the scripts will work.
10
+ *.{cmd,[cC][mM][dD]} text eol=crlf
11
+ *.{bat,[bB][aA][tT]} text eol=crlf
12
+
13
+ # Force bash scripts to always use LF line endings so that if a repo is accessed
14
+ # in Unix via a file share from Windows, the scripts will work.
15
+ *.sh text eol=lf
16
+
17
+ ###############################
18
+ # Git Large File System (LFS) #
19
+ ###############################
20
+
21
+ # Archives
22
+ *.7z filter=lfs diff=lfs merge=lfs -text
23
+ *.br filter=lfs diff=lfs merge=lfs -text
24
+ *.gz filter=lfs diff=lfs merge=lfs -text
25
+ *.tar filter=lfs diff=lfs merge=lfs -text
26
+ *.zip filter=lfs diff=lfs merge=lfs -text
27
+
28
+ # Documents
29
+ *.pdf filter=lfs diff=lfs merge=lfs -text
30
+
31
+ # Images
32
+ *.gif filter=lfs diff=lfs merge=lfs -text
33
+ *.ico filter=lfs diff=lfs merge=lfs -text
34
+ *.jpg filter=lfs diff=lfs merge=lfs -text
35
+ *.png filter=lfs diff=lfs merge=lfs -text
36
+ *.psd filter=lfs diff=lfs merge=lfs -text
37
+ *.webp filter=lfs diff=lfs merge=lfs -text
38
+
39
+ # Fonts
40
+ *.woff2 filter=lfs diff=lfs merge=lfs -text
41
+
42
+ # Other
43
+ *.exe filter=lfs diff=lfs merge=lfs -text
package/Bridge.slnx ADDED
@@ -0,0 +1,8 @@
1
+ <Solution>
2
+ <Folder Name="/src/">
3
+ <Project Path="src/Bridge/Bridge.fsproj" />
4
+ </Folder>
5
+ <Folder Name="/tests/">
6
+ <Project Path="tests/Bridge.Tests/Bridge.Tests.fsproj" />
7
+ </Folder>
8
+ </Solution>
@@ -0,0 +1,25 @@
1
+ <Project>
2
+ <PropertyGroup Label="Build">
3
+ <LangVersion>latest</LangVersion>
4
+ <EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
5
+ <AnalysisLevel>latest</AnalysisLevel>
6
+ <ImplicitUsings>enable</ImplicitUsings>
7
+ <Nullable>enable</Nullable>
8
+ <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
9
+ <RootNamespace>Fossa.$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace>
10
+ <AssemblyName>Fossa.$(MSBuildProjectName)</AssemblyName>
11
+ </PropertyGroup>
12
+ <PropertyGroup Label="Package">
13
+ <Authors>Tigran TIKSN Torosyan</Authors>
14
+ <Company>Tigran TIKSN Torosyan</Company>
15
+ <Copyright>Copyright © Tigran TIKSN Torosyan. All rights Reserved</Copyright>
16
+ <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
17
+ <PackageLicenseExpression>MIT</PackageLicenseExpression>
18
+ <PackageProjectUrl>https://github.com/fossa-app/Bridge</PackageProjectUrl>
19
+ <PackageIcon>Icon.png</PackageIcon>
20
+ <PackageReadmeFile>README.md</PackageReadmeFile>
21
+ <RepositoryUrl>https://github.com/fossa-app/Bridge.git</RepositoryUrl>
22
+ <RepositoryType>git</RepositoryType>
23
+ <PackageReleaseNotes>https://github.com/fossa-app/Bridge/releases</PackageReleaseNotes>
24
+ </PropertyGroup>
25
+ </Project>
Binary file
package/dotnet-tools.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "isRoot": true,
4
4
  "tools": {
5
5
  "fable": {
6
- "version": "4.29.0",
6
+ "version": "5.0.0-rc.1",
7
7
  "commands": [
8
8
  "fable"
9
9
  ],
package/gig.ps1 CHANGED
@@ -13,4 +13,5 @@ gig -list visualstudio, visualstudiocode, rider, fsharp, powershell, macos, inte
13
13
 
14
14
  Add-Content -Path .\.gitignore -Value '# Repository Specific' -Encoding ascii
15
15
  Add-Content -Path .\.gitignore -Value '.trash' -Encoding ascii
16
- Add-Content -Path .\.gitignore -Value '.idea/' -Encoding ascii
16
+ Add-Content -Path .\.gitignore -Value '.idea/' -Encoding ascii
17
+ Add-Content -Path .\.gitignore -Value '*.fable-temp.csproj' -Encoding ascii
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fossa-app/bridge",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "Shared Domain Models and DTOs for Fossa UI and API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -1,10 +1,9 @@
1
1
  <Project Sdk="Microsoft.NET.Sdk">
2
2
  <PropertyGroup>
3
- <TargetFramework>net8.0</TargetFramework>
3
+ <TargetFramework>net10.0</TargetFramework>
4
4
  <GenerateDocumentationFile>true</GenerateDocumentationFile>
5
5
  <PackageId>Fossa.Bridge</PackageId>
6
6
  <Version>1.0.0</Version>
7
- <Authors>TIKSN</Authors>
8
7
  <Description>Shared Domain Models and DTOs for Fossa UI and API</Description>
9
8
  </PropertyGroup>
10
9
  <ItemGroup>
@@ -11,7 +11,7 @@ type AddressModel =
11
11
  PostalCode: string
12
12
  CountryCode: string }
13
13
 
14
- type ClientRetrievalModel =
14
+ type IdentityClientRetrievalModel =
15
15
  { ClientId: Guid
16
16
  ClientName: string
17
17
  TenantId: Guid }
@@ -9,7 +9,7 @@ type BranchClient(transport: IHttpTransport) =
9
9
  let buildUrl (queryParams: BranchQueryRequestModel) =
10
10
  let mutable url = Endpoints.BasePath + "/" + Endpoints.Branches + "?"
11
11
 
12
- if queryParams.Id <> null && queryParams.Id.Count > 0 then
12
+ if queryParams.Id.Count > 0 then
13
13
  let ids = queryParams.Id |> Seq.map (fun id -> $"Id={id}") |> String.concat "&"
14
14
  url <- url + ids + "&"
15
15
 
@@ -9,7 +9,7 @@ type DepartmentClient(transport: IHttpTransport) =
9
9
  let buildUrl (queryParams: DepartmentQueryRequestModel) =
10
10
  let mutable url = Endpoints.BasePath + "/" + Endpoints.Departments + "?"
11
11
 
12
- if queryParams.Id <> null && queryParams.Id.Count > 0 then
12
+ if queryParams.Id.Count > 0 then
13
13
  let ids = queryParams.Id |> Seq.map (fun id -> $"Id={id}") |> String.concat "&"
14
14
  url <- url + ids + "&"
15
15
 
@@ -9,7 +9,7 @@ type EmployeeClient(transport: IHttpTransport) =
9
9
  let buildUrl (queryParams: EmployeeQueryRequestModel) =
10
10
  let mutable url = Endpoints.BasePath + "/" + Endpoints.Employees + "?"
11
11
 
12
- if queryParams.Id <> null && queryParams.Id.Count > 0 then
12
+ if queryParams.Id.Count > 0 then
13
13
  let ids = queryParams.Id |> Seq.map (fun id -> $"Id={id}") |> String.concat "&"
14
14
  url <- url + ids + "&"
15
15
 
@@ -0,0 +1,11 @@
1
+ namespace Fossa.Bridge.Services.Clients
2
+
3
+ open System.Threading.Tasks
4
+ open Fossa.Bridge.Models
5
+ open Fossa.Bridge.Services
6
+
7
+ type IdentityClient(transport: IHttpTransport) =
8
+ member _.GetClientAsync(origin: string) : Task<IdentityClientRetrievalModel> =
9
+ transport.GetAsync<IdentityClientRetrievalModel>(
10
+ Endpoints.BasePath + "/" + Endpoints.Client + $"?origin={origin}"
11
+ )
@@ -1,12 +1,12 @@
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": {
9
- "Fossa.Bridge/0.1.5": {
8
+ ".NETCoreApp,Version=v10.0": {
9
+ "Fossa.Bridge/0.1.6": {
10
10
  "dependencies": {
11
11
  "FSharp.Core": "10.0.102",
12
12
  "Fable.Core": "4.5.0"
@@ -75,7 +75,7 @@
75
75
  }
76
76
  },
77
77
  "libraries": {
78
- "Fossa.Bridge/0.1.5": {
78
+ "Fossa.Bridge/0.1.6": {
79
79
  "type": "project",
80
80
  "serviceable": false,
81
81
  "sha512": ""
@@ -0,0 +1,357 @@
1
+ {
2
+ "format": 1,
3
+ "restore": {
4
+ "/home/runner/work/Bridge/Bridge/src/Bridge/Bridge.fsproj": {}
5
+ },
6
+ "projects": {
7
+ "/home/runner/work/Bridge/Bridge/src/Bridge/Bridge.fsproj": {
8
+ "version": "1.0.0",
9
+ "restore": {
10
+ "projectUniqueName": "/home/runner/work/Bridge/Bridge/src/Bridge/Bridge.fsproj",
11
+ "projectName": "Fossa.Bridge",
12
+ "projectPath": "/home/runner/work/Bridge/Bridge/src/Bridge/Bridge.fsproj",
13
+ "packagesPath": "/home/runner/.nuget/packages/",
14
+ "outputPath": "/home/runner/work/Bridge/Bridge/src/Bridge/obj/",
15
+ "projectStyle": "PackageReference",
16
+ "configFilePaths": [
17
+ "/home/runner/.nuget/NuGet/NuGet.Config"
18
+ ],
19
+ "originalTargetFrameworks": [
20
+ "net10.0"
21
+ ],
22
+ "sources": {
23
+ "/usr/share/dotnet/sdk/10.0.102/FSharp/library-packs": {},
24
+ "https://api.nuget.org/v3/index.json": {}
25
+ },
26
+ "frameworks": {
27
+ "net10.0": {
28
+ "targetAlias": "net10.0",
29
+ "projectReferences": {}
30
+ }
31
+ },
32
+ "warningProperties": {
33
+ "allWarningsAsErrors": true
34
+ },
35
+ "restoreLockProperties": {
36
+ "restorePackagesWithLockFile": "false",
37
+ "nuGetLockFilePath": "Fable.lock"
38
+ },
39
+ "restoreAuditProperties": {
40
+ "enableAudit": "true",
41
+ "auditLevel": "low",
42
+ "auditMode": "all"
43
+ },
44
+ "SdkAnalysisLevel": "10.0.100"
45
+ },
46
+ "frameworks": {
47
+ "net10.0": {
48
+ "targetAlias": "net10.0",
49
+ "dependencies": {
50
+ "FSharp.Core": {
51
+ "include": "Runtime, Compile, Build, Native, Analyzers, BuildTransitive",
52
+ "target": "Package",
53
+ "version": "[10.0.102, )",
54
+ "generatePathProperty": true
55
+ },
56
+ "Fable.Core": {
57
+ "target": "Package",
58
+ "version": "[4.5.0, )",
59
+ "generatePathProperty": true
60
+ }
61
+ },
62
+ "imports": [
63
+ "net461",
64
+ "net462",
65
+ "net47",
66
+ "net471",
67
+ "net472",
68
+ "net48",
69
+ "net481"
70
+ ],
71
+ "assetTargetFallback": true,
72
+ "warn": true,
73
+ "frameworkReferences": {
74
+ "Microsoft.NETCore.App": {
75
+ "privateAssets": "all"
76
+ }
77
+ },
78
+ "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/10.0.102/PortableRuntimeIdentifierGraph.json",
79
+ "packagesToPrune": {
80
+ "Microsoft.CSharp": "(,4.7.32767]",
81
+ "Microsoft.VisualBasic": "(,10.4.32767]",
82
+ "Microsoft.Win32.Primitives": "(,4.3.32767]",
83
+ "Microsoft.Win32.Registry": "(,5.0.32767]",
84
+ "runtime.any.System.Collections": "(,4.3.32767]",
85
+ "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]",
86
+ "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]",
87
+ "runtime.any.System.Globalization": "(,4.3.32767]",
88
+ "runtime.any.System.Globalization.Calendars": "(,4.3.32767]",
89
+ "runtime.any.System.IO": "(,4.3.32767]",
90
+ "runtime.any.System.Reflection": "(,4.3.32767]",
91
+ "runtime.any.System.Reflection.Extensions": "(,4.3.32767]",
92
+ "runtime.any.System.Reflection.Primitives": "(,4.3.32767]",
93
+ "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]",
94
+ "runtime.any.System.Runtime": "(,4.3.32767]",
95
+ "runtime.any.System.Runtime.Handles": "(,4.3.32767]",
96
+ "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]",
97
+ "runtime.any.System.Text.Encoding": "(,4.3.32767]",
98
+ "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]",
99
+ "runtime.any.System.Threading.Tasks": "(,4.3.32767]",
100
+ "runtime.any.System.Threading.Timer": "(,4.3.32767]",
101
+ "runtime.aot.System.Collections": "(,4.3.32767]",
102
+ "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]",
103
+ "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]",
104
+ "runtime.aot.System.Globalization": "(,4.3.32767]",
105
+ "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]",
106
+ "runtime.aot.System.IO": "(,4.3.32767]",
107
+ "runtime.aot.System.Reflection": "(,4.3.32767]",
108
+ "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]",
109
+ "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]",
110
+ "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]",
111
+ "runtime.aot.System.Runtime": "(,4.3.32767]",
112
+ "runtime.aot.System.Runtime.Handles": "(,4.3.32767]",
113
+ "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]",
114
+ "runtime.aot.System.Text.Encoding": "(,4.3.32767]",
115
+ "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]",
116
+ "runtime.aot.System.Threading.Tasks": "(,4.3.32767]",
117
+ "runtime.aot.System.Threading.Timer": "(,4.3.32767]",
118
+ "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]",
119
+ "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
120
+ "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
121
+ "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
122
+ "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
123
+ "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
124
+ "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]",
125
+ "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
126
+ "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
127
+ "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
128
+ "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]",
129
+ "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
130
+ "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
131
+ "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
132
+ "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
133
+ "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
134
+ "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]",
135
+ "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
136
+ "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
137
+ "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
138
+ "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
139
+ "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
140
+ "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]",
141
+ "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
142
+ "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
143
+ "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
144
+ "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]",
145
+ "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
146
+ "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
147
+ "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
148
+ "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]",
149
+ "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
150
+ "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
151
+ "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
152
+ "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
153
+ "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
154
+ "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]",
155
+ "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
156
+ "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
157
+ "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
158
+ "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
159
+ "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
160
+ "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]",
161
+ "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
162
+ "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
163
+ "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
164
+ "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]",
165
+ "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
166
+ "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
167
+ "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
168
+ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
169
+ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]",
170
+ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
171
+ "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]",
172
+ "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
173
+ "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
174
+ "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
175
+ "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
176
+ "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
177
+ "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]",
178
+ "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
179
+ "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
180
+ "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
181
+ "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
182
+ "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
183
+ "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]",
184
+ "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
185
+ "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
186
+ "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
187
+ "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
188
+ "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
189
+ "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]",
190
+ "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
191
+ "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
192
+ "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
193
+ "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
194
+ "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
195
+ "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]",
196
+ "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
197
+ "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
198
+ "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
199
+ "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]",
200
+ "runtime.unix.System.Console": "(,4.3.32767]",
201
+ "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]",
202
+ "runtime.unix.System.IO.FileSystem": "(,4.3.32767]",
203
+ "runtime.unix.System.Net.Primitives": "(,4.3.32767]",
204
+ "runtime.unix.System.Net.Sockets": "(,4.3.32767]",
205
+ "runtime.unix.System.Private.Uri": "(,4.3.32767]",
206
+ "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]",
207
+ "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]",
208
+ "runtime.win.System.Console": "(,4.3.32767]",
209
+ "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]",
210
+ "runtime.win.System.IO.FileSystem": "(,4.3.32767]",
211
+ "runtime.win.System.Net.Primitives": "(,4.3.32767]",
212
+ "runtime.win.System.Net.Sockets": "(,4.3.32767]",
213
+ "runtime.win.System.Runtime.Extensions": "(,4.3.32767]",
214
+ "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]",
215
+ "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]",
216
+ "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]",
217
+ "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]",
218
+ "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
219
+ "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]",
220
+ "runtime.win7.System.Private.Uri": "(,4.3.32767]",
221
+ "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]",
222
+ "System.AppContext": "(,4.3.32767]",
223
+ "System.Buffers": "(,5.0.32767]",
224
+ "System.Collections": "(,4.3.32767]",
225
+ "System.Collections.Concurrent": "(,4.3.32767]",
226
+ "System.Collections.Immutable": "(,10.0.32767]",
227
+ "System.Collections.NonGeneric": "(,4.3.32767]",
228
+ "System.Collections.Specialized": "(,4.3.32767]",
229
+ "System.ComponentModel": "(,4.3.32767]",
230
+ "System.ComponentModel.Annotations": "(,4.3.32767]",
231
+ "System.ComponentModel.EventBasedAsync": "(,4.3.32767]",
232
+ "System.ComponentModel.Primitives": "(,4.3.32767]",
233
+ "System.ComponentModel.TypeConverter": "(,4.3.32767]",
234
+ "System.Console": "(,4.3.32767]",
235
+ "System.Data.Common": "(,4.3.32767]",
236
+ "System.Data.DataSetExtensions": "(,4.4.32767]",
237
+ "System.Diagnostics.Contracts": "(,4.3.32767]",
238
+ "System.Diagnostics.Debug": "(,4.3.32767]",
239
+ "System.Diagnostics.DiagnosticSource": "(,10.0.32767]",
240
+ "System.Diagnostics.FileVersionInfo": "(,4.3.32767]",
241
+ "System.Diagnostics.Process": "(,4.3.32767]",
242
+ "System.Diagnostics.StackTrace": "(,4.3.32767]",
243
+ "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]",
244
+ "System.Diagnostics.Tools": "(,4.3.32767]",
245
+ "System.Diagnostics.TraceSource": "(,4.3.32767]",
246
+ "System.Diagnostics.Tracing": "(,4.3.32767]",
247
+ "System.Drawing.Primitives": "(,4.3.32767]",
248
+ "System.Dynamic.Runtime": "(,4.3.32767]",
249
+ "System.Formats.Asn1": "(,10.0.32767]",
250
+ "System.Formats.Tar": "(,10.0.32767]",
251
+ "System.Globalization": "(,4.3.32767]",
252
+ "System.Globalization.Calendars": "(,4.3.32767]",
253
+ "System.Globalization.Extensions": "(,4.3.32767]",
254
+ "System.IO": "(,4.3.32767]",
255
+ "System.IO.Compression": "(,4.3.32767]",
256
+ "System.IO.Compression.ZipFile": "(,4.3.32767]",
257
+ "System.IO.FileSystem": "(,4.3.32767]",
258
+ "System.IO.FileSystem.AccessControl": "(,4.4.32767]",
259
+ "System.IO.FileSystem.DriveInfo": "(,4.3.32767]",
260
+ "System.IO.FileSystem.Primitives": "(,4.3.32767]",
261
+ "System.IO.FileSystem.Watcher": "(,4.3.32767]",
262
+ "System.IO.IsolatedStorage": "(,4.3.32767]",
263
+ "System.IO.MemoryMappedFiles": "(,4.3.32767]",
264
+ "System.IO.Pipelines": "(,10.0.32767]",
265
+ "System.IO.Pipes": "(,4.3.32767]",
266
+ "System.IO.Pipes.AccessControl": "(,5.0.32767]",
267
+ "System.IO.UnmanagedMemoryStream": "(,4.3.32767]",
268
+ "System.Linq": "(,4.3.32767]",
269
+ "System.Linq.AsyncEnumerable": "(,10.0.32767]",
270
+ "System.Linq.Expressions": "(,4.3.32767]",
271
+ "System.Linq.Parallel": "(,4.3.32767]",
272
+ "System.Linq.Queryable": "(,4.3.32767]",
273
+ "System.Memory": "(,5.0.32767]",
274
+ "System.Net.Http": "(,4.3.32767]",
275
+ "System.Net.Http.Json": "(,10.0.32767]",
276
+ "System.Net.NameResolution": "(,4.3.32767]",
277
+ "System.Net.NetworkInformation": "(,4.3.32767]",
278
+ "System.Net.Ping": "(,4.3.32767]",
279
+ "System.Net.Primitives": "(,4.3.32767]",
280
+ "System.Net.Requests": "(,4.3.32767]",
281
+ "System.Net.Security": "(,4.3.32767]",
282
+ "System.Net.ServerSentEvents": "(,10.0.32767]",
283
+ "System.Net.Sockets": "(,4.3.32767]",
284
+ "System.Net.WebHeaderCollection": "(,4.3.32767]",
285
+ "System.Net.WebSockets": "(,4.3.32767]",
286
+ "System.Net.WebSockets.Client": "(,4.3.32767]",
287
+ "System.Numerics.Vectors": "(,5.0.32767]",
288
+ "System.ObjectModel": "(,4.3.32767]",
289
+ "System.Private.DataContractSerialization": "(,4.3.32767]",
290
+ "System.Private.Uri": "(,4.3.32767]",
291
+ "System.Reflection": "(,4.3.32767]",
292
+ "System.Reflection.DispatchProxy": "(,6.0.32767]",
293
+ "System.Reflection.Emit": "(,4.7.32767]",
294
+ "System.Reflection.Emit.ILGeneration": "(,4.7.32767]",
295
+ "System.Reflection.Emit.Lightweight": "(,4.7.32767]",
296
+ "System.Reflection.Extensions": "(,4.3.32767]",
297
+ "System.Reflection.Metadata": "(,10.0.32767]",
298
+ "System.Reflection.Primitives": "(,4.3.32767]",
299
+ "System.Reflection.TypeExtensions": "(,4.3.32767]",
300
+ "System.Resources.Reader": "(,4.3.32767]",
301
+ "System.Resources.ResourceManager": "(,4.3.32767]",
302
+ "System.Resources.Writer": "(,4.3.32767]",
303
+ "System.Runtime": "(,4.3.32767]",
304
+ "System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]",
305
+ "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]",
306
+ "System.Runtime.Extensions": "(,4.3.32767]",
307
+ "System.Runtime.Handles": "(,4.3.32767]",
308
+ "System.Runtime.InteropServices": "(,4.3.32767]",
309
+ "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]",
310
+ "System.Runtime.Loader": "(,4.3.32767]",
311
+ "System.Runtime.Numerics": "(,4.3.32767]",
312
+ "System.Runtime.Serialization.Formatters": "(,4.3.32767]",
313
+ "System.Runtime.Serialization.Json": "(,4.3.32767]",
314
+ "System.Runtime.Serialization.Primitives": "(,4.3.32767]",
315
+ "System.Runtime.Serialization.Xml": "(,4.3.32767]",
316
+ "System.Security.AccessControl": "(,6.0.32767]",
317
+ "System.Security.Claims": "(,4.3.32767]",
318
+ "System.Security.Cryptography.Algorithms": "(,4.3.32767]",
319
+ "System.Security.Cryptography.Cng": "(,5.0.32767]",
320
+ "System.Security.Cryptography.Csp": "(,4.3.32767]",
321
+ "System.Security.Cryptography.Encoding": "(,4.3.32767]",
322
+ "System.Security.Cryptography.OpenSsl": "(,5.0.32767]",
323
+ "System.Security.Cryptography.Primitives": "(,4.3.32767]",
324
+ "System.Security.Cryptography.X509Certificates": "(,4.3.32767]",
325
+ "System.Security.Principal": "(,4.3.32767]",
326
+ "System.Security.Principal.Windows": "(,5.0.32767]",
327
+ "System.Security.SecureString": "(,4.3.32767]",
328
+ "System.Text.Encoding": "(,4.3.32767]",
329
+ "System.Text.Encoding.CodePages": "(,10.0.32767]",
330
+ "System.Text.Encoding.Extensions": "(,4.3.32767]",
331
+ "System.Text.Encodings.Web": "(,10.0.32767]",
332
+ "System.Text.Json": "(,10.0.32767]",
333
+ "System.Text.RegularExpressions": "(,4.3.32767]",
334
+ "System.Threading": "(,4.3.32767]",
335
+ "System.Threading.AccessControl": "(,10.0.32767]",
336
+ "System.Threading.Channels": "(,10.0.32767]",
337
+ "System.Threading.Overlapped": "(,4.3.32767]",
338
+ "System.Threading.Tasks": "(,4.3.32767]",
339
+ "System.Threading.Tasks.Dataflow": "(,10.0.32767]",
340
+ "System.Threading.Tasks.Extensions": "(,5.0.32767]",
341
+ "System.Threading.Tasks.Parallel": "(,4.3.32767]",
342
+ "System.Threading.Thread": "(,4.3.32767]",
343
+ "System.Threading.ThreadPool": "(,4.3.32767]",
344
+ "System.Threading.Timer": "(,4.3.32767]",
345
+ "System.ValueTuple": "(,4.5.32767]",
346
+ "System.Xml.ReaderWriter": "(,4.3.32767]",
347
+ "System.Xml.XDocument": "(,4.3.32767]",
348
+ "System.Xml.XmlDocument": "(,4.3.32767]",
349
+ "System.Xml.XmlSerializer": "(,4.3.32767]",
350
+ "System.Xml.XPath": "(,4.3.32767]",
351
+ "System.Xml.XPath.XDocument": "(,5.0.32767]"
352
+ }
353
+ }
354
+ }
355
+ }
356
+ }
357
+ }