Skip to content

Commit

Permalink
fix: Enable selecting the '.NET 6 on AL2023' platform when deploying …
Browse files Browse the repository at this point in the history
…to Elastic Beanstalk on Linux
  • Loading branch information
ashovlin committed Jan 4, 2024
1 parent 8a57505 commit ed3c748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AWS.Deploy.Constants/ElasticBeanstalk.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ internal static class ElasticBeanstalk
public const string HealthCheckURLOptionNameSpace = "aws:elasticbeanstalk:application";
public const string HealthCheckURLOptionName = "Application Healthcheck URL";

public const string LinuxPlatformType = ".NET Core";
public const string LinuxPlatformType = ".NET";
public const string WindowsPlatformType = "Windows Server";

public const string IISAppPathOptionId = "IISAppPath";
Expand Down

0 comments on commit ed3c748

Please sign in to comment.