diff options
author | Andras Timar <atimar@suse.com> | 2013-01-08 16:38:13 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2013-01-08 16:38:13 +0100 |
commit | 9dc3ee9a68749bb30536dbe767384d59827dee3d (patch) | |
tree | 21c4852914feb465bfd178554f20ff53a3eae550 /solenv | |
parent | 49d7492e1dd89c52b798e5ac8ab01d4a0f771a35 (diff) |
require .NET 4.0
Change-Id: Ida269499d91b4bdc16fe0ed91f202ddeefa4aadd
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 52f3e34da3e3..56f4ba5da0cb 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" . "2.0.0.0" . "\n"; + push @{$propertyfile}, "REQUIRED_DOTNET_VERSION" . "\t" . "4.0.0.0" . "\n"; push @{$propertyfile}, "DOTNET_SUFFICIENT" . "\t" . "1" . "\n"; # default value for found .NET } |