Skip to content

Commit

Permalink
Merge pull request #6879 from Particular/nix-bohon-patch-1
Browse files Browse the repository at this point in the history
Update package installs for NServiceBus Step-by-Step step 1
  • Loading branch information
WilliamBZA authored Oct 31, 2024
2 parents 3ba2af0 + 3646e76 commit afff8a7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@ Next, add the NServiceBus NuGet package as a dependency. Using PowerShell or ano

```
dotnet add package NServiceBus
dotnet add package NServiceBus.Extensions.Hosting
```

This adds an NServiceBus.Core assembly reference to the ClientUI project. Now we're ready to start writing code.
This adds an NServiceBus.Core and NSeviceBus.Extension.Hosting assembly references to the ClientUI project. Now we're ready to start writing code.

### Configure an endpoint

Expand Down

0 comments on commit afff8a7

Please sign in to comment.