forked from PowerShell/PowerShell
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.json
More file actions
105 lines (103 loc) · 6.75 KB
/
Copy pathproject.json
File metadata and controls
105 lines (103 loc) · 6.75 KB
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
{
"name": "Microsoft.PowerShell.SDK",
"version": "1.0.0-*",
"description": "PowerShell SDK metapackage",
"dependencies": {
"Microsoft.PowerShell.Commands.Management" : "1.0.0-*",
"Microsoft.PowerShell.Commands.Utility" : "1.0.0-*",
"Microsoft.PowerShell.ConsoleHost" : "1.0.0-*",
"Microsoft.PowerShell.Security" : "1.0.0-*",
"System.Management.Automation" : "1.0.0-*"
},
"frameworks": {
"net451": {},
"netstandard1.6": {
"imports": ["dnxcore50", "portable-net45+win8"],
"dependencies": {
"Microsoft.NETCore.Portable.Compatibility": "1.0.3-beta-24514-00",
"Microsoft.CSharp": "4.3.0-preview1-24530-04",
"Microsoft.VisualBasic": "10.1.0-preview1-24530-04",
"Microsoft.Win32.Registry" : "4.3.0-preview1-24530-04",
"Microsoft.Win32.Registry.AccessControl" : "4.3.0-preview1-24530-04",
"NETStandard.Library": "1.6.1-preview1-24530-04",
"System.Collections.Immutable" : "1.3.0-preview1-24530-04",
"System.Collections.NonGeneric" : "4.3.0-preview1-24530-04",
"System.Collections.Specialized" : "4.3.0-preview1-24530-04",
"System.ComponentModel" : "4.3.0-preview1-24530-04",
"System.ComponentModel.Annotations" : "4.3.0-preview1-24530-04",
"System.ComponentModel.EventBasedAsync" : "4.3.0-preview1-24530-04",
"System.ComponentModel.Primitives" : "4.3.0-preview1-24530-04",
"System.ComponentModel.TypeConverter" : "4.3.0-preview1-24530-04",
"System.Data.Common" : "4.3.0-preview1-24530-04",
"System.Data.SqlClient" : "4.3.0-preview1-24530-04",
"System.Diagnostics.Contracts" : "4.3.0-preview1-24530-04",
"System.Diagnostics.DiagnosticSource" : "4.3.0-preview1-24530-04",
"System.Diagnostics.FileVersionInfo" : "4.3.0-preview1-24530-04",
"System.Diagnostics.Process" : "4.3.0-preview1-24530-04",
"System.Diagnostics.StackTrace" : "4.3.0-preview1-24530-04",
"System.Diagnostics.TextWriterTraceListener" : "4.3.0-preview1-24530-04",
"System.Diagnostics.TraceSource" : "4.3.0-preview1-24530-04",
"System.Dynamic.Runtime" : "4.3.0-preview1-24530-04",
"System.Globalization.Extensions" : "4.3.0-preview1-24530-04",
"System.IO.FileSystem.AccessControl" : "4.3.0-preview1-24530-04",
"System.IO.FileSystem.DriveInfo" : "4.3.0-preview1-24530-04",
"System.IO.FileSystem.Watcher" : "4.3.0-preview1-24530-04",
"System.IO.MemoryMappedFiles" : "4.3.0-preview1-24530-04",
"System.IO.Packaging" : "4.3.0-preview1-24530-04",
"System.IO.Pipes" : "4.3.0-preview1-24530-04",
"System.IO.UnmanagedMemoryStream" : "4.3.0-preview1-24530-04",
"System.Linq.Parallel" : "4.3.0-preview1-24530-04",
"System.Linq.Queryable" : "4.3.0-preview1-24530-04",
"System.Net.Http.WinHttpHandler" : "4.3.0-preview1-24530-04",
"System.Net.NameResolution" : "4.3.0-preview1-24530-04",
"System.Net.NetworkInformation" : "4.3.0-preview1-24530-04",
"System.Net.Ping" : "4.3.0-preview1-24530-04",
"System.Net.Requests" : "4.3.0-preview1-24530-04",
"System.Net.Security" : "4.3.0-preview1-24530-04",
"System.Net.WebHeaderCollection" : "4.3.0-preview1-24530-04",
"System.Net.WebSockets" : "4.3.0-preview1-24530-04",
"System.Net.WebSockets.Client" : "4.3.0-preview1-24530-04",
"System.Numerics.Vectors" : "4.3.0-preview1-24530-04",
"System.Reflection.DispatchProxy" : "4.3.0-preview1-24530-04",
"System.Reflection.Emit" : "4.3.0-preview1-24530-04",
"System.Reflection.Emit.ILGeneration" : "4.3.0-preview1-24530-04",
"System.Reflection.Emit.Lightweight" : "4.3.0-preview1-24530-04",
"System.Reflection.Metadata" : "1.4.1-preview1-24530-04",
"System.Reflection.TypeExtensions" : "4.3.0-preview1-24530-04",
"System.Resources.Reader" : "4.3.0-preview1-24530-04",
"System.Runtime.CompilerServices.VisualC" : "4.3.0-preview1-24530-04",
"System.Runtime.Serialization.Json" : "4.3.0-preview1-24530-04",
"System.Runtime.Serialization.Primitives" : "4.3.0-preview1-24530-04",
"System.Runtime.Serialization.Xml" : "4.3.0-preview1-24530-04",
"System.Security.AccessControl" : "4.3.0-preview1-24530-04",
"System.Security.Claims" : "4.3.0-preview1-24530-04",
"System.Security.Cryptography.Cng" : "4.3.0-preview1-24530-04",
"System.Security.Cryptography.Csp" : "4.3.0-preview1-24530-04",
"System.Security.Cryptography.Pkcs" : "4.3.0-preview1-24530-04",
"System.Security.Principal" : "4.3.0-preview1-24530-04",
"System.Security.Principal.Windows" : "4.3.0-preview1-24530-04",
"System.Security.SecureString" : "4.3.0-preview1-24530-04",
"System.ServiceModel.Duplex" : "4.3.0-preview1-24611-01",
"System.ServiceModel.Http" : "4.3.0-preview1-24611-01",
"System.ServiceModel.NetTcp" : "4.3.0-preview1-24611-01",
"System.ServiceModel.Primitives" : "4.3.0-preview1-24611-01",
"System.ServiceModel.Security" : "4.3.0-preview1-24611-01",
"System.ServiceProcess.ServiceController" : "4.3.0-preview1-24530-04",
"System.Text.Encoding.CodePages" : "4.3.0-preview1-24530-04",
"System.Text.Encodings.Web" : "4.3.0-preview1-24530-04",
"System.Threading.AccessControl" : "4.3.0-preview1-24530-04",
"System.Threading.Overlapped" : "4.3.0-preview1-24530-04",
"System.Threading.Tasks.Dataflow" : "4.7.0-preview1-24530-04",
"System.Threading.Tasks.Parallel" : "4.3.0-preview1-24530-04",
"System.Threading.Thread" : "4.3.0-preview1-24530-04",
"System.Threading.ThreadPool" : "4.3.0-preview1-24530-04",
"System.Xml.XmlDocument" : "4.3.0-preview1-24530-04",
"System.Xml.XmlSerializer" : "4.3.0-preview1-24530-04",
"System.Xml.XPath" : "4.3.0-preview1-24530-04",
"System.Xml.XPath.XDocument" : "4.3.0-preview1-24530-04",
"System.Xml.XPath.XmlDocument" : "4.3.0-preview1-24530-04",
"System.Private.ServiceModel": "4.3.0-preview1-24611-01"
}
}
}
}