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 |
{
"runtimeTarget": { "name": ".NETCoreApp,Version=v6.0", "signature": "" }, "compilationOptions": {}, "targets": { ".NETCoreApp,Version=v6.0": { "Pretendpoint/1.0.6": { "dependencies": { "FSharp.Core": "6.0.2", "PowerShellStandard.Library": "5.1.1", "System.Security.Principal.Windows": "4.7.0" }, "runtime": { "Pretendpoint.dll": {} } }, "FSharp.Core/6.0.2": { "runtime": { "lib/netstandard2.1/FSharp.Core.dll": { "assemblyVersion": "6.0.0.0", "fileVersion": "6.0.221.63103" } }, "resources": { "lib/netstandard2.1/cs/FSharp.Core.resources.dll": { "locale": "cs" }, "lib/netstandard2.1/de/FSharp.Core.resources.dll": { "locale": "de" }, "lib/netstandard2.1/es/FSharp.Core.resources.dll": { "locale": "es" }, "lib/netstandard2.1/fr/FSharp.Core.resources.dll": { "locale": "fr" }, "lib/netstandard2.1/it/FSharp.Core.resources.dll": { "locale": "it" }, "lib/netstandard2.1/ja/FSharp.Core.resources.dll": { "locale": "ja" }, "lib/netstandard2.1/ko/FSharp.Core.resources.dll": { "locale": "ko" }, "lib/netstandard2.1/pl/FSharp.Core.resources.dll": { "locale": "pl" }, "lib/netstandard2.1/pt-BR/FSharp.Core.resources.dll": { "locale": "pt-BR" }, "lib/netstandard2.1/ru/FSharp.Core.resources.dll": { "locale": "ru" }, "lib/netstandard2.1/tr/FSharp.Core.resources.dll": { "locale": "tr" }, "lib/netstandard2.1/zh-Hans/FSharp.Core.resources.dll": { "locale": "zh-Hans" }, "lib/netstandard2.1/zh-Hant/FSharp.Core.resources.dll": { "locale": "zh-Hant" } } }, "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": {} } }, "libraries": { "Pretendpoint/1.0.6": { "type": "project", "serviceable": false, "sha512": "" }, "FSharp.Core/6.0.2": { "type": "package", "serviceable": true, "sha512": "sha512-8GZqv6buY71KQlWT+cl2eMi+aNX9xQ61RgI3Pzv9zPxPOX6tWCLRrBj0MYQ3h871r2RhiHUl7f0AXUD/POr8eA==", "path": "fsharp.core/6.0.2", "hashPath": "fsharp.core.6.0.2.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" } } } |