Skip to content

Commit

Permalink
Consolidate Microsoft.Azure.Functions.Worker.Extensions.ServiceBus to…
Browse files Browse the repository at this point in the history
… 5.22.0
  • Loading branch information
tamararivera committed Dec 24, 2024
1 parent 0b9ed58 commit ce4f583
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/ManualTests.HostV4/ManualTests.HostV4.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

<ItemGroup>
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http" Version="3.2.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.ServiceBus" Version="5.19.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="1.17.2" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.ServiceBus" Version="5.19.0" />
<PackageReference Include="NServiceBus.AcceptanceTesting" Version="9.1.2" />
<PackageReference Include="Particular.Approvals" Version="2.0.0" />
<PackageReference Include="PublicApiGenerator" Version="11.3.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="1.22.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.ServiceBus" Version="[5.19.0, 6.0.0)" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.ServiceBus" Version="5.22.0" />
<PackageReference Include="NServiceBus" Version="9.1.2"/>
<PackageReference Include="NServiceBus.Transport.AzureServiceBus" Version="4.0.4" />
<PackageReference Include="Obsolete.Fody" Version="5.3.0" PrivateAssets="All" />
Expand Down

0 comments on commit ce4f583

Please sign in to comment.