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.ExactOptimization/3.3/HeuristicLab.ExactOptimization-3.3.csproj

    r17095 r18210  
    1111    <RootNamespace>HeuristicLab.ExactOptimization</RootNamespace>
    1212    <AssemblyName>HeuristicLab.ExactOptimization-3.3</AssemblyName>
    13     <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
     13    <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
    1414    <SignAssembly>true</SignAssembly>
    1515    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
     
    2727    <Prefer32Bit>false</Prefer32Bit>
    2828    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    29     <LangVersion>default</LangVersion>
     29    <LangVersion>7.3</LangVersion>
    3030  </PropertyGroup>
    3131  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
Note: See TracChangeset for help on using the changeset viewer.