diff --git a/Directory.Packages.props b/Directory.Packages.props
index a0b41b7e7..33452da8a 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -4,18 +4,18 @@
false
-
+
-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
@@ -26,37 +26,36 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
+
+
-
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
-
+
@@ -64,7 +63,7 @@
-
+
@@ -75,50 +74,34 @@
-
+
-
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/Paramore.Brighter.Dapper/Paramore.Brighter.Dapper.csproj b/src/Paramore.Brighter.Dapper/Paramore.Brighter.Dapper.csproj
index 71f546cfb..f73c144ad 100644
--- a/src/Paramore.Brighter.Dapper/Paramore.Brighter.Dapper.csproj
+++ b/src/Paramore.Brighter.Dapper/Paramore.Brighter.Dapper.csproj
@@ -1,7 +1,7 @@
- netstandard2.0;net6.0;net7.0;net8.0
+ netstandard2.0;net8.0;net9.0
diff --git a/src/Paramore.Brighter.DynamoDb/Paramore.Brighter.DynamoDb.csproj b/src/Paramore.Brighter.DynamoDb/Paramore.Brighter.DynamoDb.csproj
index 89af0aa81..795901949 100644
--- a/src/Paramore.Brighter.DynamoDb/Paramore.Brighter.DynamoDb.csproj
+++ b/src/Paramore.Brighter.DynamoDb/Paramore.Brighter.DynamoDb.csproj
@@ -1,7 +1,7 @@
- netstandard2.0;net6.0;net7.0;net8.0
+ netstandard2.0;net8.0;net9.0
diff --git a/src/Paramore.Brighter.Extensions.DependencyInjection/Paramore.Brighter.Extensions.DependencyInjection.csproj b/src/Paramore.Brighter.Extensions.DependencyInjection/Paramore.Brighter.Extensions.DependencyInjection.csproj
index dfc560d1d..8e44c9541 100644
--- a/src/Paramore.Brighter.Extensions.DependencyInjection/Paramore.Brighter.Extensions.DependencyInjection.csproj
+++ b/src/Paramore.Brighter.Extensions.DependencyInjection/Paramore.Brighter.Extensions.DependencyInjection.csproj
@@ -1,6 +1,6 @@
- netstandard2.0;net6.0;net7.0;net8.0
+ netstandard2.0;net8.0;net9.0
Daniel Stockhammer, Toby Henderson
Brighter Microsoft.Extensions.DependencyInjection support
diff --git a/src/Paramore.Brighter.Extensions.Hosting/Paramore.Brighter.Extensions.Hosting.csproj b/src/Paramore.Brighter.Extensions.Hosting/Paramore.Brighter.Extensions.Hosting.csproj
index a169fad2f..ac94daf31 100644
--- a/src/Paramore.Brighter.Extensions.Hosting/Paramore.Brighter.Extensions.Hosting.csproj
+++ b/src/Paramore.Brighter.Extensions.Hosting/Paramore.Brighter.Extensions.Hosting.csproj
@@ -1,7 +1,7 @@
- netstandard2.0;net6.0;net7.0;net8.0
+ netstandard2.0;net8.0;net9.0
diff --git a/src/Paramore.Brighter.Inbox.DynamoDB/Paramore.Brighter.Inbox.DynamoDB.csproj b/src/Paramore.Brighter.Inbox.DynamoDB/Paramore.Brighter.Inbox.DynamoDB.csproj
index d4b136831..8a7ad45bb 100644
--- a/src/Paramore.Brighter.Inbox.DynamoDB/Paramore.Brighter.Inbox.DynamoDB.csproj
+++ b/src/Paramore.Brighter.Inbox.DynamoDB/Paramore.Brighter.Inbox.DynamoDB.csproj
@@ -1,6 +1,6 @@
- netstandard2.0;net6.0;net7.0;net8.0
+ netstandard2.0;net8.0;net9.0
diff --git a/src/Paramore.Brighter.Inbox.MsSql/Paramore.Brighter.Inbox.MsSql.csproj b/src/Paramore.Brighter.Inbox.MsSql/Paramore.Brighter.Inbox.MsSql.csproj
index bb0f8acc6..814ee8090 100644
--- a/src/Paramore.Brighter.Inbox.MsSql/Paramore.Brighter.Inbox.MsSql.csproj
+++ b/src/Paramore.Brighter.Inbox.MsSql/Paramore.Brighter.Inbox.MsSql.csproj
@@ -2,7 +2,7 @@
This is an implementation of the outbox used for decoupled invocation of commands by Paramore.Brighter, using MS Sql Server
Francesco Pighi
- netstandard2.0;net6.0;net7.0;net8.0
+ netstandard2.0;net8.0;net9.0
RabbitMQ;AMQP;Command;Event;Service Activator;Decoupled;Invocation;Messaging;Remote;Command Dispatcher;Command Processor;Request;Service;Task Queue;Work Queue;Retry;Circuit Breaker;Availability
diff --git a/src/Paramore.Brighter.Inbox.MySql/Paramore.Brighter.Inbox.MySql.csproj b/src/Paramore.Brighter.Inbox.MySql/Paramore.Brighter.Inbox.MySql.csproj
index f5edff2d7..fda62f65f 100644
--- a/src/Paramore.Brighter.Inbox.MySql/Paramore.Brighter.Inbox.MySql.csproj
+++ b/src/Paramore.Brighter.Inbox.MySql/Paramore.Brighter.Inbox.MySql.csproj
@@ -2,7 +2,7 @@
This is an implementation of the outbox used for decoupled invocation of commands by Paramore.Brighter, using MySql
Derek Comartin
- netstandard2.0;net6.0;net7.0;net8.0
+ netstandard2.0;net8.0;net9.0
MySql;Command;Event;Service Activator;Decoupled;Invocation;Messaging;Remote;Command Dispatcher;Command Processor;Request;Service;Task Queue;Work Queue;Retry;Circuit Breaker;Availability
diff --git a/src/Paramore.Brighter.Inbox.Postgres/Paramore.Brighter.Inbox.Postgres.csproj b/src/Paramore.Brighter.Inbox.Postgres/Paramore.Brighter.Inbox.Postgres.csproj
index 09cf1eb41..f2b05059a 100644
--- a/src/Paramore.Brighter.Inbox.Postgres/Paramore.Brighter.Inbox.Postgres.csproj
+++ b/src/Paramore.Brighter.Inbox.Postgres/Paramore.Brighter.Inbox.Postgres.csproj
@@ -2,7 +2,7 @@
This is an implementation of the inbox used for decoupled invocation of commands by Paramore.Brighter, using PostgreSql
- netstandard2.0;net6.0;net7.0;net8.0
+ net8.0;net9.0
MySql;Command;Event;Service Activator;Decoupled;Invocation;Messaging;Remote;Command Dispatcher;Command Processor;Request;Service;Task Queue;Work Queue;Retry;Circuit Breaker;Availability
diff --git a/src/Paramore.Brighter.Inbox.Sqlite/Paramore.Brighter.Inbox.Sqlite.csproj b/src/Paramore.Brighter.Inbox.Sqlite/Paramore.Brighter.Inbox.Sqlite.csproj
index 0dba4191b..143837909 100644
--- a/src/Paramore.Brighter.Inbox.Sqlite/Paramore.Brighter.Inbox.Sqlite.csproj
+++ b/src/Paramore.Brighter.Inbox.Sqlite/Paramore.Brighter.Inbox.Sqlite.csproj
@@ -2,7 +2,7 @@
This is an implementation of the inbox used for decoupled invocation of commands by Paramore.Brighter, using Sqlite
Ian Cooper
- netstandard2.0;netstandard2.1;net6.0;net7.0;net8.0
+ netstandard2.0;netstandard2.1;net8.0;net9.0
RabbitMQ;AMQP;Command;Event;Service Activator;Decoupled;Invocation;Messaging;Remote;Command Dispatcher;Command Processor;Request;Service;Task Queue;Work Queue;Retry;Circuit Breaker;Availability
diff --git a/src/Paramore.Brighter.MessagingGateway.AWSSQS/Paramore.Brighter.MessagingGateway.AWSSQS.csproj b/src/Paramore.Brighter.MessagingGateway.AWSSQS/Paramore.Brighter.MessagingGateway.AWSSQS.csproj
index ed3073074..f591d398c 100644
--- a/src/Paramore.Brighter.MessagingGateway.AWSSQS/Paramore.Brighter.MessagingGateway.AWSSQS.csproj
+++ b/src/Paramore.Brighter.MessagingGateway.AWSSQS/Paramore.Brighter.MessagingGateway.AWSSQS.csproj
@@ -2,7 +2,7 @@
Provides an implementation of the messaging gateway for decoupled invocation in the Paramore.Brighter pipeline, using awssqs
Deniz Kocak
- netstandard2.0;net6.0;net7.0;net8.0
+ netstandard2.0;net8.0;net9.0
awssqs;AMQP;Command;Event;Service Activator;Decoupled;Invocation;Messaging;Remote;Command Dispatcher;Command Processor;Request;Service;Task Queue;Work Queue;Retry;Circuit Breaker;Availability
diff --git a/src/Paramore.Brighter.MessagingGateway.AzureServiceBus/Paramore.Brighter.MessagingGateway.AzureServiceBus.csproj b/src/Paramore.Brighter.MessagingGateway.AzureServiceBus/Paramore.Brighter.MessagingGateway.AzureServiceBus.csproj
index 9bbe3e731..24ad5b848 100644
--- a/src/Paramore.Brighter.MessagingGateway.AzureServiceBus/Paramore.Brighter.MessagingGateway.AzureServiceBus.csproj
+++ b/src/Paramore.Brighter.MessagingGateway.AzureServiceBus/Paramore.Brighter.MessagingGateway.AzureServiceBus.csproj
@@ -2,7 +2,7 @@
Provides an implementation of the messaging gateway for decoupled invocation in the Paramore.Brighter pipeline, using azureservicebus
Yiannis Triantafyllopoulos
- netstandard2.0;net6.0;net7.0;net8.0
+ netstandard2.0;net8.0;net9.0
awssqs;AMQP;Command;Event;Service Activator;Decoupled;Invocation;Messaging;Remote;Command Dispatcher;Command Processor;Request;Service;Task Queue;Work Queue;Retry;Circuit Breaker;Availability
8.0
diff --git a/src/Paramore.Brighter.MessagingGateway.Kafka/Paramore.Brighter.MessagingGateway.Kafka.csproj b/src/Paramore.Brighter.MessagingGateway.Kafka/Paramore.Brighter.MessagingGateway.Kafka.csproj
index 54c5f0618..1d77187bd 100644
--- a/src/Paramore.Brighter.MessagingGateway.Kafka/Paramore.Brighter.MessagingGateway.Kafka.csproj
+++ b/src/Paramore.Brighter.MessagingGateway.Kafka/Paramore.Brighter.MessagingGateway.Kafka.csproj
@@ -2,7 +2,7 @@
Provides an implementation of the messaging gateway for decoupled invocation in the Paramore.Brighter pipeline, using Kafka.
Wayne Hunsley
- netstandard2.0;net6.0;net7.0;net8.0
+ netstandard2.0;net8.0;net9.0
Kafka;Command;Event;Service Activator;Decoupled;Invocation;Messaging;Remote;Command Dispatcher;Command Processor;Request;Service;Task Queue;Work Queue;Retry;Circuit Breaker;Availability
false
diff --git a/src/Paramore.Brighter.MessagingGateway.MsSql/Paramore.Brighter.MessagingGateway.MsSql.csproj b/src/Paramore.Brighter.MessagingGateway.MsSql/Paramore.Brighter.MessagingGateway.MsSql.csproj
index 945fc90d2..8717e9770 100644
--- a/src/Paramore.Brighter.MessagingGateway.MsSql/Paramore.Brighter.MessagingGateway.MsSql.csproj
+++ b/src/Paramore.Brighter.MessagingGateway.MsSql/Paramore.Brighter.MessagingGateway.MsSql.csproj
@@ -2,7 +2,7 @@
Provides an implementation of the messaging gateway for decoupled invocation in the Paramore.Brighter pipeline, using MS Sql Server
Fred Hoogduin
- netstandard2.0;net6.0;net7.0;net8.0
+ netstandard2.0;net8.0;net9.0
RabbitMQ;AMQP;Command;Event;Service Activator;Decoupled;Invocation;Messaging;Remote;Command Dispatcher;Command Processor;Request;Service;Task Queue;Work Queue;Retry;Circuit Breaker;Availability
diff --git a/src/Paramore.Brighter.MessagingGateway.RESTMS/Paramore.Brighter.MessagingGateway.RESTMS.csproj b/src/Paramore.Brighter.MessagingGateway.RESTMS/Paramore.Brighter.MessagingGateway.RESTMS.csproj
index 7ed42a80d..5da712516 100644
--- a/src/Paramore.Brighter.MessagingGateway.RESTMS/Paramore.Brighter.MessagingGateway.RESTMS.csproj
+++ b/src/Paramore.Brighter.MessagingGateway.RESTMS/Paramore.Brighter.MessagingGateway.RESTMS.csproj
@@ -2,7 +2,7 @@
Provides an implementation of the messaging gateway for decoupled invocation in the Paramore.Brighter pipeline, using restms
Ian Cooper
- netstandard2.0;net6.0;net7.0;net8.0
+ netstandard2.0;net8.0;net9.0
awssqs;AMQP;Command;Event;Service Activator;Decoupled;Invocation;Messaging;Remote;Command Dispatcher;Command Processor;Request;Service;Task Queue;Work Queue;Retry;Circuit Breaker;Availability
diff --git a/src/Paramore.Brighter.MessagingGateway.RMQ/Paramore.Brighter.MessagingGateway.RMQ.csproj b/src/Paramore.Brighter.MessagingGateway.RMQ/Paramore.Brighter.MessagingGateway.RMQ.csproj
index 96651ee0c..21be8d359 100644
--- a/src/Paramore.Brighter.MessagingGateway.RMQ/Paramore.Brighter.MessagingGateway.RMQ.csproj
+++ b/src/Paramore.Brighter.MessagingGateway.RMQ/Paramore.Brighter.MessagingGateway.RMQ.csproj
@@ -2,7 +2,7 @@
Provides an implementation of the messaging gateway for decoupled invocation in the Paramore.Brighter pipeline, using RabbitMQ
Ian Cooper
- netstandard2.0;net6.0;net7.0;net8.0
+ netstandard2.0;net8.0;net9.0
RabbitMQ;AMQP;Command;Event;Service Activator;Decoupled;Invocation;Messaging;Remote;Command Dispatcher;Command Processor;Request;Service;Task Queue;Work Queue;Retry;Circuit Breaker;Availability
diff --git a/src/Paramore.Brighter.MessagingGateway.Redis/Paramore.Brighter.MessagingGateway.Redis.csproj b/src/Paramore.Brighter.MessagingGateway.Redis/Paramore.Brighter.MessagingGateway.Redis.csproj
index 7a81f3792..68d16e099 100644
--- a/src/Paramore.Brighter.MessagingGateway.Redis/Paramore.Brighter.MessagingGateway.Redis.csproj
+++ b/src/Paramore.Brighter.MessagingGateway.Redis/Paramore.Brighter.MessagingGateway.Redis.csproj
@@ -2,7 +2,7 @@
Provides an implementation of the messaging gateway for decoupled invocation in the Paramore.Brighter pipeline, using Redis<
Ian Cooper
- netstandard2.0;net6.0;net7.0;net8.0
+ netstandard2.0;net8.0;net9.0
Redis;Command;Event;Service Activator;Decoupled;Invocation;Messaging;Remote;Command Dispatcher;Command Processor;Request;Service;Task Queue;Work Queue;Retry;Circuit Breaker;Availability
false
diff --git a/src/Paramore.Brighter.MsSql.Azure/Paramore.Brighter.MsSql.Azure.csproj b/src/Paramore.Brighter.MsSql.Azure/Paramore.Brighter.MsSql.Azure.csproj
index 52c5a5353..00116bbec 100644
--- a/src/Paramore.Brighter.MsSql.Azure/Paramore.Brighter.MsSql.Azure.csproj
+++ b/src/Paramore.Brighter.MsSql.Azure/Paramore.Brighter.MsSql.Azure.csproj
@@ -3,7 +3,7 @@
This is the MsSql Connection providers for Access Token authentication using Azure.Idenity
Paul Reardon
- netstandard2.0;net6.0;net7.0;net8.0
+ netstandard2.0;net8.0;net9.0
RabbitMQ;AMQP;Command;Event;Service Activator;Decoupled;Invocation;Messaging;Remote;Command Dispatcher;Command Processor;Request;Service;Task Queue;Work Queue;Retry;Circuit Breaker;Availability
diff --git a/src/Paramore.Brighter.MsSql.Dapper/Paramore.Brighter.MsSql.Dapper.csproj b/src/Paramore.Brighter.MsSql.Dapper/Paramore.Brighter.MsSql.Dapper.csproj
index cda348420..ee021d1c8 100644
--- a/src/Paramore.Brighter.MsSql.Dapper/Paramore.Brighter.MsSql.Dapper.csproj
+++ b/src/Paramore.Brighter.MsSql.Dapper/Paramore.Brighter.MsSql.Dapper.csproj
@@ -1,7 +1,7 @@
- netstandard2.0;net6.0;net7.0;net8.0
+ netstandard2.0;net8.0;net9.0
diff --git a/src/Paramore.Brighter.MsSql.EntityFrameworkCore/Paramore.Brighter.MsSql.EntityFrameworkCore.csproj b/src/Paramore.Brighter.MsSql.EntityFrameworkCore/Paramore.Brighter.MsSql.EntityFrameworkCore.csproj
index 05a394b29..152878249 100644
--- a/src/Paramore.Brighter.MsSql.EntityFrameworkCore/Paramore.Brighter.MsSql.EntityFrameworkCore.csproj
+++ b/src/Paramore.Brighter.MsSql.EntityFrameworkCore/Paramore.Brighter.MsSql.EntityFrameworkCore.csproj
@@ -3,7 +3,7 @@
This is the MsSql Connection provider to obtain the connection from Entity Framework Core.
Paul Reardon
- netstandard2.1;net6.0;net7.0;net8.0
+ net8.0;net9.0
RabbitMQ;AMQP;Command;Event;Service Activator;Decoupled;Invocation;Messaging;Remote;Command Dispatcher;Command Processor;Request;Service;Task Queue;Work Queue;Retry;Circuit Breaker;Availability
diff --git a/src/Paramore.Brighter.MsSql/Paramore.Brighter.MsSql.csproj b/src/Paramore.Brighter.MsSql/Paramore.Brighter.MsSql.csproj
index 53326d550..3c53316d2 100644
--- a/src/Paramore.Brighter.MsSql/Paramore.Brighter.MsSql.csproj
+++ b/src/Paramore.Brighter.MsSql/Paramore.Brighter.MsSql.csproj
@@ -3,7 +3,7 @@
This is the common components required to connect to MsSql for Inbox, Outbox, and Messaging Gateway.
Paul Reardon
- netstandard2.0;net6.0;net7.0;net8.0
+ netstandard2.0;net8.0;net9.0
RabbitMQ;AMQP;Command;Event;Service Activator;Decoupled;Invocation;Messaging;Remote;Command Dispatcher;Command Processor;Request;Service;Task Queue;Work Queue;Retry;Circuit Breaker;Availability
diff --git a/src/Paramore.Brighter.MySql.Dapper/Paramore.Brighter.MySql.Dapper.csproj b/src/Paramore.Brighter.MySql.Dapper/Paramore.Brighter.MySql.Dapper.csproj
index 21d313ae1..8d2f2112a 100644
--- a/src/Paramore.Brighter.MySql.Dapper/Paramore.Brighter.MySql.Dapper.csproj
+++ b/src/Paramore.Brighter.MySql.Dapper/Paramore.Brighter.MySql.Dapper.csproj
@@ -1,7 +1,7 @@
- netstandard2.0;net6.0;net7.0;net8.0
+ netstandard2.0;net8.0;net9.0
diff --git a/src/Paramore.Brighter.MySql.EntityFrameworkCore/Paramore.Brighter.MySql.EntityFrameworkCore.csproj b/src/Paramore.Brighter.MySql.EntityFrameworkCore/Paramore.Brighter.MySql.EntityFrameworkCore.csproj
index 6f35d6c95..00ff06466 100644
--- a/src/Paramore.Brighter.MySql.EntityFrameworkCore/Paramore.Brighter.MySql.EntityFrameworkCore.csproj
+++ b/src/Paramore.Brighter.MySql.EntityFrameworkCore/Paramore.Brighter.MySql.EntityFrameworkCore.csproj
@@ -1,7 +1,7 @@
- netstandard2.1;net6.0;net7.0;net8.0
+ net8.0
@@ -11,17 +11,6 @@
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/Paramore.Brighter.MySql/Paramore.Brighter.MySql.csproj b/src/Paramore.Brighter.MySql/Paramore.Brighter.MySql.csproj
index e130566c9..43bf21114 100644
--- a/src/Paramore.Brighter.MySql/Paramore.Brighter.MySql.csproj
+++ b/src/Paramore.Brighter.MySql/Paramore.Brighter.MySql.csproj
@@ -1,7 +1,7 @@
- netstandard2.0;net6.0;net7.0;net8.0
+ netstandard2.0;net8.0;net9.0
diff --git a/src/Paramore.Brighter.Outbox.DynamoDB/Paramore.Brighter.Outbox.DynamoDB.csproj b/src/Paramore.Brighter.Outbox.DynamoDB/Paramore.Brighter.Outbox.DynamoDB.csproj
index d0f0faa2d..a86d5321a 100644
--- a/src/Paramore.Brighter.Outbox.DynamoDB/Paramore.Brighter.Outbox.DynamoDB.csproj
+++ b/src/Paramore.Brighter.Outbox.DynamoDB/Paramore.Brighter.Outbox.DynamoDB.csproj
@@ -1,6 +1,6 @@
- netstandard2.0;net6.0;net7.0;net8.0
+ netstandard2.0;net8.0;net9.0
diff --git a/src/Paramore.Brighter.Outbox.EventStore/Paramore.Brighter.Outbox.EventStore.csproj b/src/Paramore.Brighter.Outbox.EventStore/Paramore.Brighter.Outbox.EventStore.csproj
index f98d3ef72..4ab9bd41c 100644
--- a/src/Paramore.Brighter.Outbox.EventStore/Paramore.Brighter.Outbox.EventStore.csproj
+++ b/src/Paramore.Brighter.Outbox.EventStore/Paramore.Brighter.Outbox.EventStore.csproj
@@ -2,7 +2,7 @@
This is an implementation of the outbox used for decoupled invocation of commands by Paramore.Brighter, using Event Store
George Ayris
- netstandard2.0;net6.0;net7.0;net8.0
+ netstandard2.0;net8.0;net9.0
RabbitMQ;AMQP;Command;Event;Service Activator;Decoupled;Invocation;Messaging;Remote;Command Dispatcher;Command Processor;Request;Service;Task Queue;Work Queue;Retry;Circuit Breaker;Availability
false
diff --git a/src/Paramore.Brighter.Outbox.MsSql/Paramore.Brighter.Outbox.MsSql.csproj b/src/Paramore.Brighter.Outbox.MsSql/Paramore.Brighter.Outbox.MsSql.csproj
index a5aa97548..32e0af90f 100644
--- a/src/Paramore.Brighter.Outbox.MsSql/Paramore.Brighter.Outbox.MsSql.csproj
+++ b/src/Paramore.Brighter.Outbox.MsSql/Paramore.Brighter.Outbox.MsSql.csproj
@@ -2,7 +2,7 @@
This is an implementation of the outbox used for decoupled invocation of commands by Paramore.Brighter, using MS Sql Server
Francesco Pighi
- netstandard2.0;net6.0;net7.0;net8.0
+ netstandard2.0;net8.0;net9.0
RabbitMQ;AMQP;Command;Event;Service Activator;Decoupled;Invocation;Messaging;Remote;Command Dispatcher;Command Processor;Request;Service;Task Queue;Work Queue;Retry;Circuit Breaker;Availability
diff --git a/src/Paramore.Brighter.Outbox.MySql/Paramore.Brighter.Outbox.MySql.csproj b/src/Paramore.Brighter.Outbox.MySql/Paramore.Brighter.Outbox.MySql.csproj
index 60c2889df..94090cedd 100644
--- a/src/Paramore.Brighter.Outbox.MySql/Paramore.Brighter.Outbox.MySql.csproj
+++ b/src/Paramore.Brighter.Outbox.MySql/Paramore.Brighter.Outbox.MySql.csproj
@@ -2,7 +2,7 @@
This is an implementation of the outbox used for decoupled invocation of commands by Paramore.Brighter, using MySql
Derek Comartin
- netstandard2.0;net6.0;net7.0;net8.0
+ netstandard2.0;net8.0;net9.0
RabbitMQ;AMQP;Command;Event;Service Activator;Decoupled;Invocation;Messaging;Remote;Command Dispatcher;Command Processor;Request;Service;Task Queue;Work Queue;Retry;Circuit Breaker;Availability
diff --git a/src/Paramore.Brighter.Outbox.PostgreSql/Paramore.Brighter.Outbox.PostgreSql.csproj b/src/Paramore.Brighter.Outbox.PostgreSql/Paramore.Brighter.Outbox.PostgreSql.csproj
index 56a44cea0..607ddb750 100644
--- a/src/Paramore.Brighter.Outbox.PostgreSql/Paramore.Brighter.Outbox.PostgreSql.csproj
+++ b/src/Paramore.Brighter.Outbox.PostgreSql/Paramore.Brighter.Outbox.PostgreSql.csproj
@@ -2,7 +2,7 @@
This is an implementation of the outbox used for decoupled invocation of commands by Paramore.Brighter, using PostgreSql
Tarun Pothulapati
- netstandard2.0;net6.0;net7.0;net8.0
+ net8.0;net9.0
RabbitMQ;AMQP;Command;Event;Service Activator;Decoupled;Invocation;Messaging;Remote;Command Dispatcher;Command Processor;Request;Service;Task Queue;Work Queue;Retry;Circuit Breaker;Availability
diff --git a/src/Paramore.Brighter.Outbox.Sqlite/Paramore.Brighter.Outbox.Sqlite.csproj b/src/Paramore.Brighter.Outbox.Sqlite/Paramore.Brighter.Outbox.Sqlite.csproj
index 29dcd1dea..79974109c 100644
--- a/src/Paramore.Brighter.Outbox.Sqlite/Paramore.Brighter.Outbox.Sqlite.csproj
+++ b/src/Paramore.Brighter.Outbox.Sqlite/Paramore.Brighter.Outbox.Sqlite.csproj
@@ -2,7 +2,7 @@
This is an implementation of the outbox used for decoupled invocation of commands by Paramore.Brighter, using Sqlite
Francesco Pighi
- netstandard2.0;netstandard2.1;net6.0;net7.0;net8.0
+ netstandard2.0;netstandard2.1;net8.0;net9.0
RabbitMQ;AMQP;Command;Event;Service Activator;Decoupled;Invocation;Messaging;Remote;Command Dispatcher;Command Processor;Request;Service;Task Queue;Work Queue;Retry;Circuit Breaker;Availability
diff --git a/src/Paramore.Brighter.PostgreSql.EntityFrameworkCore/Paramore.Brighter.PostgreSql.EntityFrameworkCore.csproj b/src/Paramore.Brighter.PostgreSql.EntityFrameworkCore/Paramore.Brighter.PostgreSql.EntityFrameworkCore.csproj
index dccd89675..cdea0814a 100644
--- a/src/Paramore.Brighter.PostgreSql.EntityFrameworkCore/Paramore.Brighter.PostgreSql.EntityFrameworkCore.csproj
+++ b/src/Paramore.Brighter.PostgreSql.EntityFrameworkCore/Paramore.Brighter.PostgreSql.EntityFrameworkCore.csproj
@@ -3,7 +3,7 @@
Sam Rumley
Common components required to get a PostgreSql connection from Entity Framework Core.
- netstandard2.1;net6.0;net7.0;net8.0
+ net8.0;net9.0
RabbitMQ;AMQP;Command;Event;Service Activator;Decoupled;Invocation;Messaging;Remote;Command Dispatcher;Command Processor;Request;Service;Task Queue;Work Queue;Retry;Circuit Breaker;Availability
diff --git a/src/Paramore.Brighter.PostgreSql/Paramore.Brighter.PostgreSql.csproj b/src/Paramore.Brighter.PostgreSql/Paramore.Brighter.PostgreSql.csproj
index 956825ea8..2aa89cc8b 100644
--- a/src/Paramore.Brighter.PostgreSql/Paramore.Brighter.PostgreSql.csproj
+++ b/src/Paramore.Brighter.PostgreSql/Paramore.Brighter.PostgreSql.csproj
@@ -4,7 +4,7 @@
Sam Rumley
Common components required to connect to PostgreSql for inbox and outbox.
RabbitMQ;AMQP;Command;Event;Service Activator;Decoupled;Invocation;Messaging;Remote;Command Dispatcher;Command Processor;Request;Service;Task Queue;Work Queue;Retry;Circuit Breaker;Availability
- netstandard2.0;net6.0;net7.0;net8.0
+ net8.0;net9.0
diff --git a/src/Paramore.Brighter.ServiceActivator.Extensions.DependencyInjection/Paramore.Brighter.ServiceActivator.Extensions.DependencyInjection.csproj b/src/Paramore.Brighter.ServiceActivator.Extensions.DependencyInjection/Paramore.Brighter.ServiceActivator.Extensions.DependencyInjection.csproj
index f0155a6e4..51be89257 100644
--- a/src/Paramore.Brighter.ServiceActivator.Extensions.DependencyInjection/Paramore.Brighter.ServiceActivator.Extensions.DependencyInjection.csproj
+++ b/src/Paramore.Brighter.ServiceActivator.Extensions.DependencyInjection/Paramore.Brighter.ServiceActivator.Extensions.DependencyInjection.csproj
@@ -1,7 +1,7 @@
- netstandard2.0;net6.0;net7.0;net8.0
+ netstandard2.0;net8.0;net9.0
Service Activator Microsoft.Extensions.DependencyInjection support
Toby Henderson
diff --git a/src/Paramore.Brighter.ServiceActivator.Extensions.Diagnostics/Paramore.Brighter.ServiceActivator.Extensions.Diagnostics.csproj b/src/Paramore.Brighter.ServiceActivator.Extensions.Diagnostics/Paramore.Brighter.ServiceActivator.Extensions.Diagnostics.csproj
index ff3e7f86b..afae0fe31 100644
--- a/src/Paramore.Brighter.ServiceActivator.Extensions.Diagnostics/Paramore.Brighter.ServiceActivator.Extensions.Diagnostics.csproj
+++ b/src/Paramore.Brighter.ServiceActivator.Extensions.Diagnostics/Paramore.Brighter.ServiceActivator.Extensions.Diagnostics.csproj
@@ -1,7 +1,7 @@
- netstandard2.0;net6.0;net7.0;net8.0
+ netstandard2.0;net8.0;net9.0
This Microsoft Extensions Diagnostics Health Checks for Service Activator
Paul Reardon
latest
diff --git a/src/Paramore.Brighter.ServiceActivator.Extensions.Hosting/Paramore.Brighter.ServiceActivator.Extensions.Hosting.csproj b/src/Paramore.Brighter.ServiceActivator.Extensions.Hosting/Paramore.Brighter.ServiceActivator.Extensions.Hosting.csproj
index 924934d82..4dc5f921e 100644
--- a/src/Paramore.Brighter.ServiceActivator.Extensions.Hosting/Paramore.Brighter.ServiceActivator.Extensions.Hosting.csproj
+++ b/src/Paramore.Brighter.ServiceActivator.Extensions.Hosting/Paramore.Brighter.ServiceActivator.Extensions.Hosting.csproj
@@ -1,6 +1,6 @@
- netstandard2.0;net6.0;net7.0;net8.0
+ netstandard2.0;net8.0;net9.0
Service Activator Microsoft.Extensions.Hosting (IHostBuilder) support for background tasks
Toby Henderson
diff --git a/src/Paramore.Brighter.ServiceActivator/Paramore.Brighter.ServiceActivator.csproj b/src/Paramore.Brighter.ServiceActivator/Paramore.Brighter.ServiceActivator.csproj
index b34681201..49e7f9ddd 100644
--- a/src/Paramore.Brighter.ServiceActivator/Paramore.Brighter.ServiceActivator.csproj
+++ b/src/Paramore.Brighter.ServiceActivator/Paramore.Brighter.ServiceActivator.csproj
@@ -2,7 +2,7 @@
The Command Dispatcher pattern is an addition to the Command design pattern that decouples the dispatcher for a service from its execution. A Command Dispatcher component maps commands to handlers. A Command Processor pattern provides a framework for handling orthogonal concerns such as logging, timeouts, or circuit breakers
Ian Cooper
- netstandard2.0;net6.0;net7.0;net8.0
+ netstandard2.0;net8.0;net9.0
Command;Event;Service Activator;Decoupled;Invocation;Messaging;Remote;Command Dispatcher;Command Processor;Request;Service;Task Queue;Work Queue;Retry;Circuit Breaker;Availability
diff --git a/src/Paramore.Brighter.Sqlite.Dapper/Paramore.Brighter.Sqlite.Dapper.csproj b/src/Paramore.Brighter.Sqlite.Dapper/Paramore.Brighter.Sqlite.Dapper.csproj
index fb6f15521..9d9581c91 100644
--- a/src/Paramore.Brighter.Sqlite.Dapper/Paramore.Brighter.Sqlite.Dapper.csproj
+++ b/src/Paramore.Brighter.Sqlite.Dapper/Paramore.Brighter.Sqlite.Dapper.csproj
@@ -1,7 +1,7 @@
- netstandard2.1;net6.0;net7.0;net8.0
+ netstandard2.1;net7.0;net8.0;net9.0
diff --git a/src/Paramore.Brighter.Sqlite.EntityFrameworkCore/Paramore.Brighter.Sqlite.EntityFrameworkCore.csproj b/src/Paramore.Brighter.Sqlite.EntityFrameworkCore/Paramore.Brighter.Sqlite.EntityFrameworkCore.csproj
index e09dc9122..816ba6221 100644
--- a/src/Paramore.Brighter.Sqlite.EntityFrameworkCore/Paramore.Brighter.Sqlite.EntityFrameworkCore.csproj
+++ b/src/Paramore.Brighter.Sqlite.EntityFrameworkCore/Paramore.Brighter.Sqlite.EntityFrameworkCore.csproj
@@ -2,7 +2,7 @@
Ian Cooper
- netstandard2.1;net6.0;net7.0;net8.0
+ net8.0;net9.0
RabbitMQ;AMQP;Command;Event;Service Activator;Decoupled;Invocation;Messaging;Remote;Command Dispatcher;Command Processor;Request;Service;Task Queue;Work Queue;Retry;Circuit Breaker;Availability
diff --git a/src/Paramore.Brighter.Sqlite/Paramore.Brighter.Sqlite.csproj b/src/Paramore.Brighter.Sqlite/Paramore.Brighter.Sqlite.csproj
index 6f93687c6..c4fabad31 100644
--- a/src/Paramore.Brighter.Sqlite/Paramore.Brighter.Sqlite.csproj
+++ b/src/Paramore.Brighter.Sqlite/Paramore.Brighter.Sqlite.csproj
@@ -3,7 +3,7 @@
Ian Cooper
RabbitMQ;AMQP;Command;Event;Service Activator;Decoupled;Invocation;Messaging;Remote;Command Dispatcher;Command Processor;Request;Service;Task Queue;Work Queue;Retry;Circuit Breaker;Availability
- netstandard2.0;netstandard2.1;net6.0;net7.0;net8.0
+ netstandard2.0;netstandard2.1;net8.0;net9.0
diff --git a/src/Paramore.Brighter/Paramore.Brighter.csproj b/src/Paramore.Brighter/Paramore.Brighter.csproj
index 30db24ef0..1d895f9ce 100644
--- a/src/Paramore.Brighter/Paramore.Brighter.csproj
+++ b/src/Paramore.Brighter/Paramore.Brighter.csproj
@@ -2,7 +2,7 @@
The Command Dispatcher pattern is an addition to the Command design pattern that decouples the dispatcher for a service from its execution. A Command Dispatcher component maps commands to handlers. A Command Processor pattern provides a framework for handling orthogonal concerns such as logging, timeouts, or circuit breakers
Ian Cooper
- netstandard2.0;net6.0;net7.0;net8.0
+ netstandard2.0;net8.0;net9.0
Command;Event;Command Dispatcher;Command Processor;Request;Service;Task Queue;Work Queue;Retry;Circuit Breaker;Availability
8
diff --git a/tests/Paramore.Brighter.Core.Tests/Paramore.Brighter.Core.Tests.csproj b/tests/Paramore.Brighter.Core.Tests/Paramore.Brighter.Core.Tests.csproj
index 8a8022f53..892a938c9 100644
--- a/tests/Paramore.Brighter.Core.Tests/Paramore.Brighter.Core.Tests.csproj
+++ b/tests/Paramore.Brighter.Core.Tests/Paramore.Brighter.Core.Tests.csproj
@@ -1,7 +1,7 @@
false
- net6.0
+ net9.0
diff --git a/tests/Paramore.Brighter.InMemory.Tests/Paramore.Brighter.InMemory.Tests.csproj b/tests/Paramore.Brighter.InMemory.Tests/Paramore.Brighter.InMemory.Tests.csproj
index a1fa5a808..6eb07301b 100644
--- a/tests/Paramore.Brighter.InMemory.Tests/Paramore.Brighter.InMemory.Tests.csproj
+++ b/tests/Paramore.Brighter.InMemory.Tests/Paramore.Brighter.InMemory.Tests.csproj
@@ -1,7 +1,7 @@
- net6.0
+ net9.0
false