twilio/twilio-csharp

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

pasha-o opened this issue · 3 comments

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:

  • twilio-csharp version: 7.0.0
  • csharp version: 8

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

@pasha-o Can you please try installing 7.0.1

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