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:
Diffstat (limited to 'eng/PatchConfig.props')
-rw-r--r--eng/PatchConfig.props1
1 files changed, 1 insertions, 0 deletions
diff --git a/eng/PatchConfig.props b/eng/PatchConfig.props
index 0fa48bac75..aefa226d15 100644
--- a/eng/PatchConfig.props
+++ b/eng/PatchConfig.props
@@ -63,6 +63,7 @@ Later on, this will be checked using this condition:
</PropertyGroup>
<PropertyGroup Condition=" '$(VersionPrefix)' == '2.1.20' ">
<PackagesInPatch>
+ @aspnet/signalr;
</PackagesInPatch>
</PropertyGroup>
</Project>