aws / aws-extensions-for-dotnet-cli

Extensions to the dotnet CLI to simplify the process of building and publishing .NET Core applications to AWS services
Apache License 2.0
369 stars 86 forks source link

Remove check that unmanaged runtimes are exe #251

Closed Beau-Gosse-dev closed 1 year ago

Beau-Gosse-dev commented 1 year ago

Description of changes:

This check for output type needs to be removed since customers could bring their own runtime support in an image. Such as in the SAM .NET 5 Template

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.