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:
authorJustin Kotalik <jukotali@microsoft.com>2019-03-16 02:32:58 +0300
committerJustin Kotalik <jukotali@microsoft.com>2019-03-16 02:32:58 +0300
commit430002570f60c36532ec4497a3702f83ac2dff47 (patch)
tree535451728e4525d0b0dd1f5c5d4a1fea931f1d79
parent3cae6000e0c78cf5cd9098d77a81dd8844d7bafa (diff)
Update patch config for ANCMV2 patch
-rw-r--r--eng/PatchConfig.props1
1 files changed, 1 insertions, 0 deletions
diff --git a/eng/PatchConfig.props b/eng/PatchConfig.props
index e84b9d1860..8f636df782 100644
--- a/eng/PatchConfig.props
+++ b/eng/PatchConfig.props
@@ -46,6 +46,7 @@ Later on, this will be checked using this condition:
<PropertyGroup Condition=" '$(VersionPrefix)' == '2.2.4' ">
<PackagesInPatch>
@aspnet/signalr;
+ Microsoft.AspNetCore.AspNetCoreModuleV2;
</PackagesInPatch>
</PropertyGroup>
</Project>