-
Notifications
You must be signed in to change notification settings - Fork 310
Open
Description
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?
danFbach
Metadata
Metadata
Assignees
Labels
No labels