Skip to content

Commit

Permalink
chore(deps): update dependency microsoft.azure.functions.worker.exten…
Browse files Browse the repository at this point in the history
…sions.openapi to v1.5.1
  • Loading branch information
renovate[bot] authored Mar 15, 2023
1 parent 8d0e557 commit fe5bcd4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<PackageReference Include="Arcus.WebApi.Logging.AzureFunctions" Version="1.7.1" />
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="1.9.0" Condition="'$(Isolated)' == 'true'" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http" Version="3.0.13" Condition="'$(Isolated)' == 'true'" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.OpenApi" Version="1.4.0" Condition="'$(OpenApi)' == 'true' and '$(Isolated)' == 'true'" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.OpenApi" Version="1.5.1" Condition="'$(OpenApi)' == 'true' and '$(Isolated)' == 'true'" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="1.7.0" Condition="'$(Isolated)' == 'true'" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions" Version="4.0.1" Condition="'$(InProcess)' == 'true'" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Http" Version="3.2.0" Condition="'$(InProcess)' == 'true'" />
Expand Down

0 comments on commit fe5bcd4

Please sign in to comment.