Pretendpoint.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 137 138 139 |
{
"runtimeTarget": { "name": ".NETCoreApp,Version=v2.1", "signature": "" }, "compilationOptions": {}, "targets": { ".NETCoreApp,Version=v2.1": { "Pretendpoint/1.0.4": { "dependencies": { "FSharp.Core": "4.7.0", "PowerShellStandard.Library": "5.1.1", "System.Security.Principal.Windows": "4.7.0" }, "runtime": { "Pretendpoint.dll": {} } }, "FSharp.Core/4.7.0": { "runtime": { "lib/netstandard2.0/FSharp.Core.dll": { "assemblyVersion": "4.7.0.0", "fileVersion": "4.700.19.40208" } }, "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" } } }, "Microsoft.NETCore.Platforms/3.1.0": {}, "PowerShellStandard.Library/5.1.1": { "runtime": { "lib/netstandard2.0/System.Management.Automation.dll": { "assemblyVersion": "3.0.0.0", "fileVersion": "5.1.1.0" } } }, "System.Security.Principal.Windows/4.7.0": { "dependencies": { "Microsoft.NETCore.Platforms": "3.1.0" }, "runtime": { "lib/netstandard2.0/System.Security.Principal.Windows.dll": { "assemblyVersion": "4.1.3.0", "fileVersion": "4.700.19.56404" } }, "runtimeTargets": { "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { "rid": "unix", "assetType": "runtime", "assemblyVersion": "4.1.3.0", "fileVersion": "4.700.19.56404" }, "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { "rid": "win", "assetType": "runtime", "assemblyVersion": "4.1.3.0", "fileVersion": "4.700.19.56404" } } } } }, "libraries": { "Pretendpoint/1.0.4": { "type": "project", "serviceable": false, "sha512": "" }, "FSharp.Core/4.7.0": { "type": "package", "serviceable": true, "sha512": "sha512-6Bf2qzSCaJoP6tTfO+a5muUS7QbyJANqSut73zQvwQ9It5P0ITz9VKseeia2ofco30c55EQ0jA2wf2+A2gpGnw==", "path": "fsharp.core/4.7.0", "hashPath": "fsharp.core.4.7.0.nupkg.sha512" }, "Microsoft.NETCore.Platforms/3.1.0": { "type": "package", "serviceable": true, "sha512": "sha512-z7aeg8oHln2CuNulfhiLYxCVMPEwBl3rzicjvIX+4sUuCwvXw5oXQEtbiU2c0z4qYL5L3Kmx0mMA/+t/SbY67w==", "path": "microsoft.netcore.platforms/3.1.0", "hashPath": "microsoft.netcore.platforms.3.1.0.nupkg.sha512" }, "PowerShellStandard.Library/5.1.1": { "type": "package", "serviceable": true, "sha512": "sha512-e31xJjG+Kjbv6YF3Yq6D4Dl3or8v7LrNF41k3CXrWozW6hR1zcOe5KYuZJaGSiAgLnwP8wcW+I3+IWEzMPZKXQ==", "path": "powershellstandard.library/5.1.1", "hashPath": "powershellstandard.library.5.1.1.nupkg.sha512" }, "System.Security.Principal.Windows/4.7.0": { "type": "package", "serviceable": true, "sha512": "sha512-ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==", "path": "system.security.principal.windows/4.7.0", "hashPath": "system.security.principal.windows.4.7.0.nupkg.sha512" } } } |