twilio / twilio-csharp

Twilio C#/.NET Helper Library for .NET6+.
MIT License
677 stars 301 forks source link

twilio-csharp 7.0.0 doesn't support .Net standard 2.1 hence can't be installed #733

Closed pasha-o closed 8 months ago

pasha-o commented 9 months ago

Issue Summary

The latest version of the Twilio lib 7.0.0 can't be installed into a dotnet standard 2.1 solution.

Steps to Reproduce

  1. Run Nuget update
  2. Install latest version

Code Snippet

# paste code here

Exception/Log

Severity    Code    Description Project File    Line    Suppression State
Error   NU1202  Package Twilio 7.0.0 is not compatible with netstandard2.1 (.NETStandard,Version=v2.1). Package Twilio 7.0.0 supports: net6.0 (.NETCoreApp,Version=v6.0)        1   

Technical details:

sbansla commented 9 months ago

@pasha-o This will be fixed in upcoming release.

sbansla commented 8 months ago

@pasha-o Can you please try installing 7.0.1

pasha-o commented 8 months ago

hi @sbansla - this version is installed successfully. Thanks.