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

    r12878 r16143  
    1212    <AssemblyName>HeuristicLab.Services.Hive-3.3</AssemblyName>
    1313    <ProjectTypeGuids>{3D9AD99F-2412-4246-B90B-4EAA41C64699};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
    14     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
     14    <TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
    1515    <FileAlignment>512</FileAlignment>
    1616    <TargetFrameworkProfile />
     
    3434    <ErrorReport>prompt</ErrorReport>
    3535    <WarningLevel>4</WarningLevel>
    36     <DocumentationFile>
    37     </DocumentationFile>
     36    <DocumentationFile></DocumentationFile>
    3837    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    3938    <Prefer32Bit>false</Prefer32Bit>
     
    5251    <OutputPath>bin\Release\</OutputPath>
    5352    <DefineConstants>TRACE</DefineConstants>
    54     <DocumentationFile>
    55     </DocumentationFile>
     53    <DocumentationFile></DocumentationFile>
    5654    <Optimize>true</Optimize>
    5755    <DebugType>pdbonly</DebugType>
     
    7472    <OutputPath>bin\Release\</OutputPath>
    7573    <DefineConstants>TRACE</DefineConstants>
    76     <DocumentationFile>
    77     </DocumentationFile>
     74    <DocumentationFile></DocumentationFile>
    7875    <Optimize>true</Optimize>
    7976    <DebugType>pdbonly</DebugType>
     
    205202  </ProjectExtensions>
    206203  <PropertyGroup>
    207     <PostBuildEvent>
    208     </PostBuildEvent>
     204    <PostBuildEvent></PostBuildEvent>
    209205  </PropertyGroup>
    210206  <PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.