Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/25/22 07:59:46 (2 years ago)
Author:
gkronber
Message:

#3017: upgraded all projects to use .NET Framework 4.7.2 and the default language version C# 7.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/HeuristicLab.Algorithms.MOCMAEvolutionStrategy/3.3/HeuristicLab.Algorithms.MOCMAEvolutionStrategy-3.3.csproj

    r17931 r18210  
    1010    <RootNamespace>HeuristicLab.Algorithms.MOCMAEvolutionStrategy</RootNamespace>
    1111    <AssemblyName>HeuristicLab.Algorithms.MOCMAEvolutionStrategy-3.3</AssemblyName>
    12     <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
     12    <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
    1313    <FileAlignment>512</FileAlignment>
    1414  </PropertyGroup>
     
    2121    <ErrorReport>prompt</ErrorReport>
    2222    <WarningLevel>4</WarningLevel>
    23     <LangVersion>5</LangVersion>
     23    <LangVersion>7.3</LangVersion>
    2424  </PropertyGroup>
    2525  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    3030    <ErrorReport>prompt</ErrorReport>
    3131    <WarningLevel>4</WarningLevel>
    32     <LangVersion>5</LangVersion>
     32    <LangVersion>7.3</LangVersion>
    3333  </PropertyGroup>
    3434  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
     
    3838    <DebugType>full</DebugType>
    3939    <PlatformTarget>x64</PlatformTarget>
    40     <LangVersion>5</LangVersion>
     40    <LangVersion>7.3</LangVersion>
    4141    <ErrorReport>prompt</ErrorReport>
    4242    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
     
    4848    <DebugType>pdbonly</DebugType>
    4949    <PlatformTarget>x64</PlatformTarget>
    50     <LangVersion>5</LangVersion>
     50    <LangVersion>7.3</LangVersion>
    5151    <ErrorReport>prompt</ErrorReport>
    5252    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
     
    5858    <DebugType>full</DebugType>
    5959    <PlatformTarget>x86</PlatformTarget>
    60     <LangVersion>5</LangVersion>
     60    <LangVersion>7.3</LangVersion>
    6161    <ErrorReport>prompt</ErrorReport>
    6262    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
     
    6868    <DebugType>pdbonly</DebugType>
    6969    <PlatformTarget>x86</PlatformTarget>
    70     <LangVersion>5</LangVersion>
     70    <LangVersion>7.3</LangVersion>
    7171    <ErrorReport>prompt</ErrorReport>
    7272    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
Note: See TracChangeset for help on using the changeset viewer.