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

    r12878 r16143  
    55    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    66    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    7     <ProductVersion>
    8     </ProductVersion>
     7    <ProductVersion></ProductVersion>
    98    <SchemaVersion>2.0</SchemaVersion>
    109    <ProjectGuid>{6564C6AF-3E37-4C29-8947-68D4E22232BE}</ProjectGuid>
     
    1413    <RootNamespace>HeuristicLab.Services.WebApp</RootNamespace>
    1514    <AssemblyName>HeuristicLab.Services.WebApp-3.3</AssemblyName>
    16     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
     15    <TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
    1716    <MvcBuildViews>false</MvcBuildViews>
    1817    <UseIISExpress>true</UseIISExpress>
     
    114113    <Reference Include="System.Web.Services" />
    115114    <Reference Include="System.EnterpriseServices" />
    116     <Reference Include="System.Net.Http">
    117     </Reference>
    118     <Reference Include="System.Net.Http.WebRequest">
    119     </Reference>
     115    <Reference Include="System.Net.Http"></Reference>
     116    <Reference Include="System.Net.Http.WebRequest"></Reference>
    120117    <Reference Include="WebGrease">
    121118      <HintPath>..\..\packages\WebGrease.1.6.0\lib\WebGrease.dll</HintPath>
     
    331328          <NTLMAuthentication>False</NTLMAuthentication>
    332329          <UseCustomServer>False</UseCustomServer>
    333           <CustomServerUrl>
    334           </CustomServerUrl>
     330          <CustomServerUrl></CustomServerUrl>
    335331          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
    336332        </WebProjectProperties>
Note: See TracChangeset for help on using the changeset viewer.