Skip to content

Get DotNetVersion

apobekiaris edited this page Sep 4, 2020 · 4 revisions

external help file: XpandPwsh-help.xml Module Name: XpandPwsh online version: schema: 2.0.0

Get-DotNetVersion

SYNOPSIS

Lists installed DotNet versions.

SYNTAX

Get-DotNetVersion [<CommonParameters>]

DESCRIPTION

Lists installed DotNet versions.

EXAMPLES

Example 1

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

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

System.Object

NOTES

RELATED LINKS

image

image


Star the project if you think it deserves it.

GitHub stars

Fork the project to extend and contribute.

GitHub forks

Clone this wiki locally