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