Skip to content

Commit 4641adc

Browse files
author
freddydk
committed
remove value
1 parent 346d3cc commit 4641adc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AppHandling/Sort-AppFilesByDependencies.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ try {
5353
$appJson | Add-Member -NotePropertyName 'Id' -NotePropertyValue $appJson.AppId.Value
5454
if ($appJson.Dependencies) {
5555
$appJson.Dependencies | ForEach-Object { if ($_) {
56-
$_ | Add-Member -NotePropertyName 'Id' -NotePropertyValue $_.AppId.Value
56+
$_ | Add-Member -NotePropertyName 'Id' -NotePropertyValue $_.AppId
5757
$_ | Add-Member -NotePropertyName 'Version' -NotePropertyValue "$($_.MinVersion.Major).$($_.MinVersion.Minor).$($_.MinVersion.Build).$($_.MinVersion.Revision)"
5858
} }
5959
}

0 commit comments

Comments
 (0)