Skip to content

Commit

Permalink
Fix #22
Browse files Browse the repository at this point in the history
Bump Microsoft.IdentityModel.Clients.ActiveDirectory to 5.2.4
  • Loading branch information
SeanFeldman committed Nov 12, 2019
1 parent 04296f9 commit ebb8297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/KeyVaultProvider/KeyVaultProvider.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<ItemGroup>
<PackageReference Include="ServiceBus.AttachmentPlugin" Version="[4.0.0, 5.0.0)" />
<PackageReference Include="Microsoft.Azure.KeyVault" Version="[2.3.2, 3.0.0)" />
<PackageReference Include="Microsoft.IdentityModel.Clients.ActiveDirectory" Version="[3.19.2, 4.0.0)" />
<PackageReference Include="Microsoft.IdentityModel.Clients.ActiveDirectory" Version="[5.2.4, 6.0.0)" />
<PackageReference Include="Microsoft.Azure.Services.AppAuthentication" Version="[1.0.3, 2.0.0)" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-19554-01" PrivateAssets="All" />
</ItemGroup>
Expand Down

0 comments on commit ebb8297

Please sign in to comment.