Skip to content

Commit 7166dc0

Browse files
committed
Use PublishRepositoryUrl instead of RepositoryUrl
SourceLink takes care of finding the repository URL
1 parent 96757da commit 7166dc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Serilog.Formatting.Log4Net.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2727
<PackageTags>Serilog log4net</PackageTags>
2828
<PackageProjectUrl>https://github.com/0xced/serilog-formatting-log4net</PackageProjectUrl>
29-
<RepositoryUrl>https://github.com/0xced/serilog-formatting-log4net</RepositoryUrl>
29+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
3030
</PropertyGroup>
3131

3232
<ItemGroup Label="Packaging Metadata">

0 commit comments

Comments
 (0)