Skip to content

Commit ee9c4a2

Browse files
committed
Fix rakefile
1 parent 2670703 commit ee9c4a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ require 'rake/clean'
2323
# --------------------------------------------------------------------------- #
2424
PROJECT = "Cube.Pdf"
2525
LATEST = "v9"
26-
BRANCHES = ["net47", "net35"]
26+
BRANCHES = ["net47", "net35", "net80"]
2727
PLATFORMS = ["Any CPU", "x86", "x64", "ARM64"]
2828
PACKAGES = ["Libraries/Core/Cube.Pdf.Core",
2929
"Libraries/Generating/Cube.Pdf.Generating",

0 commit comments

Comments
 (0)