### Description A new version of the [Event Grid host extension](https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.EventGrid/3.5.0) is out that references version [1.12.0 of Microsoft.Extensions.Azure](https://www.nuget.org/packages/Microsoft.Extensions.Azure/1.12.0). We need to update the worker extension to specify it. Event Grid doesn't use deferred bindings (this connection is only for the output binding), so no additional action should be needed.