Skip to content

Commit

Permalink
Fix PackageProjectUrl
Browse files Browse the repository at this point in the history
Fix "Project website" links in NuGet.org 404ing.
  • Loading branch information
martincostello authored Feb 5, 2025
1 parent 4213d17 commit 8049d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<AnalysisLevel>latest-Recommended</AnalysisLevel>
<EnableNETAnalyzers>True</EnableNETAnalyzers>

<PackageProjectUrl>$(RepositoryUrl)/src/$(MSBuildProjectName)</PackageProjectUrl>
<PackageProjectUrl>$(RepositoryUrl)/tree/main/src/$(MSBuildProjectName)</PackageProjectUrl>

<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down

0 comments on commit 8049d3f

Please sign in to comment.