summaryrefslogtreecommitdiff
path: root/solenv/bin
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2013-01-08 16:48:45 +0100
committerAndras Timar <atimar@suse.com>2013-01-08 16:52:37 +0100
commit23be19789c80b4236a21ccf090342ae47c832dc9 (patch)
treee7f20eff8dc082697b9a4bd1be62443b6155ea3d /solenv/bin
parentf10a3305473c83893a2c3062ce9fb8c9146fd1dc (diff)
Revert "require .NET 4.0"
This reverts commit 9dc3ee9a68749bb30536dbe767384d59827dee3d.
Diffstat (limited to 'solenv/bin')
-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 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
}