Skip to content

Commit a343ba7

Browse files
Update nuget non-major dependencies
1 parent e4092ae commit a343ba7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

TokenGenerator/TokenGenerator.csproj

Lines changed: 4 additions & 4 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.1" />
14-
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="7.5.1" />
15-
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="4.3.0" />
16-
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.5.1" />
13+
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="7.6.0" />
14+
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="7.6.0" />
15+
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="4.4.0" />
16+
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.6.0" />
1717
</ItemGroup>
1818
<ItemGroup>
1919
<None Update="Certificates\apitoken.pfx">

0 commit comments

Comments
 (0)