Skip to content

Commit 89f2ab7

Browse files
committed
Merged PR 17359: Build JWTBearer package
1 parent 31d5dee commit 89f2ab7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

eng/PatchConfig.props

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,9 @@ Later on, this will be checked using this condition:
100100
@aspnet/signalr-protocol-msgpack;
101101
</PackagesInPatch>
102102
</PropertyGroup>
103-
<PropertyGroup Condition=" '$(VersionPrefix)' == '2.1.29' ">
103+
<PropertyGroup Condition=" '$(VersionPrefix)' == '2.1.30' ">
104104
<PackagesInPatch>
105+
Microsoft.AspNetCore.Authentication.JwtBearer;
105106
</PackagesInPatch>
106107
</PropertyGroup>
107108
</Project>

0 commit comments

Comments
 (0)