Skip to content

Commit

Permalink
Merge branch 'release/0.11.0'
Browse files Browse the repository at this point in the history
* release/0.11.0:
  (GH-172) Updated Cake tool to version 2.2.0 * fixes #172
  • Loading branch information
gep13 committed Apr 15, 2022
2 parents bc99523 + a803a21 commit 9eb62ae
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/Cake.Bakery/Cake.Bakery.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<InternalsVisibleTo Include="Cake.Bakery.Tests" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Cake.Core" Version="2.1.0" />
<PackageReference Include="Cake.NuGet" Version="2.1.0" />
<PackageReference Include="Cake.Core" Version="2.2.0" />
<PackageReference Include="Cake.NuGet" Version="2.2.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="6.0.0" />
</ItemGroup>
<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/Cake.Scripting.Tests/Cake.Scripting.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Cake.Core" Version="2.1.0" />
<PackageReference Include="Cake.Testing" Version="2.1.0" />
<PackageReference Include="Cake.Core" Version="2.2.0" />
<PackageReference Include="Cake.Testing" Version="2.2.0" />
<PackageReference Include="Mono.Cecil" Version="0.11.4" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
<PackageReference Include="xunit" Version="2.4.1" />
Expand Down
4 changes: 2 additions & 2 deletions src/Cake.Scripting/Cake.Scripting.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<InternalsVisibleTo Include="Cake.Scripting.Tests" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Cake.Core" Version="2.1.0" />
<PackageReference Include="Cake.Common" Version="2.1.0" />
<PackageReference Include="Cake.Core" Version="2.2.0" />
<PackageReference Include="Cake.Common" Version="2.2.0" />
<PackageReference Include="Mono.Cecil" Version="0.11.4" />
<PackageReference Include="Basic.Reference.Assemblies.Net60" Version="1.2.4" />
</ItemGroup>
Expand Down

0 comments on commit 9eb62ae

Please sign in to comment.