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 nuget packages are managed both through paket and nuget.
This causes issues for some packages (I ran into this with FSharp.Compiler.Service at runtime). FSharp.Compiler.Service needs to have proper constraints in the nuget package.
I'd like to make PR to standardize on either nuget or paket, and will also make the nuget constraint. Is there a preference towards either paket or nuget?
The text was updated successfully, but these errors were encountered:
I prefer nuget.
I have used paket before, but it troubled me sometimes because of weired problems (i forgetted the specific things as i have not used it for several months)
Right now nuget packages are managed both through
paket
andnuget
.This causes issues for some packages (I ran into this with
FSharp.Compiler.Service
at runtime).FSharp.Compiler.Service
needs to have proper constraints in the nuget package.I'd like to make PR to standardize on either
nuget
orpaket
, and will also make the nuget constraint. Is there a preference towards eitherpaket
ornuget
?The text was updated successfully, but these errors were encountered: