Azure / azure-functions-dotnet-extensions

Azure Functions .NET extensions
MIT License
75 stars 42 forks source link

changing DI reference to 2.1 #48

Closed brettsam closed 4 years ago

brettsam commented 4 years ago

There's a doc question here: https://github.com/MicrosoftDocs/azure-docs/issues/61050 about why we require a ref to Extensions.DependencyInjection 2.2.0 when everything else we create is 2.1. It means you're not able to add a reference to Microsoft.AspNetCore.App 2.1 as it doesn't allow anything >= 2.2.

Not sure if there was an explicit reason for 2.2 here or if we can safely roll it back and relax the restriction.