gabrieldwight / Whatsapp-Business-Cloud-Api-Net

This is C# wrapper of whatsapp business cloud api for .NET
MIT License
298 stars 119 forks source link

Use different Package References for .NET 6 and for .NET 7 #34

Closed emisand closed 1 year ago

emisand commented 1 year ago

Currently this projects has Package References for the .NET 7 version of Microsoft.Extensions packages.

To avoid conflicts in projects using .NET 6 LTS, I have added separate package references for .NET 6.0 and .NET Standard 2.0 using the 6.x.x versions of Microsoft.Extensions packages.

The .NET 7 and .NET Standard 2.1 still use .NET 7 package references.