Kaydet (Commit) abcff79a authored tarafından Andras Timar's avatar Andras Timar

require .NET 4.0

Change-Id: Ia6e3acf563a9c04bf9a2ff5f3f755eb4e92e771c
üst 23be1978
...@@ -399,7 +399,7 @@ sub set_important_properties ...@@ -399,7 +399,7 @@ sub set_important_properties
} }
# Setting .NET requirements # 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 push @{$propertyfile}, "DOTNET_SUFFICIENT" . "\t" . "1" . "\n"; # default value for found .NET
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment