Updated include/references.

This commit is contained in:
Achim D. Brucker 2017-08-06 20:34:43 +01:00
parent 937b0e81aa
commit 630494285c
1 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,8 @@
// reference the type provider dll
#r @"Mono.Data.Sqlite.dll"
#r @"./packages/SQLProvider/lib/FSharp.Data.SqlProvider.dll"
#I @"../../packages/SQLProvider/lib/"
#r @"FSharp.Data.SqlProvider.dll"
open FSharp.Data.Sql
open System.IO
let (+/) path1 path2 = Path.Combine(path1, path2)