Skip to content

Commit f07343f

Browse files
authored
Fix repo url prop (#773)
1 parent dd5a73d commit f07343f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackageDescriptionFile>$(MSBuildThisFileDirectory)descriptions.json</PackageDescriptionFile>
1111
<!-- This link should be updated for each release milestone, currently this points to 1.0.0 -->
1212
<ReleaseNotes>https://go.microsoft.com/fwlink/?LinkID=799417</ReleaseNotes>
13-
<PackageProjectUrl>https://dot.net</PackageProjectUrl>
13+
<ProjectUrl>https://dot.net</ProjectUrl>
1414
<RepositoryUrl>https://github.com/dotnet/windowsdesktop</RepositoryUrl>
1515

1616
<!-- this repo doesn't currently use the index so don't force it to be in sync -->

0 commit comments

Comments
 (0)