Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/04/17 13:54:34 (7 years ago)
Author:
gkronber
Message:

#2520 changed references and plugin dependencies

Location:
branches/PersistenceReintegration/HeuristicLab.Collections/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceReintegration/HeuristicLab.Collections/3.3/HeuristicLab.Collections-3.3.csproj

    r11623 r14926  
    167167      <Name>HeuristicLab.Common-3.3</Name>
    168168    </ProjectReference>
    169     <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
    170       <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
    171       <Name>HeuristicLab.Persistence-3.3</Name>
     169    <ProjectReference Include="..\..\HeuristicLab.Persistence\4.0\HeuristicLab.Persistence-4.0.csproj">
     170      <Project>{b1663091-8156-4deb-9e37-5b19810a4644}</Project>
     171      <Name>HeuristicLab.Persistence-4.0</Name>
    172172      <Private>False</Private>
    173173    </ProjectReference>
  • branches/PersistenceReintegration/HeuristicLab.Collections/3.3/Plugin.cs.frame

    r14195 r14926  
    2828  [Plugin("HeuristicLab.Collections", "3.3.14.$WCREV$")]
    2929  [PluginFile("HeuristicLab.Collections-3.3.dll", PluginFileType.Assembly)]
    30   [PluginDependency("HeuristicLab.Persistence", "3.3")]
     30  [PluginDependency("HeuristicLab.Persistence", "4.0")]
    3131  [PluginDependency("HeuristicLab.Common", "3.3")]
    3232  public class HeuristicLabCollectionsPlugin : PluginBase {
Note: See TracChangeset for help on using the changeset viewer.