Azure / azure-functions-extension-bundles

Azure Functions Extension Bundles
MIT License
70 stars 52 forks source link

Support modern .NET versions #402

Closed jviau closed 4 months ago

jviau commented 6 months ago

Currently bundles v4 only supports .netcoreapp3.1, which is out of support. We should add support for modern in-support .NET versions - especially since the functions host is running .net6.0 already (and soon to be .net8.0)

soninaren commented 4 months ago

Addressed in #https://github.com/Azure/azure-functions-extension-bundles/pull/407