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.0
  • Loading branch information
renovate[bot] authored Jan 23, 2023
1 parent 6b5d48c commit a023167
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.0" 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 a023167

Please sign in to comment.