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
ZoomNet currently targets net48, netstandard2.1, net60 and net7.0. Net 6.0 when out-of-support earlier this summer and Net 7.0 will reach end-of-support in about a month from now so I was considering dropping these two frameworks (#364) and adding Net 9.0 (#363) which should be released momentarily.
But I started second-guessing my choice of targets mainly because ZoomNet does not depend on features that are specific to any of these net platforms, so why target them specifically? Wouldn't it be enough to simply target net48 and netstandard2.1?
The text was updated successfully, but these errors were encountered:
ZoomNet currently targets
net48
,netstandard2.1
,net60
andnet7.0
. Net 6.0 when out-of-support earlier this summer and Net 7.0 will reach end-of-support in about a month from now so I was considering dropping these two frameworks (#364) and adding Net 9.0 (#363) which should be released momentarily.But I started second-guessing my choice of targets mainly because ZoomNet does not depend on features that are specific to any of these
net
platforms, so why target them specifically? Wouldn't it be enough to simply targetnet48
andnetstandard2.1
?The text was updated successfully, but these errors were encountered: