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
Right now, we don't support the netstandard things yet. If I understand it correctly, it is fine to reference these from .NET 4.6 (for example) if it matches the right netstandard.
Description
Right now, we don't support the
netstandard
things yet. If I understand it correctly, it is fine to reference these from .NET 4.6 (for example) if it matches the right netstandard.Repro steps
net462
)Expected behavior
These references should be present: https://github.com/CumpsD/kestrel-classic/blob/master/src/KestrelClassic.fsproj#L80-L130
Actual behavior
netstandard
is not referenced.Known workarounds
Manually update
.fsproj
to add references.Related information
Seems we can map them:
Does this mean if I target
net462
, Paket would have to also look fornetstandard15
(and lower) andnetcoreapp10
?The text was updated successfully, but these errors were encountered: