Skip to content

Commit

Permalink
Merge pull request #308 from Particular/dependabot/nuget/Microsoft.Az…
Browse files Browse the repository at this point in the history
…ure.Functions.Worker-1.14.1

Bump Microsoft.Azure.Functions.Worker from 1.10.1 to 1.14.1
  • Loading branch information
mauroservienti committed Jun 13, 2023
2 parents 0933277 + 48566d9 commit 422c8f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ManualTests.HostV4/ManualTests.HostV4.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http" Version="3.0.13" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="1.10.0" OutputItemType="Analyzer" />
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="1.10.1" />
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="1.14.1" />
<PackageReference Include="NServiceBus.Transport.AzureServiceBus" Version="3.2.0" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<ItemGroup>
<PackageReference Include="GitHubActionsTestLogger" Version="2.3.2" />
<!-- DO NOT REMOVE Microsoft.Azure.Functions.Worker, it is added so that dependabot knows about version changes-->
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="1.10.1" />
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="1.14.1" />
<!-- DO NOT REMOVE Microsoft.Azure.Functions.Worker.Extensions.ServiceBus, it is added so that dependabot knows about version changes-->
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.ServiceBus" Version="5.7.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.2" />
Expand Down

0 comments on commit 422c8f1

Please sign in to comment.