Skip to content

Commit 6f444a2

Browse files
authored
Add Google to PatchConfig
1 parent b86f4df commit 6f444a2

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

eng/PatchConfig.props

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@ 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;
18+
Microsoft.AspNetCore.Authentication.Google;
2019
</PackagesInPatch>
2120
</PropertyGroup>
2221

0 commit comments

Comments
 (0)