From 9dc3ee9a68749bb30536dbe767384d59827dee3d Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Tue, 8 Jan 2013 16:38:13 +0100 Subject: require .NET 4.0 Change-Id: Ida269499d91b4bdc16fe0ed91f202ddeefa4aadd --- solenv/bin/modules/installer/windows/property.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'solenv/bin') 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 } -- cgit