Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Aspire preview7 #39

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<AspnetVersion>8.0.4</AspnetVersion>
<MicrosoftExtensionsVersion>8.4.0</MicrosoftExtensionsVersion>
<EfVersion>8.0.4</EfVersion>
<AspireVersion>8.0.0-preview.6.24214.1</AspireVersion>
<AspireVersion>8.0.0-preview.7.24251.11</AspireVersion>
<GrpcVersion>2.62.0</GrpcVersion>
<DuendeVersion>7.0.4</DuendeVersion>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public static IEventBusBuilder AddServiceBusEventBus(this IHostApplicationBuilde

builder.AddAzureServiceBusClient(connectionName, o =>
{
o.Tracing = true;
o.DisableTracing = false;
o.HealthCheckTopicName = "eshop_event_bus";

// When using the namespace instead of a full connection string, Service Bus will attempt to connect with your Azure credentials
Expand Down
Loading