我正在开始一个新Console Application F#项目Visual Studio version 15.8.1。使用paket,我安装了这些软件包:
Accord
Accord.Math
Accord.Statistics
Accord.MachineLearning
到目前为止,一切都很好。但是,当我安装Accord.MachineLearning.gpl除了上述软件包之外,我Accord.MachineLearning在列表中得到了一个重复的条目Solution Explorer References:
Accord
Accord.Math
Accord.Statistics
Accord.MachineLearning
Accord.MachineLearning // duplicate here
Accord.MachineLearning.gpl
问题:
1)这是一个问题吗?
2)如何避免这种情况?
3)有没有办法消除重复?