Skip to content

Commit 238912a

Browse files
add note
1 parent 01afe3e commit 238912a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ Windows PowerShell includes an interactive prompt and a scripting environment th
1010

1111
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.
1212

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+
1317
## PowerShell Standard Libraries
1418

1519
Two PowerShell Standard `.nupkg` versions are available:

0 commit comments

Comments
 (0)