Skip to content

Commit

Permalink
Merge pull request #13 from artemutin/cake_0.26
Browse files Browse the repository at this point in the history
updated Cake.Core version to 0.26
  • Loading branch information
vCipher committed Mar 12, 2018
2 parents 9cbb408 + d10dd3f commit bb561e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Cake.Hg.Tests/Cake.Hg.Tests.csproj
Expand Up @@ -6,8 +6,8 @@
<Optimize>false</Optimize>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Cake.Core" Version="0.24.0" />
<PackageReference Include="Cake.Testing" Version="0.24.0" />
<PackageReference Include="Cake.Core" Version="0.26.1" />
<PackageReference Include="Cake.Testing" Version="0.26.1" />
<PackageReference Include="Hg.Net" Version="0.1.5" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.5.0" />
<PackageReference Include="NUnit" Version="3.9.0" />
Expand Down
2 changes: 1 addition & 1 deletion src/Cake.Hg/Cake.Hg.csproj
Expand Up @@ -20,7 +20,7 @@
<Content Include="bin\$(Configuration)\net461\Mercurial.Net.dll" PackagePath="lib\net461\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Cake.Core" Version="0.24.0" PrivateAssets="true" />
<PackageReference Include="Cake.Core" Version="0.26.1" PrivateAssets="true" />
<PackageReference Include="Hg.Net" Version="0.1.5" PrivateAssets="true" />
</ItemGroup>
</Project>

0 comments on commit bb561e3

Please sign in to comment.