twilio-csharp icon indicating copy to clipboard operation
twilio-csharp copied to clipboard

Drop target frameworks that Microsoft doesn't support

Open Swimburger opened this issue 2 years ago • 1 comments

Microsoft supports the following target frameworks at this time:

  • .NET Framework 4.6.2 and up
  • .NET 6 and up I suggest removing target frameworks netstandard1.4 and net451. These would be the TFM's targeted: netstandard2.0;net35.

This would continue to support all the versions that Microsoft supports.

See .NET support and .NET Framework support.

Swimburger avatar Jan 31 '23 18:01 Swimburger

Thanks for the PR! We've added the review to our backlog to be prioritised. +1s on the issue summary will help it move up the backlog.

kridai avatar Feb 02 '23 04:02 kridai

We have dropped the support of older versions. Please refer latest twilio-csharp version 7.0.1 in nuget.

sbansla avatar Mar 13 '24 01:03 sbansla