Skip to content

Commit

Permalink
Merge branch 'devlead-feature/updatecake'
Browse files Browse the repository at this point in the history
  • Loading branch information
Philo committed Feb 21, 2017
2 parents 8d2b976 + e70fbf7 commit e646c49
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions src/Cake.Npm.Tests/Cake.Npm.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Cake.Core, Version=0.13.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Cake.Core.0.13.0\lib\net45\Cake.Core.dll</HintPath>
<Reference Include="Cake.Core, Version=0.17.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Cake.Core.0.17.0\lib\net45\Cake.Core.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Cake.Testing, Version=0.13.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Cake.Testing.0.13.0\lib\net45\Cake.Testing.dll</HintPath>
<Reference Include="Cake.Testing, Version=0.17.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Cake.Testing.0.17.1\lib\net45\Cake.Testing.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Shouldly, Version=2.8.0.0, Culture=neutral, PublicKeyToken=6042cbcb05cbc941, processorArchitecture=MSIL">
Expand Down
4 changes: 2 additions & 2 deletions src/Cake.Npm.Tests/packages.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Cake.Core" version="0.13.0" targetFramework="net45" />
<package id="Cake.Testing" version="0.13.0" targetFramework="net45" />
<package id="Cake.Core" version="0.17.0" targetFramework="net45" />
<package id="Cake.Testing" version="0.17.1" targetFramework="net45" />
<package id="Shouldly" version="2.8.0" targetFramework="net45" />
<package id="xunit" version="2.1.0" targetFramework="net45" />
<package id="xunit.abstractions" version="2.0.0" targetFramework="net45" />
Expand Down
4 changes: 2 additions & 2 deletions src/Cake.Npm/Cake.Npm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
<DocumentationFile>bin\Release\Cake.Npm.XML</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Cake.Core, Version=0.13.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Cake.Core.0.13.0\lib\net45\Cake.Core.dll</HintPath>
<Reference Include="Cake.Core, Version=0.17.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Cake.Core.0.17.0\lib\net45\Cake.Core.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand Down
2 changes: 1 addition & 1 deletion src/Cake.Npm/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Cake.Core" version="0.13.0" targetFramework="net45" />
<package id="Cake.Core" version="0.17.0" targetFramework="net45" />
</packages>

0 comments on commit e646c49

Please sign in to comment.