Enable source link support.

This commit is contained in:
Amer Koleci
2022-09-07 12:42:51 +02:00
parent b78f2d3c46
commit 44cd1be707

View File

@@ -24,7 +24,7 @@
</PropertyGroup>
<!-- https://github.com/dotnet/sourcelink -->
<!--<PropertyGroup>
<PropertyGroup>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>false</IncludeSymbols>
@@ -37,6 +37,6 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
</ItemGroup>-->
</ItemGroup>
</Project>