We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a8ef8c commit ee41b00Copy full SHA for ee41b00
2 files changed
demo/dsl/.config/dotnet-tools.json
@@ -3,7 +3,7 @@
3
"isRoot": true,
4
"tools": {
5
"cake.tool": {
6
- "version": "4.0.0",
+ "version": "6.0.0",
7
"commands": [
8
"dotnet-cake"
9
]
demo/frosting/build/Build.csproj
@@ -6,7 +6,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="JetBrains.Annotations" Version="2025.2.4" />
- <PackageReference Include="Cake.Frosting" Version="4.0.0" />
+ <PackageReference Include="Cake.Frosting" Version="6.0.0" />
10
<ProjectReference Include="$(ProjectDir)../../../src/Cake.AzurePipelines.Module/Cake.AzurePipelines.Module.csproj" />
11
<ProjectReference Include="$(ProjectDir)../../../src/Cake.GitHubActions.Module/Cake.GitHubActions.Module.csproj" />
12
<ProjectReference Include="$(ProjectDir)../../../src/Cake.MyGet.Module/Cake.MyGet.Module.csproj" />
0 commit comments