Skip to content

Commit a06b0e3

Browse files
authored
Prep for 2.1.8 Patch (#6632)
1 parent b4f869b commit a06b0e3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

eng/PatchConfig.props

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,8 @@ Later on, this will be checked using this condition:
1313
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
1414
</PropertyGroup>
1515

16-
<PropertyGroup Condition=" '$(VersionPrefix)' == '2.1.7' ">
16+
<PropertyGroup Condition=" '$(VersionPrefix)' == '2.1.8' ">
1717
<PackagesInPatch>
18-
Microsoft.AspNetCore;
19-
Microsoft.AspNetCore.Server.IISIntegration;
20-
Microsoft.AspNetCore.Server.Kestrel.Core;
21-
Microsoft.AspNetCore.WebSockets;
2218
</PackagesInPatch>
2319
</PropertyGroup>
2420

0 commit comments

Comments
 (0)