Skip to content

Commit 7a2e2fb

Browse files
author
Jon Kjetil Øye
committed
bug: Downgrade Microsoft.Extension.Http to .net 6 supported v8.0.1
1 parent 9e7f04e commit 7a2e2fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TokenGenerator/TokenGenerator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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.Extensions.Http" Version="9.0.9" />
13+
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.1" />
1414
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="8.1.0" />
1515
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="8.1.0" />
1616
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="4.4.1" />

0 commit comments

Comments
 (0)