[ApiAuthorization] Mark package as shipping (#8026)

This commit is contained in:
Javier Calvarro Nelson 2019-03-01 07:52:29 -08:00 committed by GitHub
parent 5fd53d9d07
commit 98c7e965bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -6,8 +6,7 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageTags>aspnetcore;apiauth;identity</PackageTags>
<EnableApiCheck>false</EnableApiCheck>
<!-- Experimental package which is not ready for production yet -->
<IsShippingPackage>false</IsShippingPackage>
<IsShippingPackage>true</IsShippingPackage>
</PropertyGroup>
<ItemGroup>