Skip to content
This repository has been archived by the owner on Nov 28, 2020. It is now read-only.

Commit

Permalink
Updated to Cake.Core 0.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devlead committed Oct 27, 2019
1 parent 8dc8bd0 commit 2b38013
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Cake.Frosting/Cake.Frosting.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
<DebugType>portable</DebugType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Cake.Core" Version="0.34.1" />
<PackageReference Include="Cake.Common" Version="0.34.1" />
<PackageReference Include="Cake.Core" Version="0.35.0" />
<PackageReference Include="Cake.Common" Version="0.35.0" />
<None Include="../../LICENSE" Pack="true" PackagePath="$(PackageLicenseFile)"/>
</ItemGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
Expand Down
2 changes: 1 addition & 1 deletion template/Build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Cake.Frosting" Version="0.34.1" />
<PackageReference Include="Cake.Frosting" Version="0.35.0" />
</ItemGroup>

</Project>

0 comments on commit 2b38013

Please sign in to comment.