aws / apprunner-roadmap

This is the public roadmap for AWS App Runner.
https://aws.amazon.com/apprunner/
Other
292 stars 13 forks source link

Add support for .NET 7 (dotnet7) #179

Closed goenning closed 1 year ago

goenning commented 1 year ago

Community Note

Tell us about your request

Upgrade an app from dotnet6 to dotnet7

Describe alternatives you've considered

Staying on dotnet6 🫠

Additional context

dotnet7 is faster and has been around for a while, would be great to have it on apprunner too!

Attachments If you think you might have additional information that you'd like to include via an attachment, please do - we'll take a look. (Remember to remove any personally-identifiable information.)

nc-master commented 1 year ago

AWS Is making hard our decision of staying here while working with dotnet.

andreas-bergstrom commented 1 year ago

You could use a docker image with whatever runtime you want in the meantime though?

jsheld commented 1 year ago

At this time, we are not adding support for .NET 7 as we are only targeting .NET LTS releases. Unfortunately, .NET 7 is a STS release. As suggested by @andreas-bergstrom, a Docker image with what you need published to ECR would probably be the easiest route for what you want. By the way, you can find .NET support policy information here: https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core. Hope this helps.