Skip to content

Commit

Permalink
build.cake add manifestband 8.0.200
Browse files Browse the repository at this point in the history
  • Loading branch information
lytico committed Feb 19, 2024
1 parent 167c3ee commit 3b2851f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ var configuration = Argument("Configuration", "Release");

var msbuildsettings = new DotNetMSBuildSettings();
var list = new List<GAssembly>();
var supportedVersionBands = new List<string>() {"6.0.100", "6.0.200", "6.0.300", "6.0.400", "7.0.400", "8.0.100"};
var supportedVersionBands = new List<string>() {"6.0.100", "6.0.200", "6.0.300", "6.0.400", "7.0.400", "8.0.100", "8.0.200"};

// TASKS

Expand Down

0 comments on commit 3b2851f

Please sign in to comment.