-
-
Notifications
You must be signed in to change notification settings - Fork 7
Get DotNetVersion
apobekiaris edited this page Sep 4, 2020
·
4 revisions
Lists installed DotNet versions.
Get-DotNetVersion [<CommonParameters>]
Lists installed DotNet versions.
PS C:\> Get-DotNetVersion
PSChildName Version Release Product
----------- ------- ------- -------
v2.0.50727 2.0.50727.4927
v3.0 3.0.30729.4926
v3.5 3.5.30729.4926
Client 4.8.03761 528049 4.8
Full 4.8.03761 528049 4.8
Client 4.0.0.0
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.