-
-
Notifications
You must be signed in to change notification settings - Fork 7
Get XpandNugetPackageDependencies
apobekiaris edited this page Sep 4, 2020
·
5 revisions
List Xpand Nuget package dependencies.
Get-XpandNugetPackageDependencies [-Id] <String> [[-Version] <String>] [-AllVersions] [[-Source] <String[]>]
[<CommonParameters>]
List Xpand Nuget package dependencies.
PS C:\> Get-XpandNugetPackageDependencies Xpand.XAF.Modules.Reactive
Id Include Exclude VersionRange
-- ------- ------- ------------
Fasterflect.Xpand {} {} [2.0.7, )
JetBrains.Annotations {} {} [2019.1.3, )
System.Interactive {} {} [4.0.0, )
System.Reactive {} {} [4.2.0, )
Xpand.Extensions {} {} [2.201.2, )
Xpand.Extensions.Reactive {} {} [2.201.2, )
Xpand.Extensions.XAF {} {} [2.201.2, )
Xpand.Patcher {} {} [1.0.1, )
Xpand.VersionConverter {} {} [2.201.1, )
Lists all dependencies of Xpand.XAF.Modules.Reactive.
{{ Fill AllVersions Description }}
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
{{ Fill Id Description }}
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
{{ Fill Source Description }}
Type: String[]
Parameter Sets: (All)
Aliases:
Accepted values: Release, Lab
Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
{{ Fill Version Description }}
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.