Skip to content

Commit 4ddd9ef

Browse files
committed
CSHARP-1995: Upgrade CAKE to newer version that automatically adds TargetFrameworkAttribute to assembly.
1 parent e2710e4 commit 4ddd9ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Param(
3131
[string[]]$ScriptArgs
3232
)
3333

34-
$CakeVersion = "0.17.0"
34+
$CakeVersion = "0.19.5"
3535
$DotNetChannel = "preview";
3636
$DotNetVersion = "1.0.0-preview2-003121";
3737
$DotNetInstallerUri = "https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0-preview2/scripts/obtain/dotnet-install.ps1";

0 commit comments

Comments
 (0)