diff --git a/src/Components/Aspire.RabbitMQ.Client.v7/Aspire.RabbitMQ.Client.v7.csproj b/src/Components/Aspire.RabbitMQ.Client.v7/Aspire.RabbitMQ.Client.v7.csproj index 4a90d977129..6e256525c4e 100644 --- a/src/Components/Aspire.RabbitMQ.Client.v7/Aspire.RabbitMQ.Client.v7.csproj +++ b/src/Components/Aspire.RabbitMQ.Client.v7/Aspire.RabbitMQ.Client.v7.csproj @@ -1,7 +1,7 @@ - $(DefaultTargetFramework) + $(AllTargetFrameworks) true $(ComponentDatabasePackageTags) rabbitmq amqp A RabbitMQ client (version 7+) that integrates with Aspire, including health checks, logging, and telemetry. diff --git a/src/Components/Aspire.RabbitMQ.Client/Aspire.RabbitMQ.Client.csproj b/src/Components/Aspire.RabbitMQ.Client/Aspire.RabbitMQ.Client.csproj index 28fe920a654..25d8b221d9d 100644 --- a/src/Components/Aspire.RabbitMQ.Client/Aspire.RabbitMQ.Client.csproj +++ b/src/Components/Aspire.RabbitMQ.Client/Aspire.RabbitMQ.Client.csproj @@ -1,7 +1,7 @@ - $(DefaultTargetFramework) + $(AllTargetFrameworks) true $(ComponentDatabasePackageTags) rabbitmq amqp A RabbitMQ client that integrates with Aspire, including health checks, logging, and telemetry. diff --git a/src/Components/Aspire.StackExchange.Redis.DistributedCaching/Aspire.StackExchange.Redis.DistributedCaching.csproj b/src/Components/Aspire.StackExchange.Redis.DistributedCaching/Aspire.StackExchange.Redis.DistributedCaching.csproj index cb6642c6280..ac7143cf621 100644 --- a/src/Components/Aspire.StackExchange.Redis.DistributedCaching/Aspire.StackExchange.Redis.DistributedCaching.csproj +++ b/src/Components/Aspire.StackExchange.Redis.DistributedCaching/Aspire.StackExchange.Redis.DistributedCaching.csproj @@ -1,7 +1,7 @@ - $(DefaultTargetFramework) + $(AllTargetFrameworks) true $(ComponentCachePackageTags) distributedcaching distributedcache redis A Redis® implementation for IDistributedCache that integrates with Aspire, including health checks, logging, and telemetry. diff --git a/src/Components/Aspire.StackExchange.Redis.OutputCaching/Aspire.StackExchange.Redis.OutputCaching.csproj b/src/Components/Aspire.StackExchange.Redis.OutputCaching/Aspire.StackExchange.Redis.OutputCaching.csproj index c8acfbff7fc..c31a45ab749 100644 --- a/src/Components/Aspire.StackExchange.Redis.OutputCaching/Aspire.StackExchange.Redis.OutputCaching.csproj +++ b/src/Components/Aspire.StackExchange.Redis.OutputCaching/Aspire.StackExchange.Redis.OutputCaching.csproj @@ -1,7 +1,7 @@ - $(DefaultTargetFramework) + $(AllTargetFrameworks) true $(ComponentCachePackageTags) aspnetcore outputcaching outputcache redis A Redis® implementation for ASP.NET Core Output Caching that integrates with Aspire, including health checks, logging, and telemetry. diff --git a/src/Components/Aspire.StackExchange.Redis/Aspire.StackExchange.Redis.csproj b/src/Components/Aspire.StackExchange.Redis/Aspire.StackExchange.Redis.csproj index 401f32fa1cd..5f8c8fc03f6 100644 --- a/src/Components/Aspire.StackExchange.Redis/Aspire.StackExchange.Redis.csproj +++ b/src/Components/Aspire.StackExchange.Redis/Aspire.StackExchange.Redis.csproj @@ -1,7 +1,7 @@ - $(DefaultTargetFramework) + $(AllTargetFrameworks) true $(ComponentCachePackageTags) redis A generic Redis® client that integrates with Aspire, including health checks, logging, and telemetry. diff --git a/tests/Aspire.RabbitMQ.Client.Tests/Aspire.RabbitMQ.Client.Tests.csproj b/tests/Aspire.RabbitMQ.Client.Tests/Aspire.RabbitMQ.Client.Tests.csproj index 14550a40650..526fc3ea68b 100644 --- a/tests/Aspire.RabbitMQ.Client.Tests/Aspire.RabbitMQ.Client.Tests.csproj +++ b/tests/Aspire.RabbitMQ.Client.Tests/Aspire.RabbitMQ.Client.Tests.csproj @@ -1,7 +1,7 @@ - $(DefaultTargetFramework) + $(AllTargetFrameworks) $(DefineConstants);RABBITMQ_V6 diff --git a/tests/Aspire.RabbitMQ.Client.v7.Tests/Aspire.RabbitMQ.Client.v7.Tests.csproj b/tests/Aspire.RabbitMQ.Client.v7.Tests/Aspire.RabbitMQ.Client.v7.Tests.csproj index 1047f397237..22c9af17989 100644 --- a/tests/Aspire.RabbitMQ.Client.v7.Tests/Aspire.RabbitMQ.Client.v7.Tests.csproj +++ b/tests/Aspire.RabbitMQ.Client.v7.Tests/Aspire.RabbitMQ.Client.v7.Tests.csproj @@ -1,7 +1,7 @@ - $(DefaultTargetFramework) + $(AllTargetFrameworks) diff --git a/tests/Aspire.StackExchange.Redis.DistributedCaching.Tests/Aspire.StackExchange.Redis.DistributedCaching.Tests.csproj b/tests/Aspire.StackExchange.Redis.DistributedCaching.Tests/Aspire.StackExchange.Redis.DistributedCaching.Tests.csproj index 87ca10e1041..f6f651be179 100644 --- a/tests/Aspire.StackExchange.Redis.DistributedCaching.Tests/Aspire.StackExchange.Redis.DistributedCaching.Tests.csproj +++ b/tests/Aspire.StackExchange.Redis.DistributedCaching.Tests/Aspire.StackExchange.Redis.DistributedCaching.Tests.csproj @@ -1,7 +1,7 @@ - $(DefaultTargetFramework) + $(AllTargetFrameworks) diff --git a/tests/Aspire.StackExchange.Redis.OutputCaching.Tests/Aspire.StackExchange.Redis.OutputCaching.Tests.csproj b/tests/Aspire.StackExchange.Redis.OutputCaching.Tests/Aspire.StackExchange.Redis.OutputCaching.Tests.csproj index 0b13865e198..90ba3d3e48c 100644 --- a/tests/Aspire.StackExchange.Redis.OutputCaching.Tests/Aspire.StackExchange.Redis.OutputCaching.Tests.csproj +++ b/tests/Aspire.StackExchange.Redis.OutputCaching.Tests/Aspire.StackExchange.Redis.OutputCaching.Tests.csproj @@ -1,7 +1,7 @@ - $(DefaultTargetFramework) + $(AllTargetFrameworks) diff --git a/tests/Aspire.StackExchange.Redis.Tests/Aspire.StackExchange.Redis.Tests.csproj b/tests/Aspire.StackExchange.Redis.Tests/Aspire.StackExchange.Redis.Tests.csproj index c63a542bfed..0b05e9da4f2 100644 --- a/tests/Aspire.StackExchange.Redis.Tests/Aspire.StackExchange.Redis.Tests.csproj +++ b/tests/Aspire.StackExchange.Redis.Tests/Aspire.StackExchange.Redis.Tests.csproj @@ -1,7 +1,7 @@ - $(DefaultTargetFramework) + $(AllTargetFrameworks)