Skip to content

Flip RabbitMQ.Client v7 and MongoDB v3 to be the default packages #12219

@eerhardt

Description

@eerhardt

See #3956 for background information.

Specifically

  1. When .NET Aspire 9 ships, we can "swap" the dependencies around.
    - The Aspire.RabbitMQ.Client package will be updated to depend on version 7 of RabbitMQ.Client.
    - If RabbitMQ.Client v6 is still in support, we can create Aspire.RabbitMQ.Client.v6 which has the dependency limit [6.8.1, 7.0.0) and works with the version 6 of RabbitMQ.Client.
    - Aspire.RabbitMQ.Client.v7 will be dead-ended. We won't make new .NET Aspire 9 versions of this package.

We never did this for Aspire 9. But we should do it for 13 now.

The same goes for MongoDB.Driver and v3. See #6380

Metadata

Metadata

Assignees

Labels

area-integrationsIssues pertaining to Aspire Integrations packagesmongodbIssues related to mongodb integrationsrabbitmqIssues related to rabbitmq integrations

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions