Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Update .net examples to .NET 6 #682

Merged
merged 3 commits into from
Feb 27, 2022
Merged

Conversation

slang25
Copy link

@slang25 slang25 commented Feb 26, 2022

Updates the C# and F# AWS Lambda legacy templates to use the .NET 6 managed Lambda runtime.

@pgrzesik
Copy link
Contributor

Hello @slang25 - I'm not an expert but are the old .NET Core apps compatibile with the new .NET6 runtime without any changes?

@slang25
Copy link
Author

slang25 commented Feb 27, 2022

Hey @pgrzesik, so .NET Core was rebranded after .NET Core 3.1 to just .NET 5, then .NET 6.

.NET 6 supports C# 10, which is backwards compatible with previous C# versions. You have prompted me though to modernize the C# style 👍

@slang25
Copy link
Author

slang25 commented Feb 27, 2022

cc @martincostello

Copy link

@martincostello martincostello left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice.

Copy link
Contributor

@pgrzesik pgrzesik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @slang25 🙇

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants