forked from microsoft/Docker-PowerShell
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.json
More file actions
37 lines (37 loc) · 746 Bytes
/
Copy pathproject.json
File metadata and controls
37 lines (37 loc) · 746 Bytes
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
{
"version": "0.1.0",
"description": "Docker.PowerShell Cmdlet Library",
"dependencies": {
"Docker.DotNet.X509": "2.124.3",
"Docker.DotNet": "2.124.3",
"Tar": "0.1.0-*"
},
"frameworks": {
"netstandard1.6": {
"imports": [
"portable-net45+win8"
],
"dependencies": {
"Microsoft.PowerShell.SDK": {
"version": "1.0.0-alpha9",
"type": "platform"
}
}
},
"net46": {
"dependencies": {
"Microsoft.PowerShell.5.ReferenceAssemblies": {
"version": "1.0.0",
"type": "build"
}
}
}
},
"publishOptions": {
"include": [
"Docker.psd1",
"Docker.psm1",
"Docker.Format.ps1xml"
]
}
}