Skip to content

Commit 54b5acf

Browse files
authored
[Functions] Fix Service Bus tests (#53702)
The Service Bus function tests look to have been impacted by a recent bump to central dependencies and require a direct reference to hoist the hosting package version.
1 parent 82f0db9 commit 54b5acf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdk/servicebus/Microsoft.Azure.WebJobs.Extensions.ServiceBus/src/Microsoft.Azure.WebJobs.Extensions.ServiceBus.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<PackageReference Include="Microsoft.Azure.WebJobs" />
1919
<PackageReference Include="Microsoft.Extensions.Azure" />
2020
<PackageReference Include="Azure.Messaging.ServiceBus" />
21+
<PackageReference Include="Microsoft.Extensions.Hosting" />
2122
</ItemGroup>
2223

2324
<ItemGroup Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0'))">

0 commit comments

Comments
 (0)