Skip to content

Commit 98c7e96

Browse files
authored
[ApiAuthorization] Mark package as shipping (#8026)
1 parent 5fd53d9 commit 98c7e96

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Identity/ApiAuthorization.IdentityServer/src/Microsoft.AspNetCore.ApiAuthorization.IdentityServer.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
77
<PackageTags>aspnetcore;apiauth;identity</PackageTags>
88
<EnableApiCheck>false</EnableApiCheck>
9-
<!-- Experimental package which is not ready for production yet -->
10-
<IsShippingPackage>false</IsShippingPackage>
9+
<IsShippingPackage>true</IsShippingPackage>
1110
</PropertyGroup>
1211

1312
<ItemGroup>

0 commit comments

Comments
 (0)