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
Location:
branches/2522_RefactorPluginInfrastructure/HeuristicLab.Services.Deployment/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2522_RefactorPluginInfrastructure/HeuristicLab.Services.Deployment/3.3/HeuristicLab.Services.Deployment-3.3.csproj

    r15973 r16143  
    1313    <ProjectTypeGuids>{3D9AD99F-2412-4246-B90B-4EAA41C64699};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
    1414    <StartArguments>/client:"WcfTestClient.exe"</StartArguments>
    15     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    16     <TargetFrameworkProfile>
    17     </TargetFrameworkProfile>
     15    <TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
     16    <TargetFrameworkProfile></TargetFrameworkProfile>
    1817    <SignAssembly>true</SignAssembly>
    1918    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
    20     <FileUpgradeFlags>
    21     </FileUpgradeFlags>
     19    <FileUpgradeFlags></FileUpgradeFlags>
    2220    <OldToolsVersion>3.5</OldToolsVersion>
    2321    <UpgradeBackupLocation />
  • branches/2522_RefactorPluginInfrastructure/HeuristicLab.Services.Deployment/3.3/Tests/HeuristicLab.Services.Deployment-3.3.Tests.csproj

    r11623 r16143  
    1111    <RootNamespace>HeuristicLab.Services.Deployment_3._3.Tests</RootNamespace>
    1212    <AssemblyName>HeuristicLab.Services.Deployment_3._3.Tests</AssemblyName>
    13     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
     13    <TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
    1515    <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
    16     <FileUpgradeFlags>
    17     </FileUpgradeFlags>
     16    <FileUpgradeFlags></FileUpgradeFlags>
    1817    <OldToolsVersion>3.5</OldToolsVersion>
    1918    <UpgradeBackupLocation />
Note: See TracChangeset for help on using the changeset viewer.