Skip to content

Commit

Permalink
Merge pull request #938 from kapsiR/fix-cake-version
Browse files Browse the repository at this point in the history
Downgrade Cake.Core to v2.3.0
  • Loading branch information
AArnott committed May 11, 2023
2 parents 42295ab + 02d36b2 commit bc56096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Packages.props
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 bc56096

Please sign in to comment.