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 3cf1f67 + 926f385 commit 806f42aCopy full SHA for 806f42a
demo/cake/.config/dotnet-tools.json
@@ -3,7 +3,7 @@
3
"isRoot": true,
4
"tools": {
5
"cake.tool": {
6
- "version": "5.1.0",
+ "version": "6.0.0",
7
"commands": [
8
"dotnet-cake"
9
]
demo/frosting/build/Build.csproj
@@ -8,7 +8,7 @@
<Reference Include="Cake.7zip">
<HintPath>$(MSBuildProjectDirectory)\..\..\..\src\Cake.7zip\bin\Release\net8.0\Cake.7zip.dll</HintPath>
10
</Reference>
11
- <PackageReference Include="Cake.Frosting" Version="5.1.0" />
+ <PackageReference Include="Cake.Frosting" Version="6.0.0" />
12
</ItemGroup>
13
<ItemGroup>
14
<Compile Remove="output\**" />
0 commit comments