Azure / azure-functions-dotnet-worker

Azure Functions out-of-process .NET language worker
MIT License
431 stars 184 forks source link

Workerextension.csproj file is using webjobs which pulls azure idendity 0.11.0 which is out of date and creates governance issue #2732

Open veerenspatel opened 1 month ago

veerenspatel commented 1 month ago

Description

The temporary workerextension.csproj file that gets created when building a function app is targeting dot net 6.0 and using the webjobs packages vs the new functions.extensions packages which is in turn causing the workerextension to pull an outdated version of azure.identity. This is giving us a component governance issue. Screenshot 2024-09-24 133131

Steps to reproduce

Build a function app and view the workerextension.csproj temp file