Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--eng/PatchConfig.props1
1 files changed, 1 insertions, 0 deletions
diff --git a/eng/PatchConfig.props b/eng/PatchConfig.props
index 8fa9474235..e433208e89 100644
--- a/eng/PatchConfig.props
+++ b/eng/PatchConfig.props
@@ -43,6 +43,7 @@ Later on, this will be checked using this condition:
<PropertyGroup Condition=" '$(VersionPrefix)' == '2.1.13' ">
<PackagesInPatch>
Microsoft.AspNetCore.DataProtection.AzureStorage;
+ Microsoft.AspNetCore.SpaServices;
</PackagesInPatch>
</PropertyGroup>
</Project>