-
-
Notifications
You must be signed in to change notification settings - Fork 247
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
19 lines (16 loc) · 731 Bytes
/
Directory.Build.props
File metadata and controls
19 lines (16 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<Project>
<PropertyGroup>
<Version>3.0.0-rc4</Version>
<Authors>Jan Škoruba</Authors>
<PackageTags>Duende IdentityServer Admin OpenIDConnect OAuth2 Identity</PackageTags>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageIcon>nuget-icon.png</PackageIcon>
<PackageProjectUrl>https://github.com/skoruba/Duende.IdentityServer.Admin</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<None Include="../../docs/Images/nuget-icon.png" Pack="true" Visible="false" PackagePath="" />
<None Include="../../LICENSE" Pack="true" PackagePath="" />
<None Include="../../README.md" Pack="true" PackagePath="" />
</ItemGroup>
</Project>