Skip to content

Commit 42ab068

Browse files
authored
Mark DataProtection.Azure* as non-shipping (#41007)
- see aspnet/Announcements#408
1 parent 897c12f commit 42ab068

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/DataProtection/AzureKeyVault/src/Microsoft.AspNetCore.DataProtection.AzureKeyVault.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<TargetFramework>netstandard2.0</TargetFramework>
1313
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1414
<PackageTags>aspnetcore;dataprotection;azure;keyvault</PackageTags>
15-
<IsShippingPackage>true</IsShippingPackage>
15+
<IsShipping>false</IsShipping>
1616
</PropertyGroup>
1717

1818
<ItemGroup>

src/DataProtection/AzureStorage/src/Microsoft.AspNetCore.DataProtection.AzureStorage.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1414
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1515
<PackageTags>aspnetcore;dataprotection;azure;blob</PackageTags>
16-
<IsShippingPackage>true</IsShippingPackage>
16+
<IsShipping>false</IsShipping>
1717
<UseLatestPackageReferences>true</UseLatestPackageReferences>
1818
</PropertyGroup>
1919

0 commit comments

Comments
 (0)