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
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