FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
PowerShell/src/Microsoft.PowerShell.SDK/project.json at master · ChiangFamily/PowerShell · GitHub
ChiangFamily
/
PowerShell
Public
forked from
PowerShell/PowerShell
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
PowerShell
/
src
/
Microsoft.PowerShell.SDK
/
project.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
105 lines (103 loc) · 5.29 KB
Breadcrumbs
PowerShell
/
src
/
Microsoft.PowerShell.SDK
/
project.json
Copy path
File metadata and controls
105 lines (103 loc) · 5.29 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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.1
"
,
"Microsoft.CSharp"
:
"
4.0.1
"
,
"Microsoft.VisualBasic"
:
"
10.0.1
"
,
"Microsoft.Win32.Registry"
:
"
4.0.0
"
,
"Microsoft.Win32.Registry.AccessControl"
:
"
4.0.0
"
,
"NETStandard.Library"
:
"
1.6
"
,
"System.Collections.Immutable"
:
"
1.2.0
"
,
"System.Collections.NonGeneric"
:
"
4.0.1
"
,
"System.Collections.Specialized"
:
"
4.0.1
"
,
"System.ComponentModel"
:
"
4.0.1
"
,
"System.ComponentModel.Annotations"
:
"
4.1.0
"
,
"System.ComponentModel.EventBasedAsync"
:
"
4.0.11
"
,
"System.ComponentModel.Primitives"
:
"
4.1.0
"
,
"System.ComponentModel.TypeConverter"
:
"
4.1.0
"
,
"System.Data.Common"
:
"
4.1.0
"
,
"System.Data.SqlClient"
:
"
4.1.0
"
,
"System.Diagnostics.Contracts"
:
"
4.0.1
"
,
"System.Diagnostics.DiagnosticSource"
:
"
4.0.0
"
,
"System.Diagnostics.FileVersionInfo"
:
"
4.0.0
"
,
"System.Diagnostics.Process"
:
"
4.1.0
"
,
"System.Diagnostics.StackTrace"
:
"
4.0.1
"
,
"System.Diagnostics.TextWriterTraceListener"
:
"
4.0.0
"
,
"System.Diagnostics.TraceSource"
:
"
4.0.0
"
,
"System.Dynamic.Runtime"
:
"
4.0.11
"
,
"System.Globalization.Extensions"
:
"
4.0.1
"
,
"System.IO.FileSystem.AccessControl"
:
"
4.0.0
"
,
"System.IO.FileSystem.DriveInfo"
:
"
4.0.0
"
,
"System.IO.FileSystem.Watcher"
:
"
4.0.0
"
,
"System.IO.MemoryMappedFiles"
:
"
4.0.0
"
,
"System.IO.Packaging"
:
"
4.0.0
"
,
"System.IO.Pipes"
:
"
4.0.0
"
,
"System.IO.UnmanagedMemoryStream"
:
"
4.0.1
"
,
"System.Linq.Parallel"
:
"
4.0.1
"
,
"System.Linq.Queryable"
:
"
4.0.1
"
,
"System.Net.Http.WinHttpHandler"
:
"
4.0.0
"
,
"System.Net.NameResolution"
:
"
4.0.0
"
,
"System.Net.NetworkInformation"
:
"
4.1.0
"
,
"System.Net.Ping"
:
"
4.0.0
"
,
"System.Net.Requests"
:
"
4.0.11
"
,
"System.Net.Security"
:
"
4.0.0
"
,
"System.Net.WebHeaderCollection"
:
"
4.0.1
"
,
"System.Net.WebSockets"
:
"
4.0.0
"
,
"System.Net.WebSockets.Client"
:
"
4.0.0
"
,
"System.Numerics.Vectors"
:
"
4.1.1
"
,
"System.Reflection.DispatchProxy"
:
"
4.0.1
"
,
"System.Reflection.Emit"
:
"
4.0.1
"
,
"System.Reflection.Emit.ILGeneration"
:
"
4.0.1
"
,
"System.Reflection.Emit.Lightweight"
:
"
4.0.1
"
,
"System.Reflection.Metadata"
:
"
1.3.0
"
,
"System.Reflection.TypeExtensions"
:
"
4.1.0
"
,
"System.Resources.Reader"
:
"
4.0.0
"
,
"System.Runtime.CompilerServices.VisualC"
:
"
4.0.0
"
,
"System.Runtime.Serialization.Json"
:
"
4.0.2
"
,
"System.Runtime.Serialization.Primitives"
:
"
4.1.1
"
,
"System.Runtime.Serialization.Xml"
:
"
4.1.1
"
,
"System.Security.AccessControl"
:
"
4.0.0
"
,
"System.Security.Claims"
:
"
4.0.1
"
,
"System.Security.Cryptography.Cng"
:
"
4.2.0
"
,
"System.Security.Cryptography.Csp"
:
"
4.0.0
"
,
"System.Security.Cryptography.Pkcs"
:
"
4.0.0
"
,
"System.Security.Principal"
:
"
4.0.1
"
,
"System.Security.Principal.Windows"
:
"
4.0.0
"
,
"System.Security.SecureString"
:
"
4.0.0
"
,
"System.ServiceModel.Duplex"
:
"
4.0.1
"
,
"System.ServiceModel.Http"
:
"
4.1.0
"
,
"System.ServiceModel.NetTcp"
:
"
4.1.0
"
,
"System.ServiceModel.Primitives"
:
"
4.1.0
"
,
"System.ServiceModel.Security"
:
"
4.0.1
"
,
"System.ServiceProcess.ServiceController"
:
"
4.1.0
"
,
"System.Text.Encoding.CodePages"
:
"
4.0.1
"
,
"System.Text.Encodings.Web"
:
"
4.0.0
"
,
"System.Threading.AccessControl"
:
"
4.0.0
"
,
"System.Threading.Overlapped"
:
"
4.0.1
"
,
"System.Threading.Tasks.Dataflow"
:
"
4.6.0
"
,
"System.Threading.Tasks.Parallel"
:
"
4.0.1
"
,
"System.Threading.Thread"
:
"
4.0.0
"
,
"System.Threading.ThreadPool"
:
"
4.0.10
"
,
"System.Xml.XmlDocument"
:
"
4.0.1
"
,
"System.Xml.XmlSerializer"
:
"
4.0.11
"
,
"System.Xml.XPath"
:
"
4.0.1
"
,
"System.Xml.XPath.XDocument"
:
"
4.0.1
"
,
"System.Xml.XPath.XmlDocument"
:
"
4.0.1
"
,
"System.Private.ServiceModel"
:
"
4.1.0
"
}
}
}
}
Back
|
FazBrowse Home
|
New Git URL