You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like you're currently targeting NET 6.0, netstandard2.1 and Net Framework 3.5
Our use-case is a shared .netstandard20 library which is used by projects targeting NET Farmework 4.8 and .net 60. For this usecase we had to roll back Twillio nuget back to version 5.x
Targeting .netstandard21 doesn't really make much sense, since it doesn't support .Net Framework at all.
It looks like you're currently targeting NET 6.0, netstandard2.1 and Net Framework 3.5
Our use-case is a shared .netstandard20 library which is used by projects targeting NET Farmework 4.8 and .net 60. For this usecase we had to roll back Twillio nuget back to version 5.x
Targeting .netstandard21 doesn't really make much sense, since it doesn't support .Net Framework at all.
See here: https://learn.microsoft.com/en-us/dotnet/standard/net-standard?tabs=net-standard-2-1
netstandard20 is the highest common denominator between legacy Net Framework and newer core based run-times.
Any chance you could downgrade the target to netstandard 2.0?
The text was updated successfully, but these errors were encountered: