Skip to content

Commit

Permalink
Fixes package project URL.
Browse files Browse the repository at this point in the history
Closes #63
  • Loading branch information
scottdorman authored and AArnott committed Sep 30, 2020
1 parent 28dfbf1 commit e462f0d
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 @@ -2,7 +2,7 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory)../, Directory.Build.props))\Directory.Build.props" Condition=" '$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory)../, Directory.Build.props))' != '' " />

<PropertyGroup>
<PackageProjectUrl>https://github.com/Microsoft/vs-streamjsonrpc</PackageProjectUrl>
<PackageProjectUrl>https://github.com/Microsoft/vs-validation</PackageProjectUrl>
<PackageIcon>PackageIcon.png</PackageIcon>
</PropertyGroup>

Expand Down

0 comments on commit e462f0d

Please sign in to comment.