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.WebApp.Status/3.3/HeuristicLab.Services.WebApp.Status-3.3.csproj

    r16565 r16625  
    7373  </PropertyGroup>
    7474  <ItemGroup>
    75     <Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
    76       <SpecificVersion>False</SpecificVersion>
    77       <HintPath>..\..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
    78       <Private>False</Private>
    79     </Reference>
    8075    <Reference Include="System" />
    8176    <Reference Include="System.Core" />
    8277    <Reference Include="System.Data.Linq" />
    8378    <Reference Include="System.Net.Http" />
    84     <Reference Include="System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
    85       <HintPath>..\..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath>
    86       <Private>False</Private>
    87     </Reference>
    8879    <Reference Include="System.Web.ApplicationServices" />
    89     <Reference Include="System.Web.Http, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
    90       <HintPath>..\..\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath>
    91       <Private>False</Private>
    92     </Reference>
    93     <Reference Include="System.Web.Http.WebHost, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
    94       <HintPath>..\..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.dll</HintPath>
    95       <Private>False</Private>
    96     </Reference>
    9780    <Reference Include="System.Xml.Linq" />
    9881    <Reference Include="System.Data.DataSetExtensions" />
     
    121104    <None Include="HeuristicLab.snk" />
    122105    <Content Include="Properties\AssemblyInfo.cs.frame" />
    123     <None Include="packages.config" />
    124106    <None Include="WebApp\history\history.cshtml">
    125107      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     
    154136    </None>
    155137  </ItemGroup>
     138  <ItemGroup>
     139    <PackageReference Include="Microsoft.AspNet.WebApi">
     140      <Version>5.2.3</Version>
     141    </PackageReference>
     142    <PackageReference Include="Newtonsoft.Json">
     143      <Version>7.0.1</Version>
     144    </PackageReference>
     145  </ItemGroup>
    156146  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    157147  <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
Note: See TracChangeset for help on using the changeset viewer.