Skip to content

Commit

Permalink
Merged PR 17359: Build JWTBearer package
Browse files Browse the repository at this point in the history
  • Loading branch information
wtgodbe committed Aug 13, 2021
1 parent 31d5dee commit 89f2ab7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eng/PatchConfig.props
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,9 @@ Later on, this will be checked using this condition:
@aspnet/signalr-protocol-msgpack;
</PackagesInPatch>
</PropertyGroup>
<PropertyGroup Condition=" '$(VersionPrefix)' == '2.1.29' ">
<PropertyGroup Condition=" '$(VersionPrefix)' == '2.1.30' ">
<PackagesInPatch>
Microsoft.AspNetCore.Authentication.JwtBearer;
</PackagesInPatch>
</PropertyGroup>
</Project>

0 comments on commit 89f2ab7

Please sign in to comment.