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 3441586 + 307201d commit 1b71843Copy full SHA for 1b71843
demo/frosting/build/Build.csproj
@@ -5,7 +5,7 @@
5
<RunWorkingDirectory>$(MSBuildProjectDirectory)</RunWorkingDirectory>
6
</PropertyGroup>
7
<ItemGroup>
8
- <PackageReference Include="Cake.Frosting" Version="4.0.0" />
+ <PackageReference Include="Cake.Frosting" Version="4.2.0" />
9
<ProjectReference Include="$(ProjectDir)../../../src/Cake.Npm.Module/Cake.Npm.Module.csproj" />
10
</ItemGroup>
11
demo/script/.config/dotnet-tools.json
@@ -3,7 +3,7 @@
3
"isRoot": true,
4
"tools": {
"cake.tool": {
- "version": "4.0.0",
+ "version": "4.2.0",
"commands": [
"dotnet-cake"
]
0 commit comments