Skip to content

Commit ac7ac0d

Browse files
committed
(GH-9) Update to Cake 0.33.0
1 parent 5354fda commit ac7ac0d

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

src/Cake.Webpack.Tests/Cake.Webpack.Tests.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434
<WarningLevel>4</WarningLevel>
3535
</PropertyGroup>
3636
<ItemGroup>
37-
<Reference Include="Cake.Core, Version=0.23.0.0, Culture=neutral, processorArchitecture=MSIL">
38-
<HintPath>..\packages\Cake.Core.0.23.0\lib\net46\Cake.Core.dll</HintPath>
37+
<Reference Include="Cake.Core, Version=0.33.0.0, Culture=neutral, processorArchitecture=MSIL">
38+
<HintPath>..\packages\Cake.Core.0.33.0\lib\net46\Cake.Core.dll</HintPath>
3939
</Reference>
40-
<Reference Include="Cake.Testing, Version=0.23.0.0, Culture=neutral, processorArchitecture=MSIL">
41-
<HintPath>..\packages\Cake.Testing.0.23.0\lib\net46\Cake.Testing.dll</HintPath>
40+
<Reference Include="Cake.Testing, Version=0.33.0.0, Culture=neutral, processorArchitecture=MSIL">
41+
<HintPath>..\packages\Cake.Testing.0.33.0\lib\net46\Cake.Testing.dll</HintPath>
4242
</Reference>
4343
<Reference Include="Shouldly, Version=2.8.3.0, Culture=neutral, PublicKeyToken=6042cbcb05cbc941, processorArchitecture=MSIL">
4444
<HintPath>..\packages\Shouldly.2.8.3\lib\net451\Shouldly.dll</HintPath>
@@ -97,11 +97,11 @@
9797
<Error Condition="!Exists('..\packages\xunit.core.2.3.1\build\xunit.core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\xunit.core.2.3.1\build\xunit.core.targets'))" />
9898
</Target>
9999
<Import Project="..\packages\xunit.core.2.3.1\build\xunit.core.targets" Condition="Exists('..\packages\xunit.core.2.3.1\build\xunit.core.targets')" />
100-
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
100+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
101101
Other similar extension points exist, see Microsoft.Common.targets.
102102
<Target Name="BeforeBuild">
103103
</Target>
104104
<Target Name="AfterBuild">
105105
</Target>
106106
-->
107-
</Project>
107+
</Project>
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Cake.Core" version="0.23.0" targetFramework="net461" />
4-
<package id="Cake.Testing" version="0.23.0" targetFramework="net461" />
3+
<package id="Cake.Core" version="0.33.0" targetFramework="net461" />
4+
<package id="Cake.Testing" version="0.33.0" targetFramework="net461" />
55
<package id="Shouldly" version="2.8.3" targetFramework="net46" />
66
<package id="xunit" version="2.3.1" targetFramework="net46" />
77
<package id="xunit.abstractions" version="2.0.1" targetFramework="net46" />
@@ -10,4 +10,4 @@
1010
<package id="xunit.core" version="2.3.1" targetFramework="net46" />
1111
<package id="xunit.extensibility.core" version="2.3.1" targetFramework="net46" />
1212
<package id="xunit.extensibility.execution" version="2.3.1" targetFramework="net46" />
13-
</packages>
13+
</packages>

src/Cake.Webpack/Cake.Webpack.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
<DocumentationFile>bin\Release\Cake.Webpack.XML</DocumentationFile>
3434
</PropertyGroup>
3535
<ItemGroup>
36-
<Reference Include="Cake.Core, Version=0.23.0.0, Culture=neutral, processorArchitecture=MSIL">
37-
<HintPath>..\packages\Cake.Core.0.23.0\lib\net46\Cake.Core.dll</HintPath>
36+
<Reference Include="Cake.Core, Version=0.33.0.0, Culture=neutral, processorArchitecture=MSIL">
37+
<HintPath>..\packages\Cake.Core.0.33.0\lib\net46\Cake.Core.dll</HintPath>
3838
</Reference>
3939
<Reference Include="System" />
4040
<Reference Include="System.Core" />
@@ -65,11 +65,11 @@
6565
<None Include="packages.config" />
6666
</ItemGroup>
6767
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
68-
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
68+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
6969
Other similar extension points exist, see Microsoft.Common.targets.
7070
<Target Name="BeforeBuild">
7171
</Target>
7272
<Target Name="AfterBuild">
7373
</Target>
7474
-->
75-
</Project>
75+
</Project>

src/Cake.Webpack/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Cake.Core" version="0.23.0" targetFramework="net461" />
4-
</packages>
3+
<package id="Cake.Core" version="0.33.0" targetFramework="net461" />
4+
</packages>

0 commit comments

Comments
 (0)