We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5149724 + 8671024 commit 0c1cfeeCopy full SHA for 0c1cfee
src/json-ld.net/json-ld.net.csproj
@@ -17,7 +17,15 @@ Implements the W3C JSON-LD 1.0 standard.</Description>
17
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
18
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
19
<RepositoryUrl>https://github.com/linked-data-dotnet/json-ld.net</RepositoryUrl>
20
+ <PublishRepositoryUrl>true</PublishRepositoryUrl>
21
+ <IncludeSymbols>true</IncludeSymbols>
22
+ <SymbolPackageFormat>snupkg</SymbolPackageFormat>
23
</PropertyGroup>
24
+
25
+ <ItemGroup>
26
+ <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
27
+ </ItemGroup>
28
29
<ItemGroup>
30
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" />
31
</ItemGroup>
0 commit comments