-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
cdk init: Upgrade from netcoreapp3.1 to net6.0 #23921
cdk init: Upgrade from netcoreapp3.1 to net6.0 #23921
Comments
Thanks for the PR - copying over from the PR for visibility here too, we will want to update jsii first |
Sure, I think we don't need to rush about it. I would like to help update too. |
BREAKING CHANGE: The runtime library for .NET & generated .NET bindings will no longer support netcoreapp3.1 after this release. Users are advised to upgrade their apps to use net6.0 or net7.0 instead. Related: aws/aws-cdk#23926 Related: aws/aws-cdk#23921 Co-authored-by: 🧑🏻💻 Romain Marcadier <rmuller@amazon.com>
Update the csharp & fsharp templates to net6.0 NET Core 3.1 is EOL, see https://endoflife.date/dotnet Closes #23921. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
|
Update the csharp & fsharp templates to net6.0 NET Core 3.1 is EOL, see https://endoflife.date/dotnet Closes aws#23921. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Describe the feature
Any plan to upgrade the template from netcoreapp3.1 to net6.0? .NET Core 3.1 has reached the end of life for the support. Is it cdk support net6.0? If yes, I think it will be good to use net6.0.
Use Case
I want to reduce the warning.
Proposed Solution
Upgrade to net6.0 for the template
Other Information
I expect to update this line
Acknowledgements
CDK version used
2.62.2
Environment details (OS name and version, etc.)
Linux Manjaro 22.0.1 and .NET 6
The text was updated successfully, but these errors were encountered: