We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be7857e + 786ab92 commit 6048d1eCopy full SHA for 6048d1e
build.cake
@@ -286,8 +286,8 @@ Task("Create-NuGet-Package-Frosting")
286
.ToArray();
287
data.NuGetPackSettings.Dependencies = new List<NuSpecDependency>
288
{
289
- new NuSpecDependency { Id = "Cake.Core", Version = "4.0.0" },
290
- new NuSpecDependency { Id = "LibGit2Sharp", Version = "0.29.0" }
+ new NuSpecDependency { Id = "Cake.Core", Version = "5.0.0" },
+ new NuSpecDependency { Id = "LibGit2Sharp", Version = "0.30.0" }
291
};
292
293
context.EnsureDirectoryExists(data.BuildPaths.NuGetRoot);
0 commit comments