diff --git a/build/dependencies.props b/build/dependencies.props index 0b1adf4cf1..a9edc6f2b9 100644 --- a/build/dependencies.props +++ b/build/dependencies.props @@ -123,6 +123,8 @@ 2.8.0 2.8.0 4.5.0 + 5.8.4 + 5.8.4 1.7.0 0.2.0-beta-63019-01 1.0.0-rc3-003121 diff --git a/build/external-dependencies.props b/build/external-dependencies.props index f3bf216028..7e80a4cef6 100644 --- a/build/external-dependencies.props +++ b/build/external-dependencies.props @@ -93,6 +93,9 @@ + + + diff --git a/eng/Dependencies.props b/eng/Dependencies.props index 2f7b478d68..ed562c8690 100644 --- a/eng/Dependencies.props +++ b/eng/Dependencies.props @@ -100,6 +100,8 @@ and are generated based on the last package release. + + diff --git a/eng/PatchConfig.props b/eng/PatchConfig.props index 0965ea09da..8fa9474235 100644 --- a/eng/PatchConfig.props +++ b/eng/PatchConfig.props @@ -42,6 +42,7 @@ Later on, this will be checked using this condition: + Microsoft.AspNetCore.DataProtection.AzureStorage; diff --git a/src/DataProtection/AzureStorage/src/Microsoft.AspNetCore.DataProtection.AzureStorage.csproj b/src/DataProtection/AzureStorage/src/Microsoft.AspNetCore.DataProtection.AzureStorage.csproj index d65f55a425..2e0d4c5dc4 100644 --- a/src/DataProtection/AzureStorage/src/Microsoft.AspNetCore.DataProtection.AzureStorage.csproj +++ b/src/DataProtection/AzureStorage/src/Microsoft.AspNetCore.DataProtection.AzureStorage.csproj @@ -1,16 +1,18 @@  - Microsoft Azure Blob storrage support as key store. + Microsoft Azure Blob storage support as key store. netstandard2.0 true true aspnetcore;dataprotection;azure;blob + true + diff --git a/src/DataProtection/AzureStorage/test/Microsoft.AspNetCore.DataProtection.AzureStorage.Tests.csproj b/src/DataProtection/AzureStorage/test/Microsoft.AspNetCore.DataProtection.AzureStorage.Tests.csproj index c01bea99ff..d36ba9fbbe 100644 --- a/src/DataProtection/AzureStorage/test/Microsoft.AspNetCore.DataProtection.AzureStorage.Tests.csproj +++ b/src/DataProtection/AzureStorage/test/Microsoft.AspNetCore.DataProtection.AzureStorage.Tests.csproj @@ -3,12 +3,15 @@ netcoreapp2.1;net461 true + true + +