Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/19/19 16:34:47 (5 years ago)
Author:
dpiringe
Message:

#2924: changed projects to reference System.Drawing.Common package instead of Microsoft.Windows.Compatibility package

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2924_DotNetCoreMigration/HeuristicLab.Scripting/3.3/HeuristicLab.Scripting-3.3.csproj

    r16147 r16854  
    1111    <RootNamespace>HeuristicLab.Scripting</RootNamespace>
    1212  </PropertyGroup>
    13   <ItemGroup>
    14     <PackageReference Include="Microsoft.CSharp" Version="4.5.0" />
    15     <PackageReference Include="Microsoft.Windows.Compatibility" Version="2.0.1" />
    16     <PackageReference Include="System.Drawing.Common" Version="4.5.0" />
    17   </ItemGroup>
    1813  <ItemGroup>
    1914    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj" />
     
    3429    <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
    3530  </PropertyGroup>
     31  <ItemGroup>
     32    <PackageReference Include="Microsoft.CSharp" Version="4.5.0" />
     33  </ItemGroup>
    3634</Project>
Note: See TracChangeset for help on using the changeset viewer.