Skip to content

Commit 297bc18

Browse files
authored
Merge pull request #52 from Altinn/bug/DowngradeMsExtHttpAgainForAzureFunctionCompatibility
bug: Downgrade Microsoft.Extension.Https again for Azure Function compatibility
2 parents c6603e6 + 5107a67 commit 297bc18

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="8.0.1" />
13+
<PackageReference Include="Microsoft.Extensions.Http" Version="7.0.0" />
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)