FCSWatch
FCSWatch copied to clipboard
Nuget vs Paket standardization
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?
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)