Skip to content

Commit 7789ac5

Browse files
authored
Take the Azure Functions Service Bus Worker NServiceBus 9 sample out of prerelease (#7620)
* Created nsb10 sample * Removed nsb 10 sample * Updated NServiceBus.AzureFunctions.Worker.ServiceBus package to 6.0.0
1 parent 0716cc8 commit 7789ac5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

samples/azure-functions/service-bus-worker/ASBFunctionsWorker_6/AzureFunctions.ASBTrigger.Worker/AzureFunctions.ASBTrigger.Worker.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http" Version="3.*" />
1010
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="2.*" />
1111
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="2.*" />
12-
<PackageReference Include="NServiceBus.AzureFunctions.Worker.ServiceBus" Version="6.0.0-beta.1" />
12+
<PackageReference Include="NServiceBus.AzureFunctions.Worker.ServiceBus" Version="6.0.0" />
1313
</ItemGroup>
1414
<ItemGroup>
1515
<ProjectReference Include="..\AzureFunctions.Messages\AzureFunctions.Messages.csproj" />

samples/azure-functions/service-bus-worker/ASBFunctionsWorker_6/prerelease.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)