diff --git a/eng/Dependencies.props b/eng/Dependencies.props index 0cd5ac2537..2e11857b1b 100644 --- a/eng/Dependencies.props +++ b/eng/Dependencies.props @@ -172,6 +172,8 @@ and are generated based on the last package release. + + diff --git a/eng/PatchConfig.props b/eng/PatchConfig.props index 4bb8a4afea..6cfba9b0b6 100644 --- a/eng/PatchConfig.props +++ b/eng/PatchConfig.props @@ -65,7 +65,9 @@ Later on, this will be checked using this condition: + Microsoft.AspNetCore.DataProtection.AzureStorage; Microsoft.AspNetCore.Hosting; + Microsoft.AspNetCore.SpaServices; diff --git a/eng/Versions.props b/eng/Versions.props index 382d049479..57f006ca3e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -207,6 +207,8 @@ 3.0.0 3.0.0 3.0.0 + 5.8.4 + 5.8.4 3.19.8 5.5.0 5.5.0 diff --git a/src/DataProtection/AzureStorage/src/Microsoft.AspNetCore.DataProtection.AzureStorage.csproj b/src/DataProtection/AzureStorage/src/Microsoft.AspNetCore.DataProtection.AzureStorage.csproj index 8272cd539b..f9a124b261 100644 --- a/src/DataProtection/AzureStorage/src/Microsoft.AspNetCore.DataProtection.AzureStorage.csproj +++ b/src/DataProtection/AzureStorage/src/Microsoft.AspNetCore.DataProtection.AzureStorage.csproj @@ -7,6 +7,7 @@ true aspnetcore;dataprotection;azure;blob true + true @@ -17,6 +18,7 @@ + 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 ed16b18390..ae55e43152 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 @@ netcoreapp3.0 true + true + +