Assemblies/PowerGit.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 |
{ "runtimeTarget": { "name": ".NETStandard,Version=v2.0/", "signature": "" }, "compilationOptions": {}, "targets": { ".NETStandard,Version=v2.0": {}, ".NETStandard,Version=v2.0/": { "PowerGit/1.0.0": { "dependencies": { "LibGit2Sharp": "0.26.1", "LibGit2Sharp.NativeBinaries": "2.0.289", "NETStandard.Library": "2.0.3" }, "runtime": { "PowerGit.dll": {} } }, "LibGit2Sharp/0.26.1": { "dependencies": { "LibGit2Sharp.NativeBinaries": "2.0.289" }, "runtime": { "lib/netstandard2.0/LibGit2Sharp.dll": { "assemblyVersion": "0.26.0.0", "fileVersion": "0.26.1.93" } } }, "LibGit2Sharp.NativeBinaries/2.0.289": {}, "Microsoft.NETCore.Platforms/1.1.0": {}, "NETStandard.Library/2.0.3": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0" } } } }, "libraries": { "PowerGit/1.0.0": { "type": "project", "serviceable": false, "sha512": "" }, "LibGit2Sharp/0.26.1": { "type": "package", "serviceable": true, "sha512": "sha512-CGEI8n5QjuQ05KsDYY6+utD1Ovcia1IFIbzA2Z3KjZkybVP9JeftSwCnAuRvVKsL9EPsOU0Eew2QiUfdeyhFYg==", "path": "libgit2sharp/0.26.1", "hashPath": "libgit2sharp.0.26.1.nupkg.sha512" }, "LibGit2Sharp.NativeBinaries/2.0.289": { "type": "package", "serviceable": true, "sha512": "sha512-/bHaWrS2qcviCKnr+98DIKGfPCQByqwU/KzWrOsQnCQaz7DNVs4xMpkrGEhgc2O0aTKCXUb1np8nCl8qrxIuag==", "path": "libgit2sharp.nativebinaries/2.0.289", "hashPath": "libgit2sharp.nativebinaries.2.0.289.nupkg.sha512" }, "Microsoft.NETCore.Platforms/1.1.0": { "type": "package", "serviceable": true, "sha512": "sha512-bLpT1f/SFlO1CzqXG12KnJzpZs6lv24uX2Rzi4Fmm0noJpNlnWRVryuO3yK18Ca04t/YHcO1e1Z0WDfjseqNzw==", "path": "microsoft.netcore.platforms/1.1.0", "hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512" }, "NETStandard.Library/2.0.3": { "type": "package", "serviceable": true, "sha512": "sha512-st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==", "path": "netstandard.library/2.0.3", "hashPath": "netstandard.library.2.0.3.nupkg.sha512" } } } |