Azure / azure-notificationhubs-dotnet

.NET SDK for Azure Notification Hubs
MIT License
70 stars 122 forks source link

ASP.NET Core 2.1 support #167

Closed noxi515 closed 3 years ago

noxi515 commented 3 years ago

I cannot use this library inside ASP.NET Core 2.1 apps (depends on Microsoft.Extensions.* 2.1.x). Please tell me why you use the latest Microsoft.Extensions libs.

mpodwysocki commented 3 years ago

@noxi515 as noted in our README, we support a minimum of .NET Core 3.1

noxi515 commented 3 years ago

I read that. Is the minimum supported version a common policy for "Microsoft.Azure.*" libraries?