Workerextension.csproj file is using webjobs which pulls azure idendity 0.11.0 which is out of date and creates governance issue #2732
Labels
Needs: Triage (Functions)
potential-bug
Items opened using the bug report template, not yet triaged and confirmed as a bug
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.
Steps to reproduce
Build a function app and view the workerextension.csproj temp file
The text was updated successfully, but these errors were encountered: