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

Support for .NET 9 #591

Open
danielmarbach opened this issue Nov 26, 2024 · 0 comments
Open

Support for .NET 9 #591

danielmarbach opened this issue Nov 26, 2024 · 0 comments

Comments

@danielmarbach
Copy link
Contributor

Describe the suggested improvement

Azure Functions now supports .NET 9 for applications using the isolated worker model. You can now use the improved performance of .NET 9, write your code with the new language features of C# 13, and more. Support is being enabled for Windows and Linux on the Consumption, Elastic Premium, and App Service plan hosting options.

You can start using .NET 9 with Functions projects using the isolated worker model by changing the target framework and updating to the 2.0.0 versions of Microsoft.Azure.Functions.Worker and Microsoft.Azure.Functions.Worker.Sdk.

Additional Context

No response

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

No branches or pull requests

1 participant