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:
authorChris Ross <Tratcher@Outlook.com>2020-01-17 00:45:11 +0300
committerJohn Luo <johluo@microsoft.com>2020-01-17 00:45:11 +0300
commitc919c582513b49f01e2de356ad015abe10ac385d (patch)
treefb7780243a41f570c514b5f61060e4b00f841c84
parent7f53f7e95b014e8813f6601c7413610517728362 (diff)
Fix patchconfig merge (#18389)
-rw-r--r--eng/PatchConfig.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/eng/PatchConfig.props b/eng/PatchConfig.props
index a4aab7c0b5..af801ea8db 100644
--- a/eng/PatchConfig.props
+++ b/eng/PatchConfig.props
@@ -44,7 +44,7 @@ Later on, this will be checked using this condition:
Microsoft.AspNetCore.CookiePolicy;
</PackagesInPatch>
</PropertyGroup>
- <PropertyGroup Condition=" '$(VersionPrefix)' == '2.1.16' ">
+ <PropertyGroup Condition=" '$(VersionPrefix)' == '2.1.15' ">
<PackagesInPatch>
Microsoft.AspNetCore.Http.Connections;
Microsoft.AspNetCore.SignalR.Core;