-
Notifications
You must be signed in to change notification settings - Fork 979
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
.Net 6 runtime #497
Comments
+1 |
1 similar comment
+1 |
Until we get official support for .NET 6, I want to share that in order to get it working, you can put the following command in your buildspec:
This worked for me when using the |
+1 |
can you share a code sample? |
Replace
with
|
Is there an ETA on this .Net 6 has been out a few months and .Net 5 is going out of support in May would be nice to have .Net 6 support ready to go to use the new features and performance improvements. |
+1 |
There's a PR that @cdonnellytx has here #499 that's been open for a while that should resolve this issue. If anyone can review/merge :) |
+1 |
5 similar comments
+1 |
+1 |
+1 |
+1 |
+1 |
I don't think the +1 is very effective here.... ;-) |
dotnet 6 is a supported lambda runtime now. This is really needed to package our lambdas. |
Can we please look into getting #499 merged soon? |
Just chiming in as another customer (Second Dinner) that requires this to be implemented before being able to migrate to .net 6.0. |
Just wanted to say we've been using that install script since it was posted back in November and has worked perfectly for us. It'd be nice to have native support in the CodeBuild image but that script has allowed us to migrate everything over to .net 6 with no issues. It doesn't even take that long to run and install the SDK which is great. Thanks for the answer @mbp 👍 |
@brantsrasmus |
.Net 6 was recently released. When will this be supported in the standard images as a runtime version?
The text was updated successfully, but these errors were encountered: