Skip to content

Commit 0c1cfee

Browse files
authored
Merge pull request #87 from linked-data-dotnet/feature/source-link
Add SourceLink
2 parents 5149724 + 8671024 commit 0c1cfee

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/json-ld.net/json-ld.net.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,15 @@ Implements the W3C JSON-LD 1.0 standard.</Description>
1717
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
1818
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
1919
<RepositoryUrl>https://github.com/linked-data-dotnet/json-ld.net</RepositoryUrl>
20+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
21+
<IncludeSymbols>true</IncludeSymbols>
22+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2023
</PropertyGroup>
24+
25+
<ItemGroup>
26+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
27+
</ItemGroup>
28+
2129
<ItemGroup>
2230
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" />
2331
</ItemGroup>

0 commit comments

Comments
 (0)