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

    r16585 r16625  
    116116  </Target>
    117117  <ItemGroup>
    118     <Reference Include="Google.Protobuf, Version=3.6.1.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
    119       <HintPath>..\..\packages\Google.Protobuf.3.6.1\lib\net45\Google.Protobuf.dll</HintPath>
    120     </Reference>
    121     <Reference Include="HEAL.Attic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    122       <HintPath>..\..\packages\HEAL.Attic.1.0.0-pre03\lib\net461\HEAL.Attic.dll</HintPath>
    123     </Reference>
    124118    <Reference Include="System" />
    125119    <Reference Include="System.configuration" />
     
    129123    <Reference Include="System.Data" />
    130124    <Reference Include="System.Drawing" />
    131     <Reference Include="System.Drawing.Common, Version=4.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
    132       <HintPath>..\..\packages\System.Drawing.Common.4.5.1\lib\net461\System.Drawing.Common.dll</HintPath>
    133     </Reference>
    134125    <Reference Include="System.IO.Compression" />
    135126    <Reference Include="System.Xml" />
     
    141132    <Compile Include="Auxiliary\TypeNameParser.cs" />
    142133    <Compile Include="Auxiliary\ReflectionTools.cs" />
    143     <None Include="packages.config" />
    144134    <None Include="Plugin.cs.frame" />
    145135    <Compile Include="Core\Configuration.cs" />
     
    311301    <Folder Include="Transformers\" />
    312302  </ItemGroup>
     303  <ItemGroup>
     304    <PackageReference Include="HEAL.Attic">
     305      <Version>1.0.0-pre03</Version>
     306    </PackageReference>
     307  </ItemGroup>
    313308</Project>
Note: See TracChangeset for help on using the changeset viewer.