Skip to content

Commit 8afd613

Browse files
authored
Merge pull request #325 from json-api-dotnet/feat/#321
feat(csproj): add SourceLink
2 parents b0befb7 + 95c34fe commit 8afd613

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/JsonApiDotNetCore/JsonApiDotNetCore.csproj

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1515
<RepositoryType>git</RepositoryType>
1616
<RepositoryUrl>https://github.com/json-api-dotnet/JsonApiDotNetCore</RepositoryUrl>
17+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
18+
<EmbedUntrackedSources>true</EmbedUntrackedSources>
19+
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
1720
</PropertyGroup>
1821

1922
<ItemGroup>
@@ -25,6 +28,7 @@
2528
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
2629
<PackageReference Include="System.Memory" Version="4.5.0" />
2730
<PackageReference Include="System.ValueTuple" Version="$(TuplesVersion)" />
31+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta-62925-02" PrivateAssets="All"/>
2832
</ItemGroup>
2933

3034
<!--

0 commit comments

Comments
 (0)