Closed slang25 closed 2 years ago
Hello @slang25 - I'm not an expert but are the old .NET Core apps compatibile with the new .NET6 runtime without any changes?
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 👍
cc @martincostello
Updates the C# and F# AWS Lambda legacy templates to use the .NET 6 managed Lambda runtime.