Prep for 2.1.8 Patch (#6632)
This commit is contained in:
parent
b4f869b2ff
commit
a06b0e3968
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue