Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/27/19 16:46:29 (5 years ago)
Author:
jkarder
Message:

#2520: switched projects in the following solutions from packages.config format to PackageReference format

  • HeuristicLab 3.3
  • HeuristicLab 3.3 Tests
  • HeuristicLab 3.3 Services
File:
1 edited

Legend:

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

    r16565 r16625  
    9090  </PropertyGroup>
    9191  <ItemGroup>
    92     <Reference Include="Google.Protobuf, Version=3.6.1.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
    93       <HintPath>..\..\packages\Google.Protobuf.3.6.1\lib\net45\Google.Protobuf.dll</HintPath>
    94     </Reference>
    95     <Reference Include="HEAL.Attic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    96       <HintPath>..\..\packages\HEAL.Attic.1.0.0\lib\netstandard2.0\HEAL.Attic.dll</HintPath>
    97     </Reference>
    9892    <Reference Include="HeuristicLab.Common-3.3">
    9993      <HintPath>..\..\bin\HeuristicLab.Common-3.3.dll</HintPath>
     
    111105    <Reference Include="System.Core" />
    112106    <Reference Include="System.Data.Linq" />
    113     <Reference Include="System.Drawing" />
    114107    <Reference Include="System.Runtime.Serialization" />
    115108    <Reference Include="System.ServiceModel" />
     
    162155      <SubType>Designer</SubType>
    163156    </None>
    164     <None Include="packages.config" />
    165157    <None Include="Plugin.cs.frame" />
    166158    <None Include="Properties\AssemblyInfo.cs.frame" />
     
    206198    <None Include="HeuristicLab.snk" />
    207199  </ItemGroup>
    208   <ItemGroup />
     200  <ItemGroup>
     201    <PackageReference Include="HEAL.Attic">
     202      <Version>1.0.0-pre03</Version>
     203    </PackageReference>
     204  </ItemGroup>
    209205  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    210206  <ProjectExtensions>
Note: See TracChangeset for help on using the changeset viewer.