diff --git a/src/DesignTime/DesignTime.fsproj b/src/DesignTime/DesignTime.fsproj index e1c700c..6633230 100644 --- a/src/DesignTime/DesignTime.fsproj +++ b/src/DesignTime/DesignTime.fsproj @@ -1,8 +1,7 @@  - net461 - netstandard2.0;net461 + netcoreapp2.0;net461 FSharp.Data.Npgsql.DesignTime NO_GENERATIVE true diff --git a/src/Runtime/FSharp.Data.Npgsql.nuspec b/src/Runtime/FSharp.Data.Npgsql.nuspec index 8786a7c..3324c00 100644 --- a/src/Runtime/FSharp.Data.Npgsql.nuspec +++ b/src/Runtime/FSharp.Data.Npgsql.nuspec @@ -22,6 +22,10 @@ + + + + diff --git a/src/Runtime/Runtime.fsproj b/src/Runtime/Runtime.fsproj index b66ab05..faf1338 100644 --- a/src/Runtime/Runtime.fsproj +++ b/src/Runtime/Runtime.fsproj @@ -42,14 +42,19 @@ - + + - - + + - + + + + +