Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/14/18 17:07:25 (6 years ago)
Author:
dpiringe
Message:

#2522:

  • migrated a lot of projects to .NET Standard 2.0
  • added AppDomain.CurrentDomain.ApplyPolicy to Assembly.ReflectionOnlyLoad in PluginValidator to correctly load the System library
  • deleted Properties folder from .NET Standard projects, because AssemblyInformation is saved in .csproj files now
  • .NET Framework projects target now v4.7, because it is only possible to use .NET Standard libraries in v4.6 or higher
  • removed System.Data.Linq from defaultAssemblies and DiscoverNamespaces in ProgrammableOperator, it is not supported in .NET Standard
  • the Microsoft.Windows.Compatibility package is necessary for usage of PluginInfrastructure, we should probably switch to the System.Drawing.Common package when PluginInfrastructure is migrated to .NET Standard
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2522_RefactorPluginInfrastructure/HeuristicLab.Clients.Hive.Slave/3.3/HeuristicLab.Clients.Hive.Slave-3.3.csproj

    r15973 r16143  
    1111    <RootNamespace>HeuristicLab.Clients.Hive.SlaveCore</RootNamespace>
    1212    <AssemblyName>HeuristicLab.Clients.Hive.SlaveCore-3.3</AssemblyName>
    13     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
     13    <TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
    1515    <TargetFrameworkProfile />
     
    3333    <ErrorReport>prompt</ErrorReport>
    3434    <WarningLevel>4</WarningLevel>
    35     <DocumentationFile>
    36     </DocumentationFile>
     35    <DocumentationFile></DocumentationFile>
    3736    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    3837    <Prefer32Bit>false</Prefer32Bit>
     
    5150    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    5251    <DefineConstants>TRACE</DefineConstants>
    53     <DocumentationFile>
    54     </DocumentationFile>
     52    <DocumentationFile></DocumentationFile>
    5553    <Optimize>true</Optimize>
    5654    <DebugType>pdbonly</DebugType>
     
    7371    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    7472    <DefineConstants>TRACE</DefineConstants>
    75     <DocumentationFile>
    76     </DocumentationFile>
     73    <DocumentationFile></DocumentationFile>
    7774    <Optimize>true</Optimize>
    7875    <DebugType>pdbonly</DebugType>
Note: See TracChangeset for help on using the changeset viewer.