Skip to content

Commit 7b90e49

Browse files
Update nuget non-major dependencies to v7.5.1
1 parent b43ebbb commit 7b90e49

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

TokenGenerator/TokenGenerator.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
<PackageReference Include="Azure.Security.KeyVault.Secrets" Version="4.6.0" />
1111
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.2.5" />
1212
<PackageReference Include="Microsoft.Azure.Functions.Extensions" Version="1.1.0" />
13-
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="7.5.0" />
14-
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="7.5.0" />
13+
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="7.5.1" />
14+
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="7.5.1" />
1515
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="4.3.0" />
16-
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.5.0" />
16+
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.5.1" />
1717
</ItemGroup>
1818
<ItemGroup>
1919
<None Update="Certificates\apitoken.pfx">

0 commit comments

Comments
 (0)