Free cookie consent management tool by TermsFeed Policy Generator

Changeset 17089


Ignore:
Timestamp:
07/05/19 15:28:50 (5 years ago)
Author:
abeham
Message:

#2520: Removed reference to Protobuf in Clients.Hive since the exception is no longer referenced

Location:
trunk/HeuristicLab.Clients.Hive/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/HeuristicLab.Clients.Hive/3.3/HeuristicLab.Clients.Hive-3.3.csproj

    r17087 r17089  
    107107  </PropertyGroup>
    108108  <ItemGroup>
    109     <Reference Include="Google.Protobuf, Version=3.6.1.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
    110       <SpecificVersion>False</SpecificVersion>
    111       <HintPath>..\..\bin\Google.Protobuf.dll</HintPath>
    112       <Private>False</Private>
    113     </Reference>
    114109    <Reference Include="System" />
    115110    <Reference Include="System.Configuration" />
  • trunk/HeuristicLab.Clients.Hive/3.3/Plugin.cs.frame

    r17087 r17089  
    4141  [PluginDependency("HeuristicLab.Optimization", "3.3")]
    4242  [PluginDependency("HeuristicLab.Persistence", "3.3")]
    43   [PluginDependency("HeuristicLab.Protobuf", "3.6.1")]
    4443  public class HeuristicLabClientsHivePlugin : PluginBase {
    4544  }
Note: See TracChangeset for help on using the changeset viewer.