Paket
Paket copied to clipboard
Fix script generation if package contains FSharp.Core name
It's normal to ignore FSharp.Core, but not Company.FSharp.Core, CustomFSharp.Core ou CustomFSharp.CoreCustom
Seems like overlook when initially implementing load script generation, thanks for adjusting the code!
Maybe we should make sure FSharp.Coresomething & FSharp.Core.something also behaves as your change intends to adjust?
Done 🙂
thanks!