PSModule.deps.json
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 |
{
"runtimeTarget": { "name": ".NETCoreApp,Version=v2.1", "signature": "" }, "compilationOptions": {}, "targets": { ".NETCoreApp,Version=v2.1": { "PSModule/1.0.0": { "dependencies": { "FSharp.Core": "5.0.0", "FSharp.Data": "3.3.3", "FSharpPlus": "1.1.6", "PowerShellStandard.Library": "5.1.0" }, "runtime": { "PSModule.dll": {} } }, "FSharp.Core/5.0.0": { "runtime": { "lib/netstandard2.0/FSharp.Core.dll": { "assemblyVersion": "5.0.0.0", "fileVersion": "5.0.20.50704" } }, "resources": { "lib/netstandard2.0/cs/FSharp.Core.resources.dll": { "locale": "cs" }, "lib/netstandard2.0/de/FSharp.Core.resources.dll": { "locale": "de" }, "lib/netstandard2.0/es/FSharp.Core.resources.dll": { "locale": "es" }, "lib/netstandard2.0/fr/FSharp.Core.resources.dll": { "locale": "fr" }, "lib/netstandard2.0/it/FSharp.Core.resources.dll": { "locale": "it" }, "lib/netstandard2.0/ja/FSharp.Core.resources.dll": { "locale": "ja" }, "lib/netstandard2.0/ko/FSharp.Core.resources.dll": { "locale": "ko" }, "lib/netstandard2.0/pl/FSharp.Core.resources.dll": { "locale": "pl" }, "lib/netstandard2.0/pt-BR/FSharp.Core.resources.dll": { "locale": "pt-BR" }, "lib/netstandard2.0/ru/FSharp.Core.resources.dll": { "locale": "ru" }, "lib/netstandard2.0/tr/FSharp.Core.resources.dll": { "locale": "tr" }, "lib/netstandard2.0/zh-Hans/FSharp.Core.resources.dll": { "locale": "zh-Hans" }, "lib/netstandard2.0/zh-Hant/FSharp.Core.resources.dll": { "locale": "zh-Hant" } } }, "FSharp.Data/3.3.3": { "dependencies": { "FSharp.Core": "5.0.0" }, "runtime": { "lib/netstandard2.0/FSharp.Data.dll": { "assemblyVersion": "3.3.3.0", "fileVersion": "0.0.0.0" } } }, "FSharpPlus/1.1.6": { "dependencies": { "FSharp.Core": "5.0.0" }, "runtime": { "lib/netstandard2.0/FSharpPlus.dll": { "assemblyVersion": "0.0.0.0", "fileVersion": "0.0.0.0" } } }, "PowerShellStandard.Library/5.1.0": { "runtime": { "lib/netstandard2.0/System.Management.Automation.dll": { "assemblyVersion": "3.0.0.0", "fileVersion": "5.1.0.0" } } } } }, "libraries": { "PSModule/1.0.0": { "type": "project", "serviceable": false, "sha512": "" }, "FSharp.Core/5.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-iHoYXA0VaSQUONGENB1aVafjDDZDZpwu39MtaRCTrmwFW/cTcK0b2yKNVYneFHJMc3ChtsSoM9lNtJ1dYXkHfA==", "path": "fsharp.core/5.0.0", "hashPath": "fsharp.core.5.0.0.nupkg.sha512" }, "FSharp.Data/3.3.3": { "type": "package", "serviceable": true, "sha512": "sha512-O+fV9oPNktESFngvTzPIQUhTdQGNX0XYXToL1l7+3jE46Y7tp8Ux4FkTMzj8wa8QV07l4sY4pJ7bBppGDi3Lsw==", "path": "fsharp.data/3.3.3", "hashPath": "fsharp.data.3.3.3.nupkg.sha512" }, "FSharpPlus/1.1.6": { "type": "package", "serviceable": true, "sha512": "sha512-934c+eTnwrR9G/h6SjzZs6n4e03DEaGgIbQZCrH/leio1AjUpeydb2rCYPBjBqbRnCdOLgnrwE88H2c//y8mEQ==", "path": "fsharpplus/1.1.6", "hashPath": "fsharpplus.1.1.6.nupkg.sha512" }, "PowerShellStandard.Library/5.1.0": { "type": "package", "serviceable": true, "sha512": "sha512-iYaRvQsM1fow9h3uEmio+2m2VXfulgI16AYHaTZ8Sf7erGe27Qc8w/h6QL5UPuwv1aXR40QfzMEwcCeiYJp2cw==", "path": "powershellstandard.library/5.1.0", "hashPath": "powershellstandard.library.5.1.0.nupkg.sha512" } } } |