Skip to content

Commit

Permalink
Downgrade Cake.Core to v2.3.0
Browse files Browse the repository at this point in the history
This fixes a regression of 3.6.99-alpha+56b1dacf89, Cake v2.x wasn't supported anymore

Fixes #934
  • Loading branch information
kapsiR authored and AArnott committed May 11, 2023
1 parent 42295ab commit 02d36b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<ItemGroup>
<PackageVersion Include="BenchmarkDotNet.Diagnostics.Windows" Version="$(BenchmarkDotNetVersion)" />
<PackageVersion Include="BenchmarkDotNet" Version="$(BenchmarkDotNetVersion)" />
<PackageVersion Include="Cake.Core" Version="3.0.0" />
<PackageVersion Include="Cake.Core" Version="2.3.0" />
<PackageVersion Include="DotNetMDDocs" Version="0.112.39" />
<PackageVersion Include="LibGit2Sharp" Version="0.27.0-preview-0182" />
<PackageVersion Include="Microsoft.Build.Framework" Version="$(MSBuildPackageVersion)" />
Expand Down

0 comments on commit 02d36b2

Please sign in to comment.