Skip to content

Commit 0dd4372

Browse files
committed
fixup! FSharp.Data.GraphQL.Server.AspNetCore (#430)
1 parent 4cab5b4 commit 0dd4372

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</PropertyGroup>
1212

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

samples/FSharp.Data.GraphQL.ProjectTemplates.fsproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
<IncludeContentInPack>true</IncludeContentInPack>
1414
<IncludeBuildOutput>false</IncludeBuildOutput>
15+
<IncludeSymbols>false</IncludeSymbols>
1516
<ContentTargetFolders>content</ContentTargetFolders>
1617
<NoWarn>$(NoWarn);NU5128</NoWarn>
1718
<NoDefaultExcludes>true</NoDefaultExcludes>
@@ -22,4 +23,4 @@
2223
<Compile Remove="**/*" />
2324
</ItemGroup>
2425

25-
</Project>
26+
</Project>

0 commit comments

Comments
 (0)