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

Update all Lambda test to use .NET 6 instead of .NET Core 3.1 #280

Closed normj closed 1 year ago

normj commented 1 year ago

Description of changes: Since .NET Core 3.1 is now deprecated our integ tests are now failing because we can't create new .NET Core 3.1 functions. Are release pipeline is broken till we fix up the the tests. This PR updates all of our test projects and tests to use .NET 6. I have run the tests all locally now and they pass.

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