diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 7d0e075728..6276e42310 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -43,6 +43,8 @@ netstandard2.0;net8.0;net9.0;net10.0 net462;net8.0;net9.0;net10.0 net8.0;net9.0;net10.0 + net472;$(BrighterCoreTargetFrameworks) + net8.0;net9.0 diff --git a/src/Paramore.Brighter.Inbox.MongoDb/Paramore.Brighter.Inbox.MongoDb.csproj b/src/Paramore.Brighter.Inbox.MongoDb/Paramore.Brighter.Inbox.MongoDb.csproj index e64e5f0d42..3092110f1a 100644 --- a/src/Paramore.Brighter.Inbox.MongoDb/Paramore.Brighter.Inbox.MongoDb.csproj +++ b/src/Paramore.Brighter.Inbox.MongoDb/Paramore.Brighter.Inbox.MongoDb.csproj @@ -3,7 +3,7 @@ MongoDB inbox provider for Paramore.Brighter Command Processor. Enables inbox pattern implementation for idempotent command and event handling using MongoDB as the document persistence layer. Rafael Andrade - net472;$(BrighterCoreTargetFrameworks) + $(BrighterMongoTargetFrameworks) MongoDB;NoSQL;Inbox;Idempotent;Command;Event;Command Processor;Document Database;Brighter enable enable 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 ab73c39b4e..22cc402fa7 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 @@ MySQL inbox provider for Paramore.Brighter Command Processor. Enables inbox pattern implementation for idempotent command and event handling using MySQL as the persistence layer. Derek Comartin - $(BrighterNetNineEarlierTargetFrameworks) + $(BrighterCoreTargetFrameworks) MySQL;Database;Inbox;Idempotent;Command;Event;Command Processor;Relational Database;Brighter enable diff --git a/src/Paramore.Brighter.Locking.MongoDb/Paramore.Brighter.Locking.MongoDb.csproj b/src/Paramore.Brighter.Locking.MongoDb/Paramore.Brighter.Locking.MongoDb.csproj index f90e886aee..f076b43387 100644 --- a/src/Paramore.Brighter.Locking.MongoDb/Paramore.Brighter.Locking.MongoDb.csproj +++ b/src/Paramore.Brighter.Locking.MongoDb/Paramore.Brighter.Locking.MongoDb.csproj @@ -2,7 +2,7 @@ MongoDB distributed locking provider for Paramore.Brighter Command Processor. Provides distributed lock implementation using MongoDB for coordinating concurrent operations across multiple instances. Rafael Andrade - net472;$(BrighterCoreTargetFrameworks) + $(BrighterMongoTargetFrameworks) MongoDB;NoSQL;Distributed Locking;Concurrency;Lock;Command Processor;Database;Document Database;Brighter enable enable diff --git a/src/Paramore.Brighter.Locking.MySql/Paramore.Brighter.Locking.MySql.csproj b/src/Paramore.Brighter.Locking.MySql/Paramore.Brighter.Locking.MySql.csproj index 5ef0bd3b4e..9e082c3587 100644 --- a/src/Paramore.Brighter.Locking.MySql/Paramore.Brighter.Locking.MySql.csproj +++ b/src/Paramore.Brighter.Locking.MySql/Paramore.Brighter.Locking.MySql.csproj @@ -2,7 +2,7 @@ MySQL distributed locking provider for Paramore.Brighter Command Processor. Provides distributed lock implementation using MySQL for coordinating concurrent operations across multiple instances. Rafael Andrade - $(BrighterNetNineEarlierTargetFrameworks) + $(BrighterCoreTargetFrameworks) MySQL;Distributed Locking;Concurrency;Lock;Command Processor;Database;SQL;Brighter enable diff --git a/src/Paramore.Brighter.MongoDb/Paramore.Brighter.MongoDb.csproj b/src/Paramore.Brighter.MongoDb/Paramore.Brighter.MongoDb.csproj index 9ee3df8d5b..badbd6f85e 100644 --- a/src/Paramore.Brighter.MongoDb/Paramore.Brighter.MongoDb.csproj +++ b/src/Paramore.Brighter.MongoDb/Paramore.Brighter.MongoDb.csproj @@ -3,7 +3,7 @@ MongoDB provider for Paramore.Brighter Command Processor. Provides base MongoDB connectivity and transaction management for inbox, outbox, and locking implementations. Rafael Andrade - net472;$(BrighterCoreTargetFrameworks) + $(BrighterMongoTargetFrameworks) MongoDB;NoSQL;Database;Document Database;Command;Event;Command Processor;Brighter enable enable diff --git a/src/Paramore.Brighter.MySql/Paramore.Brighter.MySql.csproj b/src/Paramore.Brighter.MySql/Paramore.Brighter.MySql.csproj index c9c2d88851..07934de08d 100644 --- a/src/Paramore.Brighter.MySql/Paramore.Brighter.MySql.csproj +++ b/src/Paramore.Brighter.MySql/Paramore.Brighter.MySql.csproj @@ -3,7 +3,7 @@ MySQL provider for Paramore.Brighter Command Processor. Provides common components for connecting to MySQL, including connection and transaction management for inbox, outbox, and messaging gateway implementations. Ian Cooper - $(BrighterNetNineEarlierTargetFrameworks) + $(BrighterCoreTargetFrameworks) MySQL;Database;Connection Provider;Transaction;Command;Event;Command Processor;Brighter enable diff --git a/src/Paramore.Brighter.Outbox.MongoDb/Paramore.Brighter.Outbox.MongoDb.csproj b/src/Paramore.Brighter.Outbox.MongoDb/Paramore.Brighter.Outbox.MongoDb.csproj index a7bf63db16..fc3a1e85f5 100644 --- a/src/Paramore.Brighter.Outbox.MongoDb/Paramore.Brighter.Outbox.MongoDb.csproj +++ b/src/Paramore.Brighter.Outbox.MongoDb/Paramore.Brighter.Outbox.MongoDb.csproj @@ -3,7 +3,7 @@ MongoDB outbox implementation for Paramore.Brighter Command Processor. Provides reliable message publishing with outbox pattern using MongoDB for transactional consistency and guaranteed delivery. Rafael Andrade - net472;$(BrighterCoreTargetFrameworks) + $(BrighterMongoTargetFrameworks) MongoDB;NoSQL;Outbox;Transactional;Command;Event;Service Activator;Decoupled;Invocation;Messaging;Remote;Command Dispatcher;Command Processor;Request;Service;Task Queue;Work Queue;Retry;Circuit Breaker;Availability;Brighter enable enable 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 47d81e74d5..57da0a85da 100644 --- a/src/Paramore.Brighter.Outbox.MySql/Paramore.Brighter.Outbox.MySql.csproj +++ b/src/Paramore.Brighter.Outbox.MySql/Paramore.Brighter.Outbox.MySql.csproj @@ -3,7 +3,7 @@ MySQL outbox implementation for Paramore.Brighter Command Processor. Provides reliable message publishing with outbox pattern using MySQL for transactional consistency and guaranteed delivery. Derek Comartin - $(BrighterNetNineEarlierTargetFrameworks) + $(BrighterCoreTargetFrameworks) MySQL;Database;Outbox;Transactional;Command;Event;Service Activator;Decoupled;Invocation;Messaging;Remote;Command Dispatcher;Command Processor;Request;Service;Task Queue;Work Queue;Retry;Circuit Breaker;Availability;Brighter enable diff --git a/src/Paramore.Brighter.Transformers.MongoGridFS/Paramore.Brighter.Transformers.MongoGridFS.csproj b/src/Paramore.Brighter.Transformers.MongoGridFS/Paramore.Brighter.Transformers.MongoGridFS.csproj index 1b2fcf8472..855aeed569 100644 --- a/src/Paramore.Brighter.Transformers.MongoGridFS/Paramore.Brighter.Transformers.MongoGridFS.csproj +++ b/src/Paramore.Brighter.Transformers.MongoGridFS/Paramore.Brighter.Transformers.MongoGridFS.csproj @@ -3,7 +3,7 @@ MongoDB GridFS transformers for Paramore.Brighter Command Processor. Provides claim check pattern implementation using MongoDB GridFS for storing large message payloads separately from message metadata (luggage store pattern). Rafael Andrade - net472;$(BrighterCoreTargetFrameworks) + $(BrighterMongoTargetFrameworks) MongoDB;GridFS;Transformers;Claim Check;Luggage Store;Large Messages;Message Transformation;NoSQL;Command;Event;Command Processor;Brighter enable enable