diff options
author | Andras Timar <atimar@suse.com> | 2013-01-08 16:48:45 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2013-01-08 16:52:37 +0100 |
commit | 23be19789c80b4236a21ccf090342ae47c832dc9 (patch) | |
tree | e7f20eff8dc082697b9a4bd1be62443b6155ea3d /solenv | |
parent | f10a3305473c83893a2c3062ce9fb8c9146fd1dc (diff) |
Revert "require .NET 4.0"
This reverts commit 9dc3ee9a68749bb30536dbe767384d59827dee3d.
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/bin/modules/installer/windows/property.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |