Skip to content

Commit 2922ca6

Browse files
committed
Update PackageManagerClientViewModel.cs
1 parent fdf5463 commit 2922ca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DynamoCoreWpf/ViewModels/PackageManager/PackageManagerClientViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -971,7 +971,7 @@ internal async void ExecutePackageDownload(string name, PackageVersion package,
971971

972972
//if any of the required packages use a pre 3.x version of Dynamo, show a dialog to the user
973973
//allowing them to cancel the package download
974-
if (preDYN3Deps.Any())
974+
if (preDYN4Deps.Any())
975975
{
976976
var res = MessageBoxService.Show(ViewModelOwner,
977977
$"{string.Format(Resources.MessagePackageOlderDynamo, DynamoViewModel.BrandingResourceProvider.ProductName)} {Resources.MessagePackOlderDynamoLink}",

0 commit comments

Comments
 (0)