Azure / azure-functions-dotnet-worker

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

Enabling Central Package Management breaks inner build #2689

Closed fabiocav closed 2 months ago

fabiocav commented 2 months ago

Description

When Central Package Management is enabled, the inner build fails as it explicitly sets the versions for all the WebJobs extensions it references.

The inner build should not be impacted by CPM.

Steps to reproduce

Enable central package management and build the solution/project.