diff options
m--------- | dictionaries | 0 | ||||
m--------- | helpcontent2 | 0 | ||||
-rw-r--r-- | solenv/bin/modules/installer/windows/property.pm | 2 | ||||
m--------- | translations | 0 |
4 files changed, 1 insertions, 1 deletions
diff --git a/dictionaries b/dictionaries -Subproject 7e895dc439c87d229b7396076fdd8945b3b51f3 +Subproject d047a0fa0746ce527720d15a36907e52dc67bf4 diff --git a/helpcontent2 b/helpcontent2 -Subproject d9d28ebb575e96e742d6590a28dd59c62b89dc4 +Subproject d5d84f0ec4584e32147eeab355d0ab73e7dd917 diff --git a/solenv/bin/modules/installer/windows/property.pm b/solenv/bin/modules/installer/windows/property.pm index 56f4ba5da0cb..52f3e34da3e3 100644 --- a/solenv/bin/modules/installer/windows/property.pm +++ b/solenv/bin/modules/installer/windows/property.pm @@ -399,7 +399,7 @@ sub set_important_properties } # Setting .NET requirements - push @{$propertyfile}, "REQUIRED_DOTNET_VERSION" . "\t" . "4.0.0.0" . "\n"; + push @{$propertyfile}, "REQUIRED_DOTNET_VERSION" . "\t" . "2.0.0.0" . "\n"; push @{$propertyfile}, "DOTNET_SUFFICIENT" . "\t" . "1" . "\n"; # default value for found .NET } diff --git a/translations b/translations -Subproject 85f724f5aa1d6a59662a7d1c7ea406a641814bd +Subproject e5f69f7b241f21f0b85f7a62ccff9de84187582 |