SchlenkR/FsHttp

Wrong #I in FsHttp.fsx

Closed this issue · 2 comments

The includes don't Point to the correct directories according to the Location in the nuget package.

fixed in v0.10.1-preview

Don't include "packages" for package

#I "../../packages/FSharp.Data/lib/netstandard2.0" // dev before build + paket
#I "../../../../../packages/FSharp.Data/lib/netstandard2.0" // dev after build + paket
#I "../../../FSharp.Data/lib/netstandard2.0" // package + paket
#I "../FSharp.Data.3.1.1/lib/netstandard2.0" // package + nuget