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
This currently prevents us from moving all of our assemblies to net5.0 from netstandard2.0.
Note that theoretically we could move the net472 leg to netstandard2.0 to satisfy compatibility, but we'd need to make sure that there's no conditional code in those packages.
This currently prevents us from moving all of our assemblies to net5.0 from netstandard2.0.
Note that theoretically we could move the net472 leg to netstandard2.0 to satisfy compatibility, but we'd need to make sure that there's no conditional code in those packages.
Related: #9886
The text was updated successfully, but these errors were encountered: