9 changed files with 25 additions and 18 deletions
@ -0,0 +1,20 @@ |
|||
<Project> |
|||
|
|||
<Import Project="common.props" /> |
|||
|
|||
<PropertyGroup> |
|||
<GenerateDocumentationFile>true</GenerateDocumentationFile> |
|||
<IncludeSource>true</IncludeSource> |
|||
<IncludeSymbols>true</IncludeSymbols> |
|||
</PropertyGroup> |
|||
|
|||
<PropertyGroup> |
|||
<Product>OpenIddict</Product> |
|||
<PackageIconUrl>https://avatars3.githubusercontent.com/u/13908567?s=64</PackageIconUrl> |
|||
<PackageProjectUrl>https://github.com/openiddict/openiddict-core</PackageProjectUrl> |
|||
<PackageLicenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</PackageLicenseUrl> |
|||
<RepositoryType>git</RepositoryType> |
|||
<RepositoryUrl>git://github.com/openiddict/openiddict-core</RepositoryUrl> |
|||
</PropertyGroup> |
|||
|
|||
</Project> |
|||
Loading…
Reference in new issue