diff options
author | Andras Timar <atimar@suse.com> | 2013-01-08 17:06:46 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2013-01-08 17:06:46 +0100 |
commit | abcff79a15e39add5f89512984980ee0f3821b68 (patch) | |
tree | dfeb2dfdef49265b5251f264ed2f6b41c11e90c6 /solenv | |
parent | 23be19789c80b4236a21ccf090342ae47c832dc9 (diff) |
require .NET 4.0
Change-Id: Ia6e3acf563a9c04bf9a2ff5f3f755eb4e92e771c
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 } |