@fossa-app/bridge 0.1.0 → 0.1.4

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 (64) hide show
  1. package/.github/dependabot.yml +38 -38
  2. package/.github/release-drafter.yml +52 -52
  3. package/.github/workflows/cicd.yml +87 -106
  4. package/.github/workflows/lint.yml +34 -34
  5. package/.github/workflows/release-drafter.yml +27 -27
  6. package/Fossa.Bridge.slnx +7 -7
  7. package/LICENSE +21 -21
  8. package/README.md +42 -5
  9. package/build.ps1 +11 -11
  10. package/dotnet-tools.json +26 -26
  11. package/format.ps1 +11 -11
  12. package/gig.ps1 +15 -15
  13. package/global.json +6 -6
  14. package/lint.ps1 +20 -20
  15. package/pack.ps1 +11 -11
  16. package/package.json +21 -21
  17. package/publish.ps1 +11 -11
  18. package/restore.ps1 +11 -11
  19. package/src/Fossa.Bridge/Fossa.Bridge.fsproj +16 -16
  20. package/src/Fossa.Bridge/Models/ApiModels.fs +136 -136
  21. package/src/Fossa.Bridge/Services/UrlHelpers.fs +18 -18
  22. package/src/Fossa.Bridge/bin/Release/net8.0/Fossa.Bridge.deps.json +97 -97
  23. package/src/Fossa.Bridge/bin/Release/net8.0/Fossa.Bridge.fable-temp.deps.json +40 -40
  24. package/src/Fossa.Bridge/bin/Release/net8.0/Fossa.Bridge.xml +6 -6
  25. package/src/Fossa.Bridge/obj/Fossa.Bridge.fable-temp.csproj.nuget.dgspec.json +82 -80
  26. package/src/Fossa.Bridge/obj/Fossa.Bridge.fable-temp.csproj.nuget.g.props +24 -25
  27. package/src/Fossa.Bridge/obj/Fossa.Bridge.fable-temp.csproj.nuget.g.targets +1 -1
  28. package/src/Fossa.Bridge/obj/Fossa.Bridge.fsproj.nuget.dgspec.json +85 -83
  29. package/src/Fossa.Bridge/obj/Fossa.Bridge.fsproj.nuget.g.props +28 -29
  30. package/src/Fossa.Bridge/obj/Fossa.Bridge.fsproj.nuget.g.targets +1 -1
  31. package/src/Fossa.Bridge/obj/Release/{Fossa.Bridge.0.1.0.nuspec → Fossa.Bridge.0.1.4.nuspec} +19 -19
  32. package/src/Fossa.Bridge/obj/Release/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs +4 -4
  33. package/src/Fossa.Bridge/obj/Release/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.fs +3 -3
  34. package/src/Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.AssemblyInfo.fs +11 -11
  35. package/src/Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.fable-temp.AssemblyInfo.cs +23 -23
  36. package/src/Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.fable-temp.GeneratedMSBuildEditorConfig.editorconfig +17 -17
  37. package/src/Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.fable-temp.csproj.FileListAbsolute.txt +4 -4
  38. package/src/Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.fsproj.FileListAbsolute.txt +14 -14
  39. package/src/Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.sourcelink.json +1 -1
  40. package/src/Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.xml +6 -6
  41. package/src/Fossa.Bridge/obj/Release/net8.0/ILLink.Substitutions.xml +15 -15
  42. package/src/Fossa.Bridge/obj/project.assets.json +229 -228
  43. package/test.ps1 +11 -11
  44. package/tests/Fossa.Bridge.Tests/Fossa.Bridge.Tests.fsproj +18 -18
  45. package/tests/Fossa.Bridge.Tests/Main.fs +7 -7
  46. package/tests/Fossa.Bridge.Tests/UrlHelpersTests.fs +33 -33
  47. package/tests/Fossa.Bridge.Tests/bin/Release/net8.0/.msCoverageSourceRootsMapping_Fossa.Bridge.Tests +0 -0
  48. package/tests/Fossa.Bridge.Tests/bin/Release/net8.0/Fossa.Bridge.Tests +0 -0
  49. package/tests/Fossa.Bridge.Tests/bin/Release/net8.0/Fossa.Bridge.Tests.deps.json +805 -805
  50. package/tests/Fossa.Bridge.Tests/bin/Release/net8.0/Fossa.Bridge.Tests.runtimeconfig.json +13 -13
  51. package/tests/Fossa.Bridge.Tests/bin/Release/net8.0/Fossa.Bridge.xml +6 -6
  52. package/tests/Fossa.Bridge.Tests/obj/Fossa.Bridge.Tests.fsproj.nuget.dgspec.json +181 -173
  53. package/tests/Fossa.Bridge.Tests/obj/Fossa.Bridge.Tests.fsproj.nuget.g.props +29 -30
  54. package/tests/Fossa.Bridge.Tests/obj/Fossa.Bridge.Tests.fsproj.nuget.g.targets +10 -10
  55. package/tests/Fossa.Bridge.Tests/obj/Release/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.fs +3 -3
  56. package/tests/Fossa.Bridge.Tests/obj/Release/net8.0/Fossa.Bridge.Tests.AssemblyInfo.fs +10 -10
  57. package/tests/Fossa.Bridge.Tests/obj/Release/net8.0/Fossa.Bridge.Tests.fsproj.FileListAbsolute.txt +190 -191
  58. package/tests/Fossa.Bridge.Tests/obj/Release/net8.0/Fossa.Bridge.Tests.sourcelink.json +1 -1
  59. package/tests/Fossa.Bridge.Tests/obj/Release/net8.0/ILLink.Substitutions.xml +15 -15
  60. package/tests/Fossa.Bridge.Tests/obj/Release/net8.0/apphost +0 -0
  61. package/tests/Fossa.Bridge.Tests/obj/project.assets.json +2022 -2017
  62. package/trigger.ps1 +32 -32
  63. package/tsconfig.json +15 -15
  64. package/version.ps1 +11 -11
@@ -1,98 +1,98 @@
1
- {
2
- "runtimeTarget": {
3
- "name": ".NETCoreApp,Version=v8.0",
4
- "signature": ""
5
- },
6
- "compilationOptions": {},
7
- "targets": {
8
- ".NETCoreApp,Version=v8.0": {
9
- "Fossa.Bridge/0.1.0": {
10
- "dependencies": {
11
- "FSharp.Core": "10.0.103",
12
- "Fable.Core": "4.5.0"
13
- },
14
- "runtime": {
15
- "Fossa.Bridge.dll": {}
16
- }
17
- },
18
- "Fable.Core/4.5.0": {
19
- "runtime": {
20
- "lib/netstandard2.0/Fable.Core.dll": {
21
- "assemblyVersion": "4.5.0.0",
22
- "fileVersion": "4.5.0.0"
23
- }
24
- }
25
- },
26
- "FSharp.Core/10.0.103": {
27
- "runtime": {
28
- "lib/netstandard2.1/FSharp.Core.dll": {
29
- "assemblyVersion": "10.0.0.0",
30
- "fileVersion": "10.1.326.7603"
31
- }
32
- },
33
- "resources": {
34
- "lib/netstandard2.1/cs/FSharp.Core.resources.dll": {
35
- "locale": "cs"
36
- },
37
- "lib/netstandard2.1/de/FSharp.Core.resources.dll": {
38
- "locale": "de"
39
- },
40
- "lib/netstandard2.1/es/FSharp.Core.resources.dll": {
41
- "locale": "es"
42
- },
43
- "lib/netstandard2.1/fr/FSharp.Core.resources.dll": {
44
- "locale": "fr"
45
- },
46
- "lib/netstandard2.1/it/FSharp.Core.resources.dll": {
47
- "locale": "it"
48
- },
49
- "lib/netstandard2.1/ja/FSharp.Core.resources.dll": {
50
- "locale": "ja"
51
- },
52
- "lib/netstandard2.1/ko/FSharp.Core.resources.dll": {
53
- "locale": "ko"
54
- },
55
- "lib/netstandard2.1/pl/FSharp.Core.resources.dll": {
56
- "locale": "pl"
57
- },
58
- "lib/netstandard2.1/pt-BR/FSharp.Core.resources.dll": {
59
- "locale": "pt-BR"
60
- },
61
- "lib/netstandard2.1/ru/FSharp.Core.resources.dll": {
62
- "locale": "ru"
63
- },
64
- "lib/netstandard2.1/tr/FSharp.Core.resources.dll": {
65
- "locale": "tr"
66
- },
67
- "lib/netstandard2.1/zh-Hans/FSharp.Core.resources.dll": {
68
- "locale": "zh-Hans"
69
- },
70
- "lib/netstandard2.1/zh-Hant/FSharp.Core.resources.dll": {
71
- "locale": "zh-Hant"
72
- }
73
- }
74
- }
75
- }
76
- },
77
- "libraries": {
78
- "Fossa.Bridge/0.1.0": {
79
- "type": "project",
80
- "serviceable": false,
81
- "sha512": ""
82
- },
83
- "Fable.Core/4.5.0": {
84
- "type": "package",
85
- "serviceable": true,
86
- "sha512": "sha512-ZcX8XN5sQZGCbrS8VYnsa/ynhrCBfpDyqDkTl33GTXOpgfKibxoq0+W0hCSbRzuukVNoLtqGL/B6+8yTNDXbNA==",
87
- "path": "fable.core/4.5.0",
88
- "hashPath": "fable.core.4.5.0.nupkg.sha512"
89
- },
90
- "FSharp.Core/10.0.103": {
91
- "type": "package",
92
- "serviceable": true,
93
- "sha512": "sha512-GfQInb74eDh9JZ8wx4+t/lOrH1uRqZvneuViVJ8CwbQwmtyyZoeGuzRayL01MNAsm8B6eRenWwJThu01EFPeKg==",
94
- "path": "fsharp.core/10.0.103",
95
- "hashPath": "fsharp.core.10.0.103.nupkg.sha512"
96
- }
97
- }
1
+ {
2
+ "runtimeTarget": {
3
+ "name": ".NETCoreApp,Version=v8.0",
4
+ "signature": ""
5
+ },
6
+ "compilationOptions": {},
7
+ "targets": {
8
+ ".NETCoreApp,Version=v8.0": {
9
+ "Fossa.Bridge/0.1.4": {
10
+ "dependencies": {
11
+ "FSharp.Core": "10.0.102",
12
+ "Fable.Core": "4.5.0"
13
+ },
14
+ "runtime": {
15
+ "Fossa.Bridge.dll": {}
16
+ }
17
+ },
18
+ "Fable.Core/4.5.0": {
19
+ "runtime": {
20
+ "lib/netstandard2.0/Fable.Core.dll": {
21
+ "assemblyVersion": "4.5.0.0",
22
+ "fileVersion": "4.5.0.0"
23
+ }
24
+ }
25
+ },
26
+ "FSharp.Core/10.0.102": {
27
+ "runtime": {
28
+ "lib/netstandard2.1/FSharp.Core.dll": {
29
+ "assemblyVersion": "10.0.0.0",
30
+ "fileVersion": "10.1.225.61305"
31
+ }
32
+ },
33
+ "resources": {
34
+ "lib/netstandard2.1/cs/FSharp.Core.resources.dll": {
35
+ "locale": "cs"
36
+ },
37
+ "lib/netstandard2.1/de/FSharp.Core.resources.dll": {
38
+ "locale": "de"
39
+ },
40
+ "lib/netstandard2.1/es/FSharp.Core.resources.dll": {
41
+ "locale": "es"
42
+ },
43
+ "lib/netstandard2.1/fr/FSharp.Core.resources.dll": {
44
+ "locale": "fr"
45
+ },
46
+ "lib/netstandard2.1/it/FSharp.Core.resources.dll": {
47
+ "locale": "it"
48
+ },
49
+ "lib/netstandard2.1/ja/FSharp.Core.resources.dll": {
50
+ "locale": "ja"
51
+ },
52
+ "lib/netstandard2.1/ko/FSharp.Core.resources.dll": {
53
+ "locale": "ko"
54
+ },
55
+ "lib/netstandard2.1/pl/FSharp.Core.resources.dll": {
56
+ "locale": "pl"
57
+ },
58
+ "lib/netstandard2.1/pt-BR/FSharp.Core.resources.dll": {
59
+ "locale": "pt-BR"
60
+ },
61
+ "lib/netstandard2.1/ru/FSharp.Core.resources.dll": {
62
+ "locale": "ru"
63
+ },
64
+ "lib/netstandard2.1/tr/FSharp.Core.resources.dll": {
65
+ "locale": "tr"
66
+ },
67
+ "lib/netstandard2.1/zh-Hans/FSharp.Core.resources.dll": {
68
+ "locale": "zh-Hans"
69
+ },
70
+ "lib/netstandard2.1/zh-Hant/FSharp.Core.resources.dll": {
71
+ "locale": "zh-Hant"
72
+ }
73
+ }
74
+ }
75
+ }
76
+ },
77
+ "libraries": {
78
+ "Fossa.Bridge/0.1.4": {
79
+ "type": "project",
80
+ "serviceable": false,
81
+ "sha512": ""
82
+ },
83
+ "Fable.Core/4.5.0": {
84
+ "type": "package",
85
+ "serviceable": true,
86
+ "sha512": "sha512-ZcX8XN5sQZGCbrS8VYnsa/ynhrCBfpDyqDkTl33GTXOpgfKibxoq0+W0hCSbRzuukVNoLtqGL/B6+8yTNDXbNA==",
87
+ "path": "fable.core/4.5.0",
88
+ "hashPath": "fable.core.4.5.0.nupkg.sha512"
89
+ },
90
+ "FSharp.Core/10.0.102": {
91
+ "type": "package",
92
+ "serviceable": true,
93
+ "sha512": "sha512-vd5vApQ869O7qKMOC6zKsBFQMXBLGp0cfw3YMxp+cp8kWbXcEgrVBBEbQYhHEYU5TLeUmm4nqQIThvPXvtSAEA==",
94
+ "path": "fsharp.core/10.0.102",
95
+ "hashPath": "fsharp.core.10.0.102.nupkg.sha512"
96
+ }
97
+ }
98
98
  }
@@ -1,41 +1,41 @@
1
- {
2
- "runtimeTarget": {
3
- "name": ".NETCoreApp,Version=v8.0",
4
- "signature": ""
5
- },
6
- "compilationOptions": {},
7
- "targets": {
8
- ".NETCoreApp,Version=v8.0": {
9
- "Fossa.Bridge.fable-temp/1.0.0": {
10
- "dependencies": {
11
- "Fable.Core": "4.5.0"
12
- },
13
- "runtime": {
14
- "Fossa.Bridge.fable-temp.dll": {}
15
- }
16
- },
17
- "Fable.Core/4.5.0": {
18
- "runtime": {
19
- "lib/netstandard2.0/Fable.Core.dll": {
20
- "assemblyVersion": "4.5.0.0",
21
- "fileVersion": "4.5.0.0"
22
- }
23
- }
24
- }
25
- }
26
- },
27
- "libraries": {
28
- "Fossa.Bridge.fable-temp/1.0.0": {
29
- "type": "project",
30
- "serviceable": false,
31
- "sha512": ""
32
- },
33
- "Fable.Core/4.5.0": {
34
- "type": "package",
35
- "serviceable": true,
36
- "sha512": "sha512-ZcX8XN5sQZGCbrS8VYnsa/ynhrCBfpDyqDkTl33GTXOpgfKibxoq0+W0hCSbRzuukVNoLtqGL/B6+8yTNDXbNA==",
37
- "path": "fable.core/4.5.0",
38
- "hashPath": "fable.core.4.5.0.nupkg.sha512"
39
- }
40
- }
1
+ {
2
+ "runtimeTarget": {
3
+ "name": ".NETCoreApp,Version=v8.0",
4
+ "signature": ""
5
+ },
6
+ "compilationOptions": {},
7
+ "targets": {
8
+ ".NETCoreApp,Version=v8.0": {
9
+ "Fossa.Bridge.fable-temp/1.0.0": {
10
+ "dependencies": {
11
+ "Fable.Core": "4.5.0"
12
+ },
13
+ "runtime": {
14
+ "Fossa.Bridge.fable-temp.dll": {}
15
+ }
16
+ },
17
+ "Fable.Core/4.5.0": {
18
+ "runtime": {
19
+ "lib/netstandard2.0/Fable.Core.dll": {
20
+ "assemblyVersion": "4.5.0.0",
21
+ "fileVersion": "4.5.0.0"
22
+ }
23
+ }
24
+ }
25
+ }
26
+ },
27
+ "libraries": {
28
+ "Fossa.Bridge.fable-temp/1.0.0": {
29
+ "type": "project",
30
+ "serviceable": false,
31
+ "sha512": ""
32
+ },
33
+ "Fable.Core/4.5.0": {
34
+ "type": "package",
35
+ "serviceable": true,
36
+ "sha512": "sha512-ZcX8XN5sQZGCbrS8VYnsa/ynhrCBfpDyqDkTl33GTXOpgfKibxoq0+W0hCSbRzuukVNoLtqGL/B6+8yTNDXbNA==",
37
+ "path": "fable.core/4.5.0",
38
+ "hashPath": "fable.core.4.5.0.nupkg.sha512"
39
+ }
40
+ }
41
41
  }
@@ -1,6 +1,6 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <doc>
3
- <assembly><name>Fossa.Bridge</name></assembly>
4
- <members>
5
- </members>
6
- </doc>
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <doc>
3
+ <assembly><name>Fossa.Bridge</name></assembly>
4
+ <members>
5
+ </members>
6
+ </doc>
@@ -1,81 +1,83 @@
1
- {
2
- "format": 1,
3
- "restore": {
4
- "D:\\GitHub\\fossa-app\\Bridge\\src\\Fossa.Bridge\\Fossa.Bridge.fable-temp.csproj": {}
5
- },
6
- "projects": {
7
- "D:\\GitHub\\fossa-app\\Bridge\\src\\Fossa.Bridge\\Fossa.Bridge.fable-temp.csproj": {
8
- "version": "1.0.0",
9
- "restore": {
10
- "projectUniqueName": "D:\\GitHub\\fossa-app\\Bridge\\src\\Fossa.Bridge\\Fossa.Bridge.fable-temp.csproj",
11
- "projectName": "Fossa.Bridge",
12
- "projectPath": "D:\\GitHub\\fossa-app\\Bridge\\src\\Fossa.Bridge\\Fossa.Bridge.fable-temp.csproj",
13
- "packagesPath": "C:\\Users\\tiksn\\.nuget\\packages\\",
14
- "outputPath": "D:\\GitHub\\fossa-app\\Bridge\\src\\Fossa.Bridge\\obj\\",
15
- "projectStyle": "PackageReference",
16
- "fallbackFolders": [
17
- "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
18
- ],
19
- "configFilePaths": [
20
- "C:\\Users\\tiksn\\AppData\\Roaming\\NuGet\\NuGet.Config",
21
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
22
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
23
- ],
24
- "originalTargetFrameworks": [
25
- "net8.0"
26
- ],
27
- "sources": {
28
- "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
29
- "C:\\Program Files\\dotnet\\library-packs": {},
30
- "C:\\Users\\tiksn\\.nuget\\localpackages": {},
31
- "https://api.nuget.org/v3/index.json": {}
32
- },
33
- "frameworks": {
34
- "net8.0": {
35
- "targetAlias": "net8.0",
36
- "projectReferences": {}
37
- }
38
- },
39
- "warningProperties": {
40
- "warnAsError": [
41
- "NU1605"
42
- ]
43
- },
44
- "restoreAuditProperties": {
45
- "enableAudit": "true",
46
- "auditLevel": "low",
47
- "auditMode": "direct"
48
- },
49
- "SdkAnalysisLevel": "10.0.100"
50
- },
51
- "frameworks": {
52
- "net8.0": {
53
- "targetAlias": "net8.0",
54
- "dependencies": {
55
- "Fable.Core": {
56
- "target": "Package",
57
- "version": "[4.5.0, )"
58
- }
59
- },
60
- "imports": [
61
- "net461",
62
- "net462",
63
- "net47",
64
- "net471",
65
- "net472",
66
- "net48",
67
- "net481"
68
- ],
69
- "assetTargetFallback": true,
70
- "warn": true,
71
- "frameworkReferences": {
72
- "Microsoft.NETCore.App": {
73
- "privateAssets": "all"
74
- }
75
- },
76
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.103/PortableRuntimeIdentifierGraph.json"
77
- }
78
- }
79
- }
80
- }
1
+ {
2
+ "format": 1,
3
+ "restore": {
4
+ "/home/runner/work/Bridge/Bridge/src/Fossa.Bridge/Fossa.Bridge.fable-temp.csproj": {}
5
+ },
6
+ "projects": {
7
+ "/home/runner/work/Bridge/Bridge/src/Fossa.Bridge/Fossa.Bridge.fable-temp.csproj": {
8
+ "version": "1.0.0",
9
+ "restore": {
10
+ "projectUniqueName": "/home/runner/work/Bridge/Bridge/src/Fossa.Bridge/Fossa.Bridge.fable-temp.csproj",
11
+ "projectName": "Fossa.Bridge",
12
+ "projectPath": "/home/runner/work/Bridge/Bridge/src/Fossa.Bridge/Fossa.Bridge.fable-temp.csproj",
13
+ "packagesPath": "/home/runner/.nuget/packages/",
14
+ "outputPath": "/home/runner/work/Bridge/Bridge/src/Fossa.Bridge/obj/",
15
+ "projectStyle": "PackageReference",
16
+ "configFilePaths": [
17
+ "/home/runner/.nuget/NuGet/NuGet.Config"
18
+ ],
19
+ "originalTargetFrameworks": [
20
+ "net8.0"
21
+ ],
22
+ "sources": {
23
+ "https://api.nuget.org/v3/index.json": {}
24
+ },
25
+ "frameworks": {
26
+ "net8.0": {
27
+ "targetAlias": "net8.0",
28
+ "projectReferences": {}
29
+ }
30
+ },
31
+ "warningProperties": {
32
+ "warnAsError": [
33
+ "NU1605"
34
+ ]
35
+ },
36
+ "restoreAuditProperties": {
37
+ "enableAudit": "true",
38
+ "auditLevel": "low",
39
+ "auditMode": "direct"
40
+ },
41
+ "SdkAnalysisLevel": "10.0.100"
42
+ },
43
+ "frameworks": {
44
+ "net8.0": {
45
+ "targetAlias": "net8.0",
46
+ "dependencies": {
47
+ "Fable.Core": {
48
+ "target": "Package",
49
+ "version": "[4.5.0, )"
50
+ }
51
+ },
52
+ "imports": [
53
+ "net461",
54
+ "net462",
55
+ "net47",
56
+ "net471",
57
+ "net472",
58
+ "net48",
59
+ "net481"
60
+ ],
61
+ "assetTargetFallback": true,
62
+ "warn": true,
63
+ "downloadDependencies": [
64
+ {
65
+ "name": "Microsoft.AspNetCore.App.Ref",
66
+ "version": "[8.0.23, 8.0.23]"
67
+ },
68
+ {
69
+ "name": "Microsoft.NETCore.App.Ref",
70
+ "version": "[8.0.23, 8.0.23]"
71
+ }
72
+ ],
73
+ "frameworkReferences": {
74
+ "Microsoft.NETCore.App": {
75
+ "privateAssets": "all"
76
+ }
77
+ },
78
+ "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/10.0.102/PortableRuntimeIdentifierGraph.json"
79
+ }
80
+ }
81
+ }
82
+ }
81
83
  }
@@ -1,26 +1,25 @@
1
- <?xml version="1.0" encoding="utf-8" standalone="no"?>
2
- <Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
- <PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
4
- <RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
5
- <RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
6
- <ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
7
- <NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
8
- <NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\tiksn\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
9
- <NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
10
- <NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">7.0.0</NuGetToolVersion>
11
- </PropertyGroup>
12
- <ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
13
- <SourceRoot Include="C:\Users\tiksn\.nuget\packages\" />
14
- <SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
15
- </ItemGroup>
16
- <ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
17
- <Content Include="$(NuGetPackageRoot)fable.core\4.5.0\contentFiles\any\netstandard2.0\CHANGELOG.md" Condition="Exists('$(NuGetPackageRoot)fable.core\4.5.0\contentFiles\any\netstandard2.0\CHANGELOG.md')">
18
- <NuGetPackageId>Fable.Core</NuGetPackageId>
19
- <NuGetPackageVersion>4.5.0</NuGetPackageVersion>
20
- <NuGetItemType>Content</NuGetItemType>
21
- <Pack>false</Pack>
22
- <Private>False</Private>
23
- <Link>CHANGELOG.md</Link>
24
- </Content>
25
- </ItemGroup>
1
+ <?xml version="1.0" encoding="utf-8" standalone="no"?>
2
+ <Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
+ <PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
4
+ <RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
5
+ <RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
6
+ <ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
7
+ <NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">/home/runner/.nuget/packages/</NuGetPackageRoot>
8
+ <NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">/home/runner/.nuget/packages/</NuGetPackageFolders>
9
+ <NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
10
+ <NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">7.0.0</NuGetToolVersion>
11
+ </PropertyGroup>
12
+ <ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
13
+ <SourceRoot Include="/home/runner/.nuget/packages/" />
14
+ </ItemGroup>
15
+ <ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
16
+ <Content Include="$(NuGetPackageRoot)fable.core/4.5.0/contentFiles/any/netstandard2.0/CHANGELOG.md" Condition="Exists('$(NuGetPackageRoot)fable.core/4.5.0/contentFiles/any/netstandard2.0/CHANGELOG.md')">
17
+ <NuGetPackageId>Fable.Core</NuGetPackageId>
18
+ <NuGetPackageVersion>4.5.0</NuGetPackageVersion>
19
+ <NuGetItemType>Content</NuGetItemType>
20
+ <Pack>false</Pack>
21
+ <Private>False</Private>
22
+ <Link>CHANGELOG.md</Link>
23
+ </Content>
24
+ </ItemGroup>
26
25
  </Project>
@@ -1,2 +1,2 @@
1
- <?xml version="1.0" encoding="utf-8" standalone="no"?>
1
+ <?xml version="1.0" encoding="utf-8" standalone="no"?>
2
2
  <Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />