Prep for 2.1.8 Patch (#6632)

This commit is contained in:
Mikael Mengistu 2019-01-11 16:57:45 -08:00 committed by GitHub
parent b4f869b2ff
commit a06b0e3968
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions

View File

@ -13,12 +13,8 @@ Later on, this will be checked using this condition:
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
</PropertyGroup>
<PropertyGroup Condition=" '$(VersionPrefix)' == '2.1.7' ">
<PropertyGroup Condition=" '$(VersionPrefix)' == '2.1.8' ">
<PackagesInPatch>
Microsoft.AspNetCore;
Microsoft.AspNetCore.Server.IISIntegration;
Microsoft.AspNetCore.Server.Kestrel.Core;
Microsoft.AspNetCore.WebSockets;
</PackagesInPatch>
</PropertyGroup>