You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,10 @@ Windows PowerShell includes an interactive prompt and a scripting environment th
10
10
11
11
The PowerShell Standard has been created to assist developers create modules and PowerShell hosts which will run on PowerShell and which will use only APIs that exist across different versions of PowerShell.
12
12
13
+
> NOTE: You should not use PowerShell Standard for standalone applications that leverage PowerShell.
14
+
For that, you should use the [PowerShell SDK](https://www.nuget.org/packages/Microsoft.PowerShell.SDK).
15
+
PowerShell Standard's main scenario is for running within a PowerShell session.
16
+
13
17
## PowerShell Standard Libraries
14
18
15
19
Two PowerShell Standard `.nupkg` versions are available:
0 commit comments