diff --git a/src/FSharp.Data.GraphQL.Client.DesignTime/FSharp.Data.GraphQL.Client.DesignTime.fsproj b/src/FSharp.Data.GraphQL.Client.DesignTime/FSharp.Data.GraphQL.Client.DesignTime.fsproj index 6d728c7a..b0a2429b 100644 --- a/src/FSharp.Data.GraphQL.Client.DesignTime/FSharp.Data.GraphQL.Client.DesignTime.fsproj +++ b/src/FSharp.Data.GraphQL.Client.DesignTime/FSharp.Data.GraphQL.Client.DesignTime.fsproj @@ -19,7 +19,7 @@ contentFiles;runtime - + diff --git a/src/FSharp.Data.GraphQL.Client/FSharp.Data.GraphQL.Client.fsproj b/src/FSharp.Data.GraphQL.Client/FSharp.Data.GraphQL.Client.fsproj index ee00d2db..f25215ca 100644 --- a/src/FSharp.Data.GraphQL.Client/FSharp.Data.GraphQL.Client.fsproj +++ b/src/FSharp.Data.GraphQL.Client/FSharp.Data.GraphQL.Client.fsproj @@ -4,13 +4,57 @@ Library netstandard2.0 true - typeproviders - typeproviders FSharp implementation of Facebook GraphQL query language (Client) - $(NoWarn);NU5100 + + + $(TargetsForTfmSpecificContentInPackage);_IncludeDesignTimeDllInPackage + + + + + <_DesignTimeProjectRef Include="@(ProjectReference)" + Condition="'%(ProjectReference.IsFSharpDesignTimeProvider)' == 'true'" /> + + + + + + + lib\$(TargetFramework) + + + + all @@ -36,25 +80,12 @@ - - - - - - - - - <_PackageFiles Remove="@(FSharpCoreNuGetPackInput)" /> - <_PackageFiles Remove="@(PdbNuGetPackInput)" /> - - - - + true all - - + +