From abcff79a15e39add5f89512984980ee0f3821b68 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Tue, 8 Jan 2013 17:06:46 +0100 Subject: require .NET 4.0 Change-Id: Ia6e3acf563a9c04bf9a2ff5f3f755eb4e92e771c --- 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