-
Notifications
You must be signed in to change notification settings - Fork 703
Closed
Labels
area-integrationsIssues pertaining to Aspire Integrations packagesIssues pertaining to Aspire Integrations packagesmongodbIssues related to mongodb integrationsIssues related to mongodb integrationsrabbitmqIssues related to rabbitmq integrationsIssues related to rabbitmq integrations
Milestone
Description
See #3956 for background information.
Specifically
- When .NET Aspire 9 ships, we can "swap" the dependencies around.
- TheAspire.RabbitMQ.Client
package will be updated to depend on version 7 of RabbitMQ.Client.
- If RabbitMQ.Client v6 is still in support, we can createAspire.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
Copilot
Metadata
Metadata
Assignees
Labels
area-integrationsIssues pertaining to Aspire Integrations packagesIssues pertaining to Aspire Integrations packagesmongodbIssues related to mongodb integrationsIssues related to mongodb integrationsrabbitmqIssues related to rabbitmq integrationsIssues related to rabbitmq integrations