Browse Source

Change the packages project URL to point to openiddict.com

pull/2145/head
Kévin Chalet 2 years ago
parent
commit
dd301bb3ec
  1. 2
      Directory.Build.props

2
Directory.Build.props

@ -158,7 +158,7 @@
<Product>OpenIddict</Product>
<_ProjectCopyright>© Kévin Chalet. All rights reserved.</_ProjectCopyright>
<PackageIconFullPath>$(MSBuildThisFileDirectory)package-icon.png</PackageIconFullPath>
<PackageProjectUrl>https://github.com/openiddict/openiddict-core</PackageProjectUrl>
<PackageProjectUrl>https://openiddict.com/</PackageProjectUrl>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageTags>authentication;jwt;openidconnect;openiddict;security</PackageTags>
<RepositoryType>git</RepositoryType>

Loading…
Cancel
Save