summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2013-01-08 17:06:46 +0100
committerAndras Timar <atimar@suse.com>2013-01-08 17:10:14 +0100
commit43c704aa24c48cd8b20049901d3d0bad20dd801a (patch)
tree31ed85576a4524f307f96a2fbaae81f3b66d99b0 /solenv
parenta98ce31ef2018812f24c2a397ed42ca01e2bb7f1 (diff)
require .NET 4.0
Change-Id: Ia6e3acf563a9c04bf9a2ff5f3f755eb4e92e771c
Diffstat (limited to 'solenv')
-rw-r--r--solenv/bin/modules/installer/windows/property.pm2
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
}