Skip to content

Commit

Permalink
update cake to 0.32.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MilovanovM committed Jan 23, 2019
1 parent 663192f commit 69bb817
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Cake.Yarn.Tests/Cake.Yarn.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Cake.Testing" Version="0.30.0" />
<PackageReference Include="Cake.Testing" Version="0.32.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" />
<PackageReference Include="Shouldly" Version="3.0.2" />
<PackageReference Include="xunit" Version="2.4.1" />
Expand Down
2 changes: 1 addition & 1 deletion src/Cake.Yarn/Cake.Yarn.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Cake.Core" Version="0.30.0" PrivateAssets="All" />
<PackageReference Include="Cake.Core" Version="0.32.1" PrivateAssets="All" />
</ItemGroup>

</Project>

0 comments on commit 69bb817

Please sign in to comment.