AfricasTalkingLtd / africastalking.Net

Africa's Talking API Wrapper for C#
https://developers.africastalking.com
MIT License
18 stars 38 forks source link

netcoreapp to netstandard #61

Closed Njoro007 closed 1 year ago

Njoro007 commented 1 year ago

When a library is built against a certain version of .NET Standard, it can run on any .NET implementation that implements that version of .NET Standard (or higher).

Targeting a higher version of .NET Standard allows a library to use more APIs but means it can only be used on more recent versions of .NET. Targeting a lower version reduces the available APIs but means the library can run in more places.

[.NET Implementation] (https://learn.microsoft.com/en-us/dotnet/standard/net-standard?tabs=net-standard-2-0)