Skip to content

Commit

Permalink
Move PackagesInPatch to 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
halter73 committed Jan 15, 2019
1 parent c7fcd4c commit f5a044c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/PatchConfig.props
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ Later on, this will be checked using this condition:
Microsoft.AspNetCore.Server.IIS;
Microsoft.AspNetCore.Server.IISIntegration;
Microsoft.AspNetCore.Server.IntegrationTesting.IIS;
Microsoft.AspNetCore.Server.Kestrel.Core;
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets;
Microsoft.AspNetCore.WebSockets;
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore;
</PackagesInPatch>
</PropertyGroup>
<PropertyGroup Condition=" '$(VersionPrefix)' == '2.2.2' ">
<PackagesInPatch>
Microsoft.AspNetCore.Server.Kestrel.Core;
</PackagesInPatch>
</PropertyGroup>

Expand Down

0 comments on commit f5a044c

Please sign in to comment.