@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
@@ -0,0 +1,31 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
3
+ <metadata>
4
+ <id>Fossa.Bridge</id>
5
+ <version>0.1.6</version>
6
+ <authors>Tigran TIKSN Torosyan</authors>
7
+ <requireLicenseAcceptance>true</requireLicenseAcceptance>
8
+ <license type="expression">MIT</license>
9
+ <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
10
+ <icon>Icon.png</icon>
11
+ <readme>README.md</readme>
12
+ <projectUrl>https://github.com/fossa-app/Bridge</projectUrl>
13
+ <description>Shared Domain Models and DTOs for Fossa UI and API</description>
14
+ <releaseNotes>https://github.com/fossa-app/Bridge/releases</releaseNotes>
15
+ <copyright>Copyright © Tigran TIKSN Torosyan. All rights Reserved</copyright>
16
+ <repository type="git" url="https://github.com/fossa-app/Bridge.git" branch="refs/heads/main" commit="f8d2aad7021767ebdc735084278edb900b6a8d7d" />
17
+ <dependencies>
18
+ <group targetFramework="net10.0">
19
+ <dependency id="FSharp.Core" version="10.0.102" exclude="Build,Analyzers" />
20
+ <dependency id="Fable.Core" version="4.5.0" exclude="Build,Analyzers" />
21
+ </group>
22
+ </dependencies>
23
+ </metadata>
24
+ <files>
25
+ <file src="/home/runner/work/Bridge/Bridge/src/Bridge/bin/Release/net10.0/Fossa.Bridge.pdb" target="lib/net10.0/Fossa.Bridge.pdb" />
26
+ <file src="/home/runner/work/Bridge/Bridge/src/Bridge/bin/Release/net10.0/Fossa.Bridge.dll" target="lib/net10.0/Fossa.Bridge.dll" />
27
+ <file src="/home/runner/work/Bridge/Bridge/src/Bridge/bin/Release/net10.0/Fossa.Bridge.xml" target="lib/net10.0/Fossa.Bridge.xml" />
28
+ <file src="/home/runner/work/Bridge/Bridge/Images/Icon.png" target="/Icon.png" />
29
+ <file src="/home/runner/work/Bridge/Bridge/README.md" target="/README.md" />
30
+ </files>
31
+ </package>
@@ -1,3 +1,3 @@
1
1
  namespace Microsoft.BuildSettings
2
- [<System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName=".NET 8.0")>]
2
+ [<System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v10.0", FrameworkDisplayName=".NET 10.0")>]
3
3
  do ()
@@ -7,12 +7,14 @@ open System
7
7
  open System.Reflection
8
8
 
9
9
 
10
- [<assembly: System.Reflection.AssemblyCompanyAttribute("TIKSN")>]
10
+ [<assembly: System.Reflection.AssemblyCompanyAttribute("Tigran TIKSN Torosyan")>]
11
11
  [<assembly: System.Reflection.AssemblyConfigurationAttribute("Release")>]
12
+ [<assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © Tigran TIKSN Torosyan. All rights Reserved")>]
12
13
  [<assembly: System.Reflection.AssemblyDescriptionAttribute("Shared Domain Models and DTOs for Fossa UI and API")>]
13
- [<assembly: System.Reflection.AssemblyFileVersionAttribute("0.1.5.0")>]
14
- [<assembly: System.Reflection.AssemblyInformationalVersionAttribute("0.1.5+00fcff73a156f62b5ccacbd84fa794671cb07f22")>]
14
+ [<assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")>]
15
+ [<assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+f8d2aad7021767ebdc735084278edb900b6a8d7d")>]
15
16
  [<assembly: System.Reflection.AssemblyProductAttribute("Fossa.Bridge")>]
16
17
  [<assembly: System.Reflection.AssemblyTitleAttribute("Fossa.Bridge")>]
17
- [<assembly: System.Reflection.AssemblyVersionAttribute("0.1.5.0")>]
18
+ [<assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")>]
19
+ [<assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/fossa-app/Bridge.git")>]
18
20
  do()
@@ -0,0 +1,14 @@
1
+ /home/runner/work/Bridge/Bridge/src/Bridge/bin/Release/net10.0/Fossa.Bridge.deps.json
2
+ /home/runner/work/Bridge/Bridge/src/Bridge/bin/Release/net10.0/Fossa.Bridge.dll
3
+ /home/runner/work/Bridge/Bridge/src/Bridge/bin/Release/net10.0/Fossa.Bridge.pdb
4
+ /home/runner/work/Bridge/Bridge/src/Bridge/bin/Release/net10.0/Fossa.Bridge.xml
5
+ /home/runner/work/Bridge/Bridge/src/Bridge/obj/Release/net10.0/Bridge.fsproj.AssemblyReference.cache
6
+ /home/runner/work/Bridge/Bridge/src/Bridge/obj/Release/net10.0/Bridge.AssemblyInfoInputs.cache
7
+ /home/runner/work/Bridge/Bridge/src/Bridge/obj/Release/net10.0/Bridge.AssemblyInfo.fs
8
+ /home/runner/work/Bridge/Bridge/src/Bridge/obj/Release/net10.0/Bridge.fsproj.CoreCompileInputs.cache
9
+ /home/runner/work/Bridge/Bridge/src/Bridge/obj/Release/net10.0/Bridge.sourcelink.json
10
+ /home/runner/work/Bridge/Bridge/src/Bridge/obj/Release/net10.0/Fossa.Bridge.dll
11
+ /home/runner/work/Bridge/Bridge/src/Bridge/obj/Release/net10.0/refint/Fossa.Bridge.dll
12
+ /home/runner/work/Bridge/Bridge/src/Bridge/obj/Release/net10.0/Fossa.Bridge.xml
13
+ /home/runner/work/Bridge/Bridge/src/Bridge/obj/Release/net10.0/Fossa.Bridge.pdb
14
+ /home/runner/work/Bridge/Bridge/src/Bridge/obj/Release/net10.0/ref/Fossa.Bridge.dll
@@ -0,0 +1 @@
1
+ {"documents":{"/home/runner/work/Bridge/Bridge/*":"https://raw.githubusercontent.com/fossa-app/Bridge/f8d2aad7021767ebdc735084278edb900b6a8d7d/*"}}
@@ -0,0 +1,501 @@
1
+ {
2
+ "version": 3,
3
+ "targets": {
4
+ "net10.0": {
5
+ "Fable.Core/4.5.0": {
6
+ "type": "package",
7
+ "compile": {
8
+ "lib/netstandard2.0/Fable.Core.dll": {
9
+ "related": ".xml"
10
+ }
11
+ },
12
+ "runtime": {
13
+ "lib/netstandard2.0/Fable.Core.dll": {
14
+ "related": ".xml"
15
+ }
16
+ },
17
+ "contentFiles": {
18
+ "contentFiles/any/netstandard2.0/CHANGELOG.md": {
19
+ "buildAction": "Content",
20
+ "codeLanguage": "any",
21
+ "copyToOutput": false
22
+ }
23
+ }
24
+ },
25
+ "FSharp.Core/10.0.102": {
26
+ "type": "package",
27
+ "compile": {
28
+ "lib/netstandard2.1/FSharp.Core.dll": {
29
+ "related": ".xml"
30
+ }
31
+ },
32
+ "runtime": {
33
+ "lib/netstandard2.1/FSharp.Core.dll": {
34
+ "related": ".xml"
35
+ }
36
+ },
37
+ "resource": {
38
+ "lib/netstandard2.1/cs/FSharp.Core.resources.dll": {
39
+ "locale": "cs"
40
+ },
41
+ "lib/netstandard2.1/de/FSharp.Core.resources.dll": {
42
+ "locale": "de"
43
+ },
44
+ "lib/netstandard2.1/es/FSharp.Core.resources.dll": {
45
+ "locale": "es"
46
+ },
47
+ "lib/netstandard2.1/fr/FSharp.Core.resources.dll": {
48
+ "locale": "fr"
49
+ },
50
+ "lib/netstandard2.1/it/FSharp.Core.resources.dll": {
51
+ "locale": "it"
52
+ },
53
+ "lib/netstandard2.1/ja/FSharp.Core.resources.dll": {
54
+ "locale": "ja"
55
+ },
56
+ "lib/netstandard2.1/ko/FSharp.Core.resources.dll": {
57
+ "locale": "ko"
58
+ },
59
+ "lib/netstandard2.1/pl/FSharp.Core.resources.dll": {
60
+ "locale": "pl"
61
+ },
62
+ "lib/netstandard2.1/pt-BR/FSharp.Core.resources.dll": {
63
+ "locale": "pt-BR"
64
+ },
65
+ "lib/netstandard2.1/ru/FSharp.Core.resources.dll": {
66
+ "locale": "ru"
67
+ },
68
+ "lib/netstandard2.1/tr/FSharp.Core.resources.dll": {
69
+ "locale": "tr"
70
+ },
71
+ "lib/netstandard2.1/zh-Hans/FSharp.Core.resources.dll": {
72
+ "locale": "zh-Hans"
73
+ },
74
+ "lib/netstandard2.1/zh-Hant/FSharp.Core.resources.dll": {
75
+ "locale": "zh-Hant"
76
+ }
77
+ }
78
+ }
79
+ }
80
+ },
81
+ "libraries": {
82
+ "Fable.Core/4.5.0": {
83
+ "sha512": "ZcX8XN5sQZGCbrS8VYnsa/ynhrCBfpDyqDkTl33GTXOpgfKibxoq0+W0hCSbRzuukVNoLtqGL/B6+8yTNDXbNA==",
84
+ "type": "package",
85
+ "path": "fable.core/4.5.0",
86
+ "files": [
87
+ ".nupkg.metadata",
88
+ ".signature.p7s",
89
+ "LICENSE",
90
+ "README.md",
91
+ "content/CHANGELOG.md",
92
+ "contentFiles/any/netstandard2.0/CHANGELOG.md",
93
+ "fable.core.4.5.0.nupkg.sha512",
94
+ "fable.core.nuspec",
95
+ "fable_logo.png",
96
+ "lib/netstandard2.0/Fable.Core.dll",
97
+ "lib/netstandard2.0/Fable.Core.xml"
98
+ ]
99
+ },
100
+ "FSharp.Core/10.0.102": {
101
+ "sha512": "vd5vApQ869O7qKMOC6zKsBFQMXBLGp0cfw3YMxp+cp8kWbXcEgrVBBEbQYhHEYU5TLeUmm4nqQIThvPXvtSAEA==",
102
+ "type": "package",
103
+ "path": "fsharp.core/10.0.102",
104
+ "files": [
105
+ ".nupkg.metadata",
106
+ ".signature.p7s",
107
+ "Icon.png",
108
+ "fsharp.core.10.0.102.nupkg.sha512",
109
+ "fsharp.core.nuspec",
110
+ "lib/netstandard2.0/FSharp.Core.dll",
111
+ "lib/netstandard2.0/FSharp.Core.xml",
112
+ "lib/netstandard2.0/cs/FSharp.Core.resources.dll",
113
+ "lib/netstandard2.0/de/FSharp.Core.resources.dll",
114
+ "lib/netstandard2.0/es/FSharp.Core.resources.dll",
115
+ "lib/netstandard2.0/fr/FSharp.Core.resources.dll",
116
+ "lib/netstandard2.0/it/FSharp.Core.resources.dll",
117
+ "lib/netstandard2.0/ja/FSharp.Core.resources.dll",
118
+ "lib/netstandard2.0/ko/FSharp.Core.resources.dll",
119
+ "lib/netstandard2.0/pl/FSharp.Core.resources.dll",
120
+ "lib/netstandard2.0/pt-BR/FSharp.Core.resources.dll",
121
+ "lib/netstandard2.0/ru/FSharp.Core.resources.dll",
122
+ "lib/netstandard2.0/tr/FSharp.Core.resources.dll",
123
+ "lib/netstandard2.0/zh-Hans/FSharp.Core.resources.dll",
124
+ "lib/netstandard2.0/zh-Hant/FSharp.Core.resources.dll",
125
+ "lib/netstandard2.1/FSharp.Core.dll",
126
+ "lib/netstandard2.1/FSharp.Core.xml",
127
+ "lib/netstandard2.1/cs/FSharp.Core.resources.dll",
128
+ "lib/netstandard2.1/de/FSharp.Core.resources.dll",
129
+ "lib/netstandard2.1/es/FSharp.Core.resources.dll",
130
+ "lib/netstandard2.1/fr/FSharp.Core.resources.dll",
131
+ "lib/netstandard2.1/it/FSharp.Core.resources.dll",
132
+ "lib/netstandard2.1/ja/FSharp.Core.resources.dll",
133
+ "lib/netstandard2.1/ko/FSharp.Core.resources.dll",
134
+ "lib/netstandard2.1/pl/FSharp.Core.resources.dll",
135
+ "lib/netstandard2.1/pt-BR/FSharp.Core.resources.dll",
136
+ "lib/netstandard2.1/ru/FSharp.Core.resources.dll",
137
+ "lib/netstandard2.1/tr/FSharp.Core.resources.dll",
138
+ "lib/netstandard2.1/zh-Hans/FSharp.Core.resources.dll",
139
+ "lib/netstandard2.1/zh-Hant/FSharp.Core.resources.dll"
140
+ ]
141
+ }
142
+ },
143
+ "projectFileDependencyGroups": {
144
+ "net10.0": [
145
+ "FSharp.Core >= 10.0.102",
146
+ "Fable.Core >= 4.5.0"
147
+ ]
148
+ },
149
+ "packageFolders": {
150
+ "/home/runner/.nuget/packages/": {}
151
+ },
152
+ "project": {
153
+ "version": "1.0.0",
154
+ "restore": {
155
+ "projectUniqueName": "/home/runner/work/Bridge/Bridge/src/Bridge/Bridge.fsproj",
156
+ "projectName": "Fossa.Bridge",
157
+ "projectPath": "/home/runner/work/Bridge/Bridge/src/Bridge/Bridge.fsproj",
158
+ "packagesPath": "/home/runner/.nuget/packages/",
159
+ "outputPath": "/home/runner/work/Bridge/Bridge/src/Bridge/obj/",
160
+ "projectStyle": "PackageReference",
161
+ "configFilePaths": [
162
+ "/home/runner/.nuget/NuGet/NuGet.Config"
163
+ ],
164
+ "originalTargetFrameworks": [
165
+ "net10.0"
166
+ ],
167
+ "sources": {
168
+ "/usr/share/dotnet/sdk/10.0.102/FSharp/library-packs": {},
169
+ "https://api.nuget.org/v3/index.json": {}
170
+ },
171
+ "frameworks": {
172
+ "net10.0": {
173
+ "targetAlias": "net10.0",
174
+ "projectReferences": {}
175
+ }
176
+ },
177
+ "warningProperties": {
178
+ "allWarningsAsErrors": true
179
+ },
180
+ "restoreLockProperties": {
181
+ "restorePackagesWithLockFile": "false",
182
+ "nuGetLockFilePath": "Fable.lock"
183
+ },
184
+ "restoreAuditProperties": {
185
+ "enableAudit": "true",
186
+ "auditLevel": "low",
187
+ "auditMode": "all"
188
+ },
189
+ "SdkAnalysisLevel": "10.0.100"
190
+ },
191
+ "frameworks": {
192
+ "net10.0": {
193
+ "targetAlias": "net10.0",
194
+ "dependencies": {
195
+ "FSharp.Core": {
196
+ "include": "Runtime, Compile, Build, Native, Analyzers, BuildTransitive",
197
+ "target": "Package",
198
+ "version": "[10.0.102, )",
199
+ "generatePathProperty": true
200
+ },
201
+ "Fable.Core": {
202
+ "target": "Package",
203
+ "version": "[4.5.0, )",
204
+ "generatePathProperty": true
205
+ }
206
+ },
207
+ "imports": [
208
+ "net461",
209
+ "net462",
210
+ "net47",
211
+ "net471",
212
+ "net472",
213
+ "net48",
214
+ "net481"
215
+ ],
216
+ "assetTargetFallback": true,
217
+ "warn": true,
218
+ "frameworkReferences": {
219
+ "Microsoft.NETCore.App": {
220
+ "privateAssets": "all"
221
+ }
222
+ },
223
+ "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/10.0.102/PortableRuntimeIdentifierGraph.json",
224
+ "packagesToPrune": {
225
+ "Microsoft.CSharp": "(,4.7.32767]",
226
+ "Microsoft.VisualBasic": "(,10.4.32767]",
227
+ "Microsoft.Win32.Primitives": "(,4.3.32767]",
228
+ "Microsoft.Win32.Registry": "(,5.0.32767]",
229
+ "runtime.any.System.Collections": "(,4.3.32767]",
230
+ "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]",
231
+ "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]",
232
+ "runtime.any.System.Globalization": "(,4.3.32767]",
233
+ "runtime.any.System.Globalization.Calendars": "(,4.3.32767]",
234
+ "runtime.any.System.IO": "(,4.3.32767]",
235
+ "runtime.any.System.Reflection": "(,4.3.32767]",
236
+ "runtime.any.System.Reflection.Extensions": "(,4.3.32767]",
237
+ "runtime.any.System.Reflection.Primitives": "(,4.3.32767]",
238
+ "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]",
239
+ "runtime.any.System.Runtime": "(,4.3.32767]",
240
+ "runtime.any.System.Runtime.Handles": "(,4.3.32767]",
241
+ "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]",
242
+ "runtime.any.System.Text.Encoding": "(,4.3.32767]",
243
+ "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]",
244
+ "runtime.any.System.Threading.Tasks": "(,4.3.32767]",
245
+ "runtime.any.System.Threading.Timer": "(,4.3.32767]",
246
+ "runtime.aot.System.Collections": "(,4.3.32767]",
247
+ "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]",
248
+ "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]",
249
+ "runtime.aot.System.Globalization": "(,4.3.32767]",
250
+ "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]",
251
+ "runtime.aot.System.IO": "(,4.3.32767]",
252
+ "runtime.aot.System.Reflection": "(,4.3.32767]",
253
+ "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]",
254
+ "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]",
255
+ "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]",
256
+ "runtime.aot.System.Runtime": "(,4.3.32767]",
257
+ "runtime.aot.System.Runtime.Handles": "(,4.3.32767]",
258
+ "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]",
259
+ "runtime.aot.System.Text.Encoding": "(,4.3.32767]",
260
+ "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]",
261
+ "runtime.aot.System.Threading.Tasks": "(,4.3.32767]",
262
+ "runtime.aot.System.Threading.Timer": "(,4.3.32767]",
263
+ "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]",
264
+ "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
265
+ "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
266
+ "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
267
+ "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
268
+ "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
269
+ "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]",
270
+ "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
271
+ "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
272
+ "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
273
+ "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]",
274
+ "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
275
+ "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
276
+ "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
277
+ "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
278
+ "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
279
+ "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]",
280
+ "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
281
+ "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
282
+ "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
283
+ "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
284
+ "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
285
+ "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]",
286
+ "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
287
+ "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
288
+ "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
289
+ "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]",
290
+ "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
291
+ "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
292
+ "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
293
+ "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]",
294
+ "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
295
+ "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
296
+ "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
297
+ "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
298
+ "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
299
+ "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]",
300
+ "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
301
+ "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
302
+ "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
303
+ "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
304
+ "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
305
+ "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]",
306
+ "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
307
+ "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
308
+ "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
309
+ "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]",
310
+ "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
311
+ "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
312
+ "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
313
+ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
314
+ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]",
315
+ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
316
+ "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]",
317
+ "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
318
+ "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
319
+ "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
320
+ "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
321
+ "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
322
+ "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]",
323
+ "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
324
+ "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
325
+ "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
326
+ "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
327
+ "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
328
+ "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]",
329
+ "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
330
+ "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
331
+ "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
332
+ "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
333
+ "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
334
+ "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]",
335
+ "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
336
+ "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
337
+ "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
338
+ "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
339
+ "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
340
+ "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]",
341
+ "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
342
+ "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
343
+ "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
344
+ "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]",
345
+ "runtime.unix.System.Console": "(,4.3.32767]",
346
+ "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]",
347
+ "runtime.unix.System.IO.FileSystem": "(,4.3.32767]",
348
+ "runtime.unix.System.Net.Primitives": "(,4.3.32767]",
349
+ "runtime.unix.System.Net.Sockets": "(,4.3.32767]",
350
+ "runtime.unix.System.Private.Uri": "(,4.3.32767]",
351
+ "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]",
352
+ "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]",
353
+ "runtime.win.System.Console": "(,4.3.32767]",
354
+ "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]",
355
+ "runtime.win.System.IO.FileSystem": "(,4.3.32767]",
356
+ "runtime.win.System.Net.Primitives": "(,4.3.32767]",
357
+ "runtime.win.System.Net.Sockets": "(,4.3.32767]",
358
+ "runtime.win.System.Runtime.Extensions": "(,4.3.32767]",
359
+ "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]",
360
+ "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]",
361
+ "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]",
362
+ "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]",
363
+ "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
364
+ "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]",
365
+ "runtime.win7.System.Private.Uri": "(,4.3.32767]",
366
+ "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]",
367
+ "System.AppContext": "(,4.3.32767]",
368
+ "System.Buffers": "(,5.0.32767]",
369
+ "System.Collections": "(,4.3.32767]",
370
+ "System.Collections.Concurrent": "(,4.3.32767]",
371
+ "System.Collections.Immutable": "(,10.0.32767]",
372
+ "System.Collections.NonGeneric": "(,4.3.32767]",
373
+ "System.Collections.Specialized": "(,4.3.32767]",
374
+ "System.ComponentModel": "(,4.3.32767]",
375
+ "System.ComponentModel.Annotations": "(,4.3.32767]",
376
+ "System.ComponentModel.EventBasedAsync": "(,4.3.32767]",
377
+ "System.ComponentModel.Primitives": "(,4.3.32767]",
378
+ "System.ComponentModel.TypeConverter": "(,4.3.32767]",
379
+ "System.Console": "(,4.3.32767]",
380
+ "System.Data.Common": "(,4.3.32767]",
381
+ "System.Data.DataSetExtensions": "(,4.4.32767]",
382
+ "System.Diagnostics.Contracts": "(,4.3.32767]",
383
+ "System.Diagnostics.Debug": "(,4.3.32767]",
384
+ "System.Diagnostics.DiagnosticSource": "(,10.0.32767]",
385
+ "System.Diagnostics.FileVersionInfo": "(,4.3.32767]",
386
+ "System.Diagnostics.Process": "(,4.3.32767]",
387
+ "System.Diagnostics.StackTrace": "(,4.3.32767]",
388
+ "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]",
389
+ "System.Diagnostics.Tools": "(,4.3.32767]",
390
+ "System.Diagnostics.TraceSource": "(,4.3.32767]",
391
+ "System.Diagnostics.Tracing": "(,4.3.32767]",
392
+ "System.Drawing.Primitives": "(,4.3.32767]",
393
+ "System.Dynamic.Runtime": "(,4.3.32767]",
394
+ "System.Formats.Asn1": "(,10.0.32767]",
395
+ "System.Formats.Tar": "(,10.0.32767]",
396
+ "System.Globalization": "(,4.3.32767]",
397
+ "System.Globalization.Calendars": "(,4.3.32767]",
398
+ "System.Globalization.Extensions": "(,4.3.32767]",
399
+ "System.IO": "(,4.3.32767]",
400
+ "System.IO.Compression": "(,4.3.32767]",
401
+ "System.IO.Compression.ZipFile": "(,4.3.32767]",
402
+ "System.IO.FileSystem": "(,4.3.32767]",
403
+ "System.IO.FileSystem.AccessControl": "(,4.4.32767]",
404
+ "System.IO.FileSystem.DriveInfo": "(,4.3.32767]",
405
+ "System.IO.FileSystem.Primitives": "(,4.3.32767]",
406
+ "System.IO.FileSystem.Watcher": "(,4.3.32767]",
407
+ "System.IO.IsolatedStorage": "(,4.3.32767]",
408
+ "System.IO.MemoryMappedFiles": "(,4.3.32767]",
409
+ "System.IO.Pipelines": "(,10.0.32767]",
410
+ "System.IO.Pipes": "(,4.3.32767]",
411
+ "System.IO.Pipes.AccessControl": "(,5.0.32767]",
412
+ "System.IO.UnmanagedMemoryStream": "(,4.3.32767]",
413
+ "System.Linq": "(,4.3.32767]",
414
+ "System.Linq.AsyncEnumerable": "(,10.0.32767]",
415
+ "System.Linq.Expressions": "(,4.3.32767]",
416
+ "System.Linq.Parallel": "(,4.3.32767]",
417
+ "System.Linq.Queryable": "(,4.3.32767]",
418
+ "System.Memory": "(,5.0.32767]",
419
+ "System.Net.Http": "(,4.3.32767]",
420
+ "System.Net.Http.Json": "(,10.0.32767]",
421
+ "System.Net.NameResolution": "(,4.3.32767]",
422
+ "System.Net.NetworkInformation": "(,4.3.32767]",
423
+ "System.Net.Ping": "(,4.3.32767]",
424
+ "System.Net.Primitives": "(,4.3.32767]",
425
+ "System.Net.Requests": "(,4.3.32767]",
426
+ "System.Net.Security": "(,4.3.32767]",
427
+ "System.Net.ServerSentEvents": "(,10.0.32767]",
428
+ "System.Net.Sockets": "(,4.3.32767]",
429
+ "System.Net.WebHeaderCollection": "(,4.3.32767]",
430
+ "System.Net.WebSockets": "(,4.3.32767]",
431
+ "System.Net.WebSockets.Client": "(,4.3.32767]",
432
+ "System.Numerics.Vectors": "(,5.0.32767]",
433
+ "System.ObjectModel": "(,4.3.32767]",
434
+ "System.Private.DataContractSerialization": "(,4.3.32767]",
435
+ "System.Private.Uri": "(,4.3.32767]",
436
+ "System.Reflection": "(,4.3.32767]",
437
+ "System.Reflection.DispatchProxy": "(,6.0.32767]",
438
+ "System.Reflection.Emit": "(,4.7.32767]",
439
+ "System.Reflection.Emit.ILGeneration": "(,4.7.32767]",
440
+ "System.Reflection.Emit.Lightweight": "(,4.7.32767]",
441
+ "System.Reflection.Extensions": "(,4.3.32767]",
442
+ "System.Reflection.Metadata": "(,10.0.32767]",
443
+ "System.Reflection.Primitives": "(,4.3.32767]",
444
+ "System.Reflection.TypeExtensions": "(,4.3.32767]",
445
+ "System.Resources.Reader": "(,4.3.32767]",
446
+ "System.Resources.ResourceManager": "(,4.3.32767]",
447
+ "System.Resources.Writer": "(,4.3.32767]",
448
+ "System.Runtime": "(,4.3.32767]",
449
+ "System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]",
450
+ "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]",
451
+ "System.Runtime.Extensions": "(,4.3.32767]",
452
+ "System.Runtime.Handles": "(,4.3.32767]",
453
+ "System.Runtime.InteropServices": "(,4.3.32767]",
454
+ "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]",
455
+ "System.Runtime.Loader": "(,4.3.32767]",
456
+ "System.Runtime.Numerics": "(,4.3.32767]",
457
+ "System.Runtime.Serialization.Formatters": "(,4.3.32767]",
458
+ "System.Runtime.Serialization.Json": "(,4.3.32767]",
459
+ "System.Runtime.Serialization.Primitives": "(,4.3.32767]",
460
+ "System.Runtime.Serialization.Xml": "(,4.3.32767]",
461
+ "System.Security.AccessControl": "(,6.0.32767]",
462
+ "System.Security.Claims": "(,4.3.32767]",
463
+ "System.Security.Cryptography.Algorithms": "(,4.3.32767]",
464
+ "System.Security.Cryptography.Cng": "(,5.0.32767]",
465
+ "System.Security.Cryptography.Csp": "(,4.3.32767]",
466
+ "System.Security.Cryptography.Encoding": "(,4.3.32767]",
467
+ "System.Security.Cryptography.OpenSsl": "(,5.0.32767]",
468
+ "System.Security.Cryptography.Primitives": "(,4.3.32767]",
469
+ "System.Security.Cryptography.X509Certificates": "(,4.3.32767]",
470
+ "System.Security.Principal": "(,4.3.32767]",
471
+ "System.Security.Principal.Windows": "(,5.0.32767]",
472
+ "System.Security.SecureString": "(,4.3.32767]",
473
+ "System.Text.Encoding": "(,4.3.32767]",
474
+ "System.Text.Encoding.CodePages": "(,10.0.32767]",
475
+ "System.Text.Encoding.Extensions": "(,4.3.32767]",
476
+ "System.Text.Encodings.Web": "(,10.0.32767]",
477
+ "System.Text.Json": "(,10.0.32767]",
478
+ "System.Text.RegularExpressions": "(,4.3.32767]",
479
+ "System.Threading": "(,4.3.32767]",
480
+ "System.Threading.AccessControl": "(,10.0.32767]",
481
+ "System.Threading.Channels": "(,10.0.32767]",
482
+ "System.Threading.Overlapped": "(,4.3.32767]",
483
+ "System.Threading.Tasks": "(,4.3.32767]",
484
+ "System.Threading.Tasks.Dataflow": "(,10.0.32767]",
485
+ "System.Threading.Tasks.Extensions": "(,5.0.32767]",
486
+ "System.Threading.Tasks.Parallel": "(,4.3.32767]",
487
+ "System.Threading.Thread": "(,4.3.32767]",
488
+ "System.Threading.ThreadPool": "(,4.3.32767]",
489
+ "System.Threading.Timer": "(,4.3.32767]",
490
+ "System.ValueTuple": "(,4.5.32767]",
491
+ "System.Xml.ReaderWriter": "(,4.3.32767]",
492
+ "System.Xml.XDocument": "(,4.3.32767]",
493
+ "System.Xml.XmlDocument": "(,4.3.32767]",
494
+ "System.Xml.XmlSerializer": "(,4.3.32767]",
495
+ "System.Xml.XPath": "(,4.3.32767]",
496
+ "System.Xml.XPath.XDocument": "(,5.0.32767]"
497
+ }
498
+ }
499
+ }
500
+ }
501
+ }
@@ -0,0 +1,23 @@
1
+ <Project>
2
+ <Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
3
+ <PropertyGroup Label="Build">
4
+ <AnalysisMode>AllEnabledByDefault</AnalysisMode>
5
+ <GenerateDocumentationFile>true</GenerateDocumentationFile>
6
+ <SymbolPackageFormat>snupkg</SymbolPackageFormat>
7
+ </PropertyGroup>
8
+ <PropertyGroup Label="Signing">
9
+ <SignAssembly>true</SignAssembly>
10
+ </PropertyGroup>
11
+ <PropertyGroup Label="Source Link">
12
+ <!-- Optional: Declare that the Repository URL can be published to NuSpec -->
13
+ <PublishRepositoryUrl>true</PublishRepositoryUrl>
14
+ <!-- Optional: Embed source files that are not tracked by the source control manager to the PDB -->
15
+ <EmbedUntrackedSources>true</EmbedUntrackedSources>
16
+ <!-- Optional: Include PDB in the built .nupkg -->
17
+ <AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
18
+ </PropertyGroup>
19
+ <ItemGroup Label="Files">
20
+ <None Include="..\..\Images\Icon.png" Pack="true" PackagePath="\" />
21
+ <None Include="..\..\README.md" Pack="true" PackagePath="\" />
22
+ </ItemGroup>
23
+ </Project>
@@ -1,7 +1,7 @@
1
1
  <Project Sdk="Microsoft.NET.Sdk">
2
2
  <PropertyGroup>
3
3
  <OutputType>Exe</OutputType>
4
- <TargetFramework>net8.0</TargetFramework>
4
+ <TargetFramework>net10.0</TargetFramework>
5
5
  <GenerateProgramFile>false</GenerateProgramFile>
6
6
  </PropertyGroup>
7
7
  <ItemGroup>
@@ -14,6 +14,6 @@
14
14
  <PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.3.0" />
15
15
  </ItemGroup>
16
16
  <ItemGroup>
17
- <ProjectReference Include="..\..\src\Fossa.Bridge\Fossa.Bridge.fsproj" />
17
+ <ProjectReference Include="..\..\src\Bridge\Bridge.fsproj" />
18
18
  </ItemGroup>
19
19
  </Project>