From 7f42e0c713236fb1a644b1428f89ddc81c483079 Mon Sep 17 00:00:00 2001 From: Simon Cropp Date: Tue, 14 May 2024 20:19:54 +1000 Subject: [PATCH] make xunit versions consistent --- .../Wolverine.FluentValidation.Tests.csproj | 4 ++-- .../Wolverine.MemoryPack.Tests.csproj | 7 +++++-- .../Wolverine.MessagePack.Tests.csproj | 7 +++++-- src/Http/Wolverine.Http.Tests/Wolverine.Http.Tests.csproj | 4 ++-- src/Persistence/EfCoreTests/EfCoreTests.csproj | 4 ++-- src/Persistence/MartenTests/MartenTests.csproj | 4 ++-- src/Persistence/PersistenceTests/PersistenceTests.csproj | 7 +++++-- src/Persistence/PostgresqlTests/PostgresqlTests.csproj | 7 +++++-- src/Persistence/ScheduledJobTests/ScheduledJobTests.csproj | 4 ++-- src/Persistence/SqlServerTests/SqlServerTests.csproj | 4 ++-- .../TeleHealth.Tests/TeleHealth.Tests.csproj | 4 ++-- .../Diagnostics/DiagnosticsTests/DiagnosticsTests.csproj | 4 ++-- .../ItemService.Tests/ItemService.Tests.csproj | 4 ++-- .../AppWithMiddleware.Tests/AppWithMiddleware.Tests.csproj | 4 ++-- .../MultiTenantedTodoWebService.Tests.csproj | 4 ++-- .../BankingService.Tests/BankingService.Tests.csproj | 4 ++-- .../TodoWebServiceTests/TodoWebServiceTests.csproj | 4 ++-- src/Testing/CoreTests/CoreTests.csproj | 7 +++++-- src/Testing/OpenTelemetry/TracingTests/TracingTests.csproj | 4 ++-- src/Testing/PolicyTests/PolicyTests.csproj | 4 ++-- src/Testing/SlowTests/SlowTests.csproj | 4 ++-- src/Testing/TestingSupport/TestingSupport.csproj | 2 +- .../Wolverine.AmazonSqs.Tests.csproj | 4 ++-- .../Wolverine.AzureServiceBus.Tests.csproj | 4 ++-- .../Wolverine.Kafka.Tests/Wolverine.Kafka.Tests.csproj | 4 ++-- .../MQTT/Wolverine.MQTT.Tests/Wolverine.MQTT.Tests.csproj | 4 ++-- .../Wolverine.Pulsar.Tests/Wolverine.Pulsar.Tests.csproj | 4 ++-- src/Transports/RabbitMQ/ChaosTesting/ChaosTesting.csproj | 4 ++-- .../CircuitBreakingTests/CircuitBreakingTests.csproj | 4 ++-- src/Transports/RabbitMQ/InteropTests/InteropTests.csproj | 4 ++-- .../Wolverine.RabbitMQ.Tests.csproj | 7 +++++-- 31 files changed, 79 insertions(+), 61 deletions(-) diff --git a/src/Extensions/Wolverine.FluentValidation.Tests/Wolverine.FluentValidation.Tests.csproj b/src/Extensions/Wolverine.FluentValidation.Tests/Wolverine.FluentValidation.Tests.csproj index c96e98f6f..c991373a4 100644 --- a/src/Extensions/Wolverine.FluentValidation.Tests/Wolverine.FluentValidation.Tests.csproj +++ b/src/Extensions/Wolverine.FluentValidation.Tests/Wolverine.FluentValidation.Tests.csproj @@ -7,9 +7,9 @@ - + - + diff --git a/src/Extensions/Wolverine.MemoryPack.Tests/Wolverine.MemoryPack.Tests.csproj b/src/Extensions/Wolverine.MemoryPack.Tests/Wolverine.MemoryPack.Tests.csproj index 88c295b81..853490406 100644 --- a/src/Extensions/Wolverine.MemoryPack.Tests/Wolverine.MemoryPack.Tests.csproj +++ b/src/Extensions/Wolverine.MemoryPack.Tests/Wolverine.MemoryPack.Tests.csproj @@ -7,8 +7,11 @@ - - + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/src/Extensions/Wolverine.MessagePack.Tests/Wolverine.MessagePack.Tests.csproj b/src/Extensions/Wolverine.MessagePack.Tests/Wolverine.MessagePack.Tests.csproj index 2495febdf..ddcc3c340 100644 --- a/src/Extensions/Wolverine.MessagePack.Tests/Wolverine.MessagePack.Tests.csproj +++ b/src/Extensions/Wolverine.MessagePack.Tests/Wolverine.MessagePack.Tests.csproj @@ -7,8 +7,11 @@ - - + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/src/Http/Wolverine.Http.Tests/Wolverine.Http.Tests.csproj b/src/Http/Wolverine.Http.Tests/Wolverine.Http.Tests.csproj index f419b9231..bddf8a07e 100644 --- a/src/Http/Wolverine.Http.Tests/Wolverine.Http.Tests.csproj +++ b/src/Http/Wolverine.Http.Tests/Wolverine.Http.Tests.csproj @@ -11,8 +11,8 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/src/Persistence/EfCoreTests/EfCoreTests.csproj b/src/Persistence/EfCoreTests/EfCoreTests.csproj index 3cc8df64b..ee04298c8 100644 --- a/src/Persistence/EfCoreTests/EfCoreTests.csproj +++ b/src/Persistence/EfCoreTests/EfCoreTests.csproj @@ -8,8 +8,8 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/src/Persistence/MartenTests/MartenTests.csproj b/src/Persistence/MartenTests/MartenTests.csproj index 4c7c4d902..4c2562828 100644 --- a/src/Persistence/MartenTests/MartenTests.csproj +++ b/src/Persistence/MartenTests/MartenTests.csproj @@ -11,8 +11,8 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/src/Persistence/PersistenceTests/PersistenceTests.csproj b/src/Persistence/PersistenceTests/PersistenceTests.csproj index 0261c6e9d..be82d0e62 100644 --- a/src/Persistence/PersistenceTests/PersistenceTests.csproj +++ b/src/Persistence/PersistenceTests/PersistenceTests.csproj @@ -10,8 +10,11 @@ - - + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/src/Persistence/PostgresqlTests/PostgresqlTests.csproj b/src/Persistence/PostgresqlTests/PostgresqlTests.csproj index 2ef5d9215..a5fc1421b 100644 --- a/src/Persistence/PostgresqlTests/PostgresqlTests.csproj +++ b/src/Persistence/PostgresqlTests/PostgresqlTests.csproj @@ -8,8 +8,11 @@ - - + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/src/Persistence/ScheduledJobTests/ScheduledJobTests.csproj b/src/Persistence/ScheduledJobTests/ScheduledJobTests.csproj index e1fa316ec..4f9744d37 100644 --- a/src/Persistence/ScheduledJobTests/ScheduledJobTests.csproj +++ b/src/Persistence/ScheduledJobTests/ScheduledJobTests.csproj @@ -7,8 +7,8 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/src/Persistence/SqlServerTests/SqlServerTests.csproj b/src/Persistence/SqlServerTests/SqlServerTests.csproj index 3d78e29cb..71ea67f58 100644 --- a/src/Persistence/SqlServerTests/SqlServerTests.csproj +++ b/src/Persistence/SqlServerTests/SqlServerTests.csproj @@ -7,8 +7,8 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/src/Samples/CQRSWithMarten/TeleHealth.Tests/TeleHealth.Tests.csproj b/src/Samples/CQRSWithMarten/TeleHealth.Tests/TeleHealth.Tests.csproj index 1e0101265..644e6eeae 100644 --- a/src/Samples/CQRSWithMarten/TeleHealth.Tests/TeleHealth.Tests.csproj +++ b/src/Samples/CQRSWithMarten/TeleHealth.Tests/TeleHealth.Tests.csproj @@ -7,8 +7,8 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/src/Samples/Diagnostics/DiagnosticsTests/DiagnosticsTests.csproj b/src/Samples/Diagnostics/DiagnosticsTests/DiagnosticsTests.csproj index 5a9dc19f2..4d08cb57c 100644 --- a/src/Samples/Diagnostics/DiagnosticsTests/DiagnosticsTests.csproj +++ b/src/Samples/Diagnostics/DiagnosticsTests/DiagnosticsTests.csproj @@ -7,8 +7,8 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/src/Samples/EFCoreSample/ItemService.Tests/ItemService.Tests.csproj b/src/Samples/EFCoreSample/ItemService.Tests/ItemService.Tests.csproj index 6a5edde99..e89c7b6de 100644 --- a/src/Samples/EFCoreSample/ItemService.Tests/ItemService.Tests.csproj +++ b/src/Samples/EFCoreSample/ItemService.Tests/ItemService.Tests.csproj @@ -8,8 +8,8 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/src/Samples/Middleware/AppWithMiddleware.Tests/AppWithMiddleware.Tests.csproj b/src/Samples/Middleware/AppWithMiddleware.Tests/AppWithMiddleware.Tests.csproj index fa3092458..c3b8e3a1d 100644 --- a/src/Samples/Middleware/AppWithMiddleware.Tests/AppWithMiddleware.Tests.csproj +++ b/src/Samples/Middleware/AppWithMiddleware.Tests/AppWithMiddleware.Tests.csproj @@ -9,8 +9,8 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/src/Samples/MultiTenantedTodoService/MultiTenantedTodoWebService.Tests/MultiTenantedTodoWebService.Tests.csproj b/src/Samples/MultiTenantedTodoService/MultiTenantedTodoWebService.Tests/MultiTenantedTodoWebService.Tests.csproj index 229b314e2..5d594701d 100644 --- a/src/Samples/MultiTenantedTodoService/MultiTenantedTodoWebService.Tests/MultiTenantedTodoWebService.Tests.csproj +++ b/src/Samples/MultiTenantedTodoService/MultiTenantedTodoWebService.Tests/MultiTenantedTodoWebService.Tests.csproj @@ -9,8 +9,8 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/src/Samples/TestHarness/BankingService.Tests/BankingService.Tests.csproj b/src/Samples/TestHarness/BankingService.Tests/BankingService.Tests.csproj index 8e8ad1107..c93ef1a90 100644 --- a/src/Samples/TestHarness/BankingService.Tests/BankingService.Tests.csproj +++ b/src/Samples/TestHarness/BankingService.Tests/BankingService.Tests.csproj @@ -8,8 +8,8 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/src/Samples/TodoWebService/TodoWebServiceTests/TodoWebServiceTests.csproj b/src/Samples/TodoWebService/TodoWebServiceTests/TodoWebServiceTests.csproj index afb178c3e..eb51b699d 100644 --- a/src/Samples/TodoWebService/TodoWebServiceTests/TodoWebServiceTests.csproj +++ b/src/Samples/TodoWebService/TodoWebServiceTests/TodoWebServiceTests.csproj @@ -8,8 +8,8 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/src/Testing/CoreTests/CoreTests.csproj b/src/Testing/CoreTests/CoreTests.csproj index 96e1942bd..7334d6ce0 100644 --- a/src/Testing/CoreTests/CoreTests.csproj +++ b/src/Testing/CoreTests/CoreTests.csproj @@ -8,8 +8,11 @@ - - + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/src/Testing/OpenTelemetry/TracingTests/TracingTests.csproj b/src/Testing/OpenTelemetry/TracingTests/TracingTests.csproj index bfb0eb4c8..708afdecb 100644 --- a/src/Testing/OpenTelemetry/TracingTests/TracingTests.csproj +++ b/src/Testing/OpenTelemetry/TracingTests/TracingTests.csproj @@ -9,8 +9,8 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/src/Testing/PolicyTests/PolicyTests.csproj b/src/Testing/PolicyTests/PolicyTests.csproj index f76cc365e..b0effebe0 100644 --- a/src/Testing/PolicyTests/PolicyTests.csproj +++ b/src/Testing/PolicyTests/PolicyTests.csproj @@ -7,8 +7,8 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/src/Testing/SlowTests/SlowTests.csproj b/src/Testing/SlowTests/SlowTests.csproj index 6feee575c..44f78702c 100644 --- a/src/Testing/SlowTests/SlowTests.csproj +++ b/src/Testing/SlowTests/SlowTests.csproj @@ -3,8 +3,8 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/src/Testing/TestingSupport/TestingSupport.csproj b/src/Testing/TestingSupport/TestingSupport.csproj index 5853ab3f8..71a6f29bb 100644 --- a/src/Testing/TestingSupport/TestingSupport.csproj +++ b/src/Testing/TestingSupport/TestingSupport.csproj @@ -7,7 +7,7 @@ - + diff --git a/src/Transports/AWS/Wolverine.AmazonSqs.Tests/Wolverine.AmazonSqs.Tests.csproj b/src/Transports/AWS/Wolverine.AmazonSqs.Tests/Wolverine.AmazonSqs.Tests.csproj index 9373a84b8..3307ca5a6 100644 --- a/src/Transports/AWS/Wolverine.AmazonSqs.Tests/Wolverine.AmazonSqs.Tests.csproj +++ b/src/Transports/AWS/Wolverine.AmazonSqs.Tests/Wolverine.AmazonSqs.Tests.csproj @@ -6,9 +6,9 @@ - + - + diff --git a/src/Transports/Azure/Wolverine.AzureServiceBus.Tests/Wolverine.AzureServiceBus.Tests.csproj b/src/Transports/Azure/Wolverine.AzureServiceBus.Tests/Wolverine.AzureServiceBus.Tests.csproj index 2190839aa..bca773fef 100644 --- a/src/Transports/Azure/Wolverine.AzureServiceBus.Tests/Wolverine.AzureServiceBus.Tests.csproj +++ b/src/Transports/Azure/Wolverine.AzureServiceBus.Tests/Wolverine.AzureServiceBus.Tests.csproj @@ -6,9 +6,9 @@ - + - + diff --git a/src/Transports/Kafka/Wolverine.Kafka.Tests/Wolverine.Kafka.Tests.csproj b/src/Transports/Kafka/Wolverine.Kafka.Tests/Wolverine.Kafka.Tests.csproj index e594405be..6ba5a04bb 100644 --- a/src/Transports/Kafka/Wolverine.Kafka.Tests/Wolverine.Kafka.Tests.csproj +++ b/src/Transports/Kafka/Wolverine.Kafka.Tests/Wolverine.Kafka.Tests.csproj @@ -8,8 +8,8 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/src/Transports/MQTT/Wolverine.MQTT.Tests/Wolverine.MQTT.Tests.csproj b/src/Transports/MQTT/Wolverine.MQTT.Tests/Wolverine.MQTT.Tests.csproj index 2aed4c39c..eb5d65c37 100644 --- a/src/Transports/MQTT/Wolverine.MQTT.Tests/Wolverine.MQTT.Tests.csproj +++ b/src/Transports/MQTT/Wolverine.MQTT.Tests/Wolverine.MQTT.Tests.csproj @@ -9,8 +9,8 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/src/Transports/Pulsar/Wolverine.Pulsar.Tests/Wolverine.Pulsar.Tests.csproj b/src/Transports/Pulsar/Wolverine.Pulsar.Tests/Wolverine.Pulsar.Tests.csproj index 29c7c39ec..1e104ff12 100644 --- a/src/Transports/Pulsar/Wolverine.Pulsar.Tests/Wolverine.Pulsar.Tests.csproj +++ b/src/Transports/Pulsar/Wolverine.Pulsar.Tests/Wolverine.Pulsar.Tests.csproj @@ -6,9 +6,9 @@ - + - + diff --git a/src/Transports/RabbitMQ/ChaosTesting/ChaosTesting.csproj b/src/Transports/RabbitMQ/ChaosTesting/ChaosTesting.csproj index 5a51358cc..81a02f77b 100644 --- a/src/Transports/RabbitMQ/ChaosTesting/ChaosTesting.csproj +++ b/src/Transports/RabbitMQ/ChaosTesting/ChaosTesting.csproj @@ -8,8 +8,8 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/src/Transports/RabbitMQ/CircuitBreakingTests/CircuitBreakingTests.csproj b/src/Transports/RabbitMQ/CircuitBreakingTests/CircuitBreakingTests.csproj index 08bfc1bb0..55eaf686b 100644 --- a/src/Transports/RabbitMQ/CircuitBreakingTests/CircuitBreakingTests.csproj +++ b/src/Transports/RabbitMQ/CircuitBreakingTests/CircuitBreakingTests.csproj @@ -8,8 +8,8 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/src/Transports/RabbitMQ/InteropTests/InteropTests.csproj b/src/Transports/RabbitMQ/InteropTests/InteropTests.csproj index a012f40c8..85e0cdfef 100644 --- a/src/Transports/RabbitMQ/InteropTests/InteropTests.csproj +++ b/src/Transports/RabbitMQ/InteropTests/InteropTests.csproj @@ -8,8 +8,8 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/src/Transports/RabbitMQ/Wolverine.RabbitMQ.Tests/Wolverine.RabbitMQ.Tests.csproj b/src/Transports/RabbitMQ/Wolverine.RabbitMQ.Tests/Wolverine.RabbitMQ.Tests.csproj index 972410672..365df13dc 100644 --- a/src/Transports/RabbitMQ/Wolverine.RabbitMQ.Tests/Wolverine.RabbitMQ.Tests.csproj +++ b/src/Transports/RabbitMQ/Wolverine.RabbitMQ.Tests/Wolverine.RabbitMQ.Tests.csproj @@ -6,8 +6,11 @@ - - + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive +