根据文档,我可以在我的以下行中获取整个 GitHub 存储库paket.dependencies
:
// master branch
github tpetricek/FSharp.Formatting
// version 2.13.5
github tpetricek/FSharp.Formatting:2.13.5
// specific commit 30cd5366a4f3f25a443ca4cd62cd592fd16ac69
github tpetricek/FSharp.Formatting:30cd5366a4f3f25a443ca4cd62cd592fd16ac69
但是我应该放什么paket.refrences
来引用依赖项?