Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/02/14 23:01:53 (9 years ago)
Author:
ascheibe
Message:

#2280

  • updated .NET and Mono version check
  • updated .NET download link
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Main.cs

    r11171 r11631  
    3434    /// <param name="args">Command line arguments</param>
    3535    public static void Run(string[] args) {
    36       if ((!FrameworkVersionErrorDialog.NET4FullProfileInstalled && !FrameworkVersionErrorDialog.MonoInstalled)
     36      if ((!FrameworkVersionErrorDialog.NET4_5Installed && !FrameworkVersionErrorDialog.MonoInstalled)
    3737        || (FrameworkVersionErrorDialog.MonoInstalled && !FrameworkVersionErrorDialog.MonoCorrectVersionInstalled)) {
    3838        Application.EnableVisualStyles();
Note: See TracChangeset for help on using the changeset viewer.