Skip to content

Commit

Permalink
fixup! FSharp.Data.GraphQL.Server.AspNetCore (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
xperiandri committed Mar 24, 2024
1 parent 4cab5b4 commit 0dd4372
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</PropertyGroup>

<PropertyGroup Label="NuGet">
<Authors>John Bazinga, Andrii Chebukin, Jurii Chebukin, Ismael Carlos Velten, njlr, Garrett Birkel</Authors>
<Authors>John Bazinga, Andrii Chebukin, Jurii Chebukin, Ismael Carlos Velten, Valber M. Silva de Souza, njlr, Garrett Birkel</Authors>
<Product>FSharp.Data.GraphQL</Product>
<Summary>F# implementation of Facebook GraphQL query language</Summary>

Expand Down
3 changes: 2 additions & 1 deletion samples/FSharp.Data.GraphQL.ProjectTemplates.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

<IncludeContentInPack>true</IncludeContentInPack>
<IncludeBuildOutput>false</IncludeBuildOutput>
<IncludeSymbols>false</IncludeSymbols>
<ContentTargetFolders>content</ContentTargetFolders>
<NoWarn>$(NoWarn);NU5128</NoWarn>
<NoDefaultExcludes>true</NoDefaultExcludes>
Expand All @@ -22,4 +23,4 @@
<Compile Remove="**/*" />
</ItemGroup>

</Project>
</Project>

0 comments on commit 0dd4372

Please sign in to comment.