Skip to content

Commit

Permalink
replace net6.0 with net9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arturcic committed Oct 31, 2024
1 parent cc011fb commit 29cfaa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build/Utils/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public static class Constants
public static readonly string[] DotnetVariants = ["sdk", "runtime"];

public const string VersionLatest = "8.0";
public static readonly string[] DotnetVersions = [VersionLatest, "6.0"];
public static readonly string[] DotnetVersions = [VersionLatest, "9.0"];

public const string AlpineLatest = "alpine.3.20";
public const string CentosStreamLatest = "centos.stream.9";
Expand Down

0 comments on commit 29cfaa8

Please sign in to comment.