Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
akordowski committed Feb 16, 2019
1 parent b9cd6fa commit 1cb2261
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/Cake.Compression.Tests/Cake.Compression.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Cake.Testing" Version="0.30.0" />
<PackageReference Include="NSubstitute" Version="3.1.0" />
<PackageReference Include="Cake.Testing" Version="0.32.1" />
<PackageReference Include="NSubstitute" Version="4.0.0" />
<PackageReference Include="NUnit" Version="3.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.11.2" />
<PackageReference Include="NUnit3TestAdapter" Version="3.12.0" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/Cake.Compression/Cake.Compression.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<DocumentationFile>bin\Release\netstandard2.0\Cake.Compression.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Cake.Common" version="0.30.0" PrivateAssets="All" />
<PackageReference Include="SharpZipLib" version="1.0.0" />
<PackageReference Include="Cake.Common" version="0.32.1" PrivateAssets="All" />
<PackageReference Include="SharpZipLib" version="1.1.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion tools/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" version="0.30.0" />
<package id="Cake" version="0.32.1" />
</packages>

0 comments on commit 1cb2261

Please sign in to comment.