From db7bf99ee92ece6450c764edf229f1e3ad5b5aa4 Mon Sep 17 00:00:00 2001 From: Fernando Luiz de Lima Date: Wed, 20 Nov 2024 15:52:03 -0300 Subject: [PATCH] Removed support for .NET 6 as it has reached the end of support; Added support for .NET 9; Set 'LangVersion' to 'latest'. --- examples/AdminClient/AdminClient.csproj | 4 ++-- examples/AvroBlogExamples/AvroBlogExamples.csproj | 4 ++-- examples/AvroGeneric/AvroGeneric.csproj | 4 ++-- .../AvroGenericEncryption/AvroGenericEncryption.csproj | 4 ++-- .../AvroGenericMigration/AvroGenericMigration.csproj | 4 ++-- examples/AvroSpecific/AvroSpecific.csproj | 4 ++-- .../AvroSpecificEncryption/AvroSpecificEncryption.csproj | 4 ++-- examples/ConfluentCloud/ConfluentCloud.csproj | 2 +- examples/Consumer/Consumer.csproj | 2 +- examples/ExactlyOnce/ExactlyOnce.csproj | 4 ++-- .../ExactlyOnceOldBroker/ExactlyOnceOldBroker.csproj | 4 ++-- .../JsonEncryption/JsonSerializationEncryption.csproj | 4 ++-- examples/JsonSerialization/JsonSerialization.csproj | 4 ++-- examples/JsonWithReferences/JsonWithReferences.csproj | 4 ++-- examples/JsonWithReferences/Program.cs | 9 +++++++-- examples/OAuthConsumer/OAuthConsumer.csproj | 4 ++-- examples/OAuthOIDC/OAuthOIDC.csproj | 4 ++-- examples/OAuthProducer/OAuthProducer.csproj | 4 ++-- examples/Producer/Producer.csproj | 4 ++-- examples/Protobuf/Protobuf.csproj | 4 ++-- examples/ProtobufEncryption/ProtobufEncryption.csproj | 4 ++-- src/ConfigGen/ConfigGen.csproj | 4 ++-- src/Confluent.Kafka/Confluent.Kafka.csproj | 2 +- .../Confluent.SchemaRegistry.Encryption.Aws.csproj | 2 +- .../Confluent.SchemaRegistry.Encryption.Azure.csproj | 2 +- .../Confluent.SchemaRegistry.Encryption.Gcp.csproj | 2 +- .../Confluent.SchemaRegistry.Encryption.HcVault.csproj | 2 +- .../Confluent.SchemaRegistry.Encryption.csproj | 2 +- .../Confluent.SchemaRegistry.Rules.csproj | 2 +- .../Confluent.SchemaRegistry.Serdes.Avro.csproj | 2 +- .../Confluent.SchemaRegistry.Serdes.Json.csproj | 6 +++--- .../Confluent.SchemaRegistry.Serdes.Protobuf.csproj | 2 +- .../Confluent.SchemaRegistry.csproj | 2 +- .../Confluent.Kafka.Benchmark.csproj | 2 +- .../Confluent.Kafka.IntegrationTests.csproj | 2 +- .../Confluent.Kafka.SyncOverAsync.csproj | 2 +- .../Confluent.Kafka.TestsCommon.csproj | 2 +- .../Confluent.Kafka.Transactions.csproj | 4 ++-- .../Confluent.Kafka.UnitTests.csproj | 2 +- .../Confluent.Kafka.VerifiableClient.csproj | 2 +- .../Confluent.SchemaRegistry.IntegrationTests.csproj | 2 +- ...nfluent.SchemaRegistry.Serdes.IntegrationTests.csproj | 2 +- .../Confluent.SchemaRegistry.Serdes.UnitTests.csproj | 2 +- .../Confluent.SchemaRegistry.UnitTests.csproj | 2 +- 44 files changed, 72 insertions(+), 67 deletions(-) diff --git a/examples/AdminClient/AdminClient.csproj b/examples/AdminClient/AdminClient.csproj index c16295d1b..06a89113e 100755 --- a/examples/AdminClient/AdminClient.csproj +++ b/examples/AdminClient/AdminClient.csproj @@ -3,9 +3,9 @@ {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} AdminClient - net6.0 + net9.0 Exe - 7.3 + latest diff --git a/examples/AvroBlogExamples/AvroBlogExamples.csproj b/examples/AvroBlogExamples/AvroBlogExamples.csproj index ecc9dd243..2377060bf 100644 --- a/examples/AvroBlogExamples/AvroBlogExamples.csproj +++ b/examples/AvroBlogExamples/AvroBlogExamples.csproj @@ -3,8 +3,8 @@ {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe - net6.0 - 7.1 + net9.0 + latest diff --git a/examples/AvroGeneric/AvroGeneric.csproj b/examples/AvroGeneric/AvroGeneric.csproj index 6ec3279f2..1adc6ad28 100644 --- a/examples/AvroGeneric/AvroGeneric.csproj +++ b/examples/AvroGeneric/AvroGeneric.csproj @@ -4,8 +4,8 @@ {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} AvroGeneric Exe - net6.0 - 7.1 + net9.0 + latest diff --git a/examples/AvroGenericEncryption/AvroGenericEncryption.csproj b/examples/AvroGenericEncryption/AvroGenericEncryption.csproj index 1bc7b84ad..3e9da18ed 100644 --- a/examples/AvroGenericEncryption/AvroGenericEncryption.csproj +++ b/examples/AvroGenericEncryption/AvroGenericEncryption.csproj @@ -4,8 +4,8 @@ {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} AvroGenericEncryption Exe - net6.0 - 7.1 + net9.0 + latest diff --git a/examples/AvroGenericMigration/AvroGenericMigration.csproj b/examples/AvroGenericMigration/AvroGenericMigration.csproj index f471199e8..3ce1b42a8 100644 --- a/examples/AvroGenericMigration/AvroGenericMigration.csproj +++ b/examples/AvroGenericMigration/AvroGenericMigration.csproj @@ -4,8 +4,8 @@ {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} AvroGenericMigration Exe - net6.0 - 7.1 + net9.0 + latest diff --git a/examples/AvroSpecific/AvroSpecific.csproj b/examples/AvroSpecific/AvroSpecific.csproj index 75e3e305d..c53cc3402 100644 --- a/examples/AvroSpecific/AvroSpecific.csproj +++ b/examples/AvroSpecific/AvroSpecific.csproj @@ -4,8 +4,8 @@ {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} AvroSpecific Exe - net6.0 - 7.1 + net9.0 + latest diff --git a/examples/AvroSpecificEncryption/AvroSpecificEncryption.csproj b/examples/AvroSpecificEncryption/AvroSpecificEncryption.csproj index 55b89cdb4..7e3054917 100644 --- a/examples/AvroSpecificEncryption/AvroSpecificEncryption.csproj +++ b/examples/AvroSpecificEncryption/AvroSpecificEncryption.csproj @@ -4,8 +4,8 @@ {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} AvroSpecificEncryption Exe - net6.0 - 7.1 + net9.0 + latest diff --git a/examples/ConfluentCloud/ConfluentCloud.csproj b/examples/ConfluentCloud/ConfluentCloud.csproj index 406b59b36..ae4eea6d0 100644 --- a/examples/ConfluentCloud/ConfluentCloud.csproj +++ b/examples/ConfluentCloud/ConfluentCloud.csproj @@ -3,7 +3,7 @@ {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe - net6.0 + net9.0 diff --git a/examples/Consumer/Consumer.csproj b/examples/Consumer/Consumer.csproj index c644afcfd..7b0ed1212 100755 --- a/examples/Consumer/Consumer.csproj +++ b/examples/Consumer/Consumer.csproj @@ -3,7 +3,7 @@ {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Consumer - net6.0 + net9.0 Exe diff --git a/examples/ExactlyOnce/ExactlyOnce.csproj b/examples/ExactlyOnce/ExactlyOnce.csproj index bfed656db..fdca5bfcf 100644 --- a/examples/ExactlyOnce/ExactlyOnce.csproj +++ b/examples/ExactlyOnce/ExactlyOnce.csproj @@ -3,9 +3,9 @@ {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} ExactlyOnce - net6.0 + net9.0 Exe - 7.3 + latest diff --git a/examples/ExactlyOnceOldBroker/ExactlyOnceOldBroker.csproj b/examples/ExactlyOnceOldBroker/ExactlyOnceOldBroker.csproj index 0b4e613ac..b0161e1d4 100644 --- a/examples/ExactlyOnceOldBroker/ExactlyOnceOldBroker.csproj +++ b/examples/ExactlyOnceOldBroker/ExactlyOnceOldBroker.csproj @@ -3,9 +3,9 @@ {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} ExactlyOnceOldBroker - net6.0 + net9.0 Exe - 7.3 + latest diff --git a/examples/JsonEncryption/JsonSerializationEncryption.csproj b/examples/JsonEncryption/JsonSerializationEncryption.csproj index 77d8374ae..f0fd5e8c1 100644 --- a/examples/JsonEncryption/JsonSerializationEncryption.csproj +++ b/examples/JsonEncryption/JsonSerializationEncryption.csproj @@ -4,8 +4,8 @@ {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} JsonSerializationEncryption Exe - net6.0 - 7.1 + net9.0 + latest diff --git a/examples/JsonSerialization/JsonSerialization.csproj b/examples/JsonSerialization/JsonSerialization.csproj index bb1d82225..29a0b981b 100644 --- a/examples/JsonSerialization/JsonSerialization.csproj +++ b/examples/JsonSerialization/JsonSerialization.csproj @@ -4,8 +4,8 @@ {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} JsonSerialization Exe - net6.0 - 7.1 + net9.0 + latest diff --git a/examples/JsonWithReferences/JsonWithReferences.csproj b/examples/JsonWithReferences/JsonWithReferences.csproj index b343deec5..2a5d01369 100644 --- a/examples/JsonWithReferences/JsonWithReferences.csproj +++ b/examples/JsonWithReferences/JsonWithReferences.csproj @@ -4,8 +4,8 @@ {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} JsonWithReferences Exe - net6.0 - 7.1 + net9.0 + latest diff --git a/examples/JsonWithReferences/Program.cs b/examples/JsonWithReferences/Program.cs index 1578aec39..da634a72a 100644 --- a/examples/JsonWithReferences/Program.cs +++ b/examples/JsonWithReferences/Program.cs @@ -22,7 +22,12 @@ using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; -using NJsonSchema.Generation; +#if NET8_0_OR_GREATER +using NJsonSchema.NewtonsoftJson.Generation; +using NewtonsoftJsonSchemaGeneratorSettings = NJsonSchema.NewtonsoftJson.Generation.NewtonsoftJsonSchemaGeneratorSettings; +#else +using NewtonsoftJsonSchemaGeneratorSettings = NJsonSchema.Generation.JsonSchemaGeneratorSettings; +#endif using Newtonsoft.Json; using Newtonsoft.Json.Serialization; @@ -150,7 +155,7 @@ static async Task Main(string[] args) // from default one to camelCase. // It's also possible to add JsonProperty attributes to customize // serialization mapping and all available NJson attributes. - var jsonSchemaGeneratorSettings = new JsonSchemaGeneratorSettings + var jsonSchemaGeneratorSettings = new NewtonsoftJsonSchemaGeneratorSettings { SerializerSettings = new JsonSerializerSettings { diff --git a/examples/OAuthConsumer/OAuthConsumer.csproj b/examples/OAuthConsumer/OAuthConsumer.csproj index 9dc5b7afc..6535664c7 100644 --- a/examples/OAuthConsumer/OAuthConsumer.csproj +++ b/examples/OAuthConsumer/OAuthConsumer.csproj @@ -3,9 +3,9 @@ {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} OAuthConsumer - net6.0 + net9.0 Exe - 7.1 + latest diff --git a/examples/OAuthOIDC/OAuthOIDC.csproj b/examples/OAuthOIDC/OAuthOIDC.csproj index 049b4f10a..5cc31354d 100644 --- a/examples/OAuthOIDC/OAuthOIDC.csproj +++ b/examples/OAuthOIDC/OAuthOIDC.csproj @@ -3,9 +3,9 @@ {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} OAuthOIDC - net6.0 + net9.0 Exe - 7.1 + latest diff --git a/examples/OAuthProducer/OAuthProducer.csproj b/examples/OAuthProducer/OAuthProducer.csproj index 5692027a0..6d58e3057 100644 --- a/examples/OAuthProducer/OAuthProducer.csproj +++ b/examples/OAuthProducer/OAuthProducer.csproj @@ -3,9 +3,9 @@ {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} OAuthProducer - net6.0 + net9.0 Exe - 7.1 + latest diff --git a/examples/Producer/Producer.csproj b/examples/Producer/Producer.csproj index f547bfc1c..36569d30e 100755 --- a/examples/Producer/Producer.csproj +++ b/examples/Producer/Producer.csproj @@ -3,9 +3,9 @@ {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Producer - net6.0 + net9.0 Exe - 7.1 + latest diff --git a/examples/Protobuf/Protobuf.csproj b/examples/Protobuf/Protobuf.csproj index 36bd1f326..180c26753 100644 --- a/examples/Protobuf/Protobuf.csproj +++ b/examples/Protobuf/Protobuf.csproj @@ -4,8 +4,8 @@ {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Protobuf Exe - net6.0 - 7.1 + net9.0 + latest diff --git a/examples/ProtobufEncryption/ProtobufEncryption.csproj b/examples/ProtobufEncryption/ProtobufEncryption.csproj index d3ae34959..b8dc88c1a 100644 --- a/examples/ProtobufEncryption/ProtobufEncryption.csproj +++ b/examples/ProtobufEncryption/ProtobufEncryption.csproj @@ -4,8 +4,8 @@ {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} ProtobufEncryption Exe - net6.0 - 7.1 + net9.0 + latest diff --git a/src/ConfigGen/ConfigGen.csproj b/src/ConfigGen/ConfigGen.csproj index 60d41ee8e..3534a5814 100644 --- a/src/ConfigGen/ConfigGen.csproj +++ b/src/ConfigGen/ConfigGen.csproj @@ -2,8 +2,8 @@ Exe - net6.0;net8.0 - 7.1 + net8.0;net9.0 + latest diff --git a/src/Confluent.Kafka/Confluent.Kafka.csproj b/src/Confluent.Kafka/Confluent.Kafka.csproj index 4c9467ddc..b161a18fa 100644 --- a/src/Confluent.Kafka/Confluent.Kafka.csproj +++ b/src/Confluent.Kafka/Confluent.Kafka.csproj @@ -17,7 +17,7 @@ Confluent.Kafka Confluent.Kafka 2.6.1 - netstandard2.0;net462;net6.0;net8.0 + netstandard2.0;net462;net8.0;net9.0 true true true diff --git a/src/Confluent.SchemaRegistry.Encryption.Aws/Confluent.SchemaRegistry.Encryption.Aws.csproj b/src/Confluent.SchemaRegistry.Encryption.Aws/Confluent.SchemaRegistry.Encryption.Aws.csproj index 9cdf64968..0e8ae7f17 100644 --- a/src/Confluent.SchemaRegistry.Encryption.Aws/Confluent.SchemaRegistry.Encryption.Aws.csproj +++ b/src/Confluent.SchemaRegistry.Encryption.Aws/Confluent.SchemaRegistry.Encryption.Aws.csproj @@ -16,7 +16,7 @@ Confluent.SchemaRegistry.Encryption.Aws Confluent.SchemaRegistry.Encryption.Aws 2.6.1 - net6.0;net8.0 + net8.0;net9.0 true true true diff --git a/src/Confluent.SchemaRegistry.Encryption.Azure/Confluent.SchemaRegistry.Encryption.Azure.csproj b/src/Confluent.SchemaRegistry.Encryption.Azure/Confluent.SchemaRegistry.Encryption.Azure.csproj index 8f46ef71f..c901034b6 100644 --- a/src/Confluent.SchemaRegistry.Encryption.Azure/Confluent.SchemaRegistry.Encryption.Azure.csproj +++ b/src/Confluent.SchemaRegistry.Encryption.Azure/Confluent.SchemaRegistry.Encryption.Azure.csproj @@ -16,7 +16,7 @@ Confluent.SchemaRegistry.Encryption.Azure Confluent.SchemaRegistry.Encryption.Azure 2.6.1 - net6.0;net8.0 + net8.0;net9.0 true true true diff --git a/src/Confluent.SchemaRegistry.Encryption.Gcp/Confluent.SchemaRegistry.Encryption.Gcp.csproj b/src/Confluent.SchemaRegistry.Encryption.Gcp/Confluent.SchemaRegistry.Encryption.Gcp.csproj index 76276cd3c..9c9d14c41 100644 --- a/src/Confluent.SchemaRegistry.Encryption.Gcp/Confluent.SchemaRegistry.Encryption.Gcp.csproj +++ b/src/Confluent.SchemaRegistry.Encryption.Gcp/Confluent.SchemaRegistry.Encryption.Gcp.csproj @@ -16,7 +16,7 @@ Confluent.SchemaRegistry.Encryption.Gcp Confluent.SchemaRegistry.Encryption.Gcp 2.6.1 - net6.0;net8.0 + net8.0;net9.0 true true true diff --git a/src/Confluent.SchemaRegistry.Encryption.HcVault/Confluent.SchemaRegistry.Encryption.HcVault.csproj b/src/Confluent.SchemaRegistry.Encryption.HcVault/Confluent.SchemaRegistry.Encryption.HcVault.csproj index f2886fc8e..1df43d3fd 100644 --- a/src/Confluent.SchemaRegistry.Encryption.HcVault/Confluent.SchemaRegistry.Encryption.HcVault.csproj +++ b/src/Confluent.SchemaRegistry.Encryption.HcVault/Confluent.SchemaRegistry.Encryption.HcVault.csproj @@ -16,7 +16,7 @@ Confluent.SchemaRegistry.Encryption.HcVault Confluent.SchemaRegistry.Encryption.HcVault 2.6.1 - net6.0;net8.0 + net8.0;net9.0 true true true diff --git a/src/Confluent.SchemaRegistry.Encryption/Confluent.SchemaRegistry.Encryption.csproj b/src/Confluent.SchemaRegistry.Encryption/Confluent.SchemaRegistry.Encryption.csproj index 4e9a739d6..4e831c6fd 100644 --- a/src/Confluent.SchemaRegistry.Encryption/Confluent.SchemaRegistry.Encryption.csproj +++ b/src/Confluent.SchemaRegistry.Encryption/Confluent.SchemaRegistry.Encryption.csproj @@ -16,7 +16,7 @@ Confluent.SchemaRegistry.Encryption Confluent.SchemaRegistry.Encryption 2.6.1 - net6.0;net8.0 + net8.0;net9.0 true true true diff --git a/src/Confluent.SchemaRegistry.Rules/Confluent.SchemaRegistry.Rules.csproj b/src/Confluent.SchemaRegistry.Rules/Confluent.SchemaRegistry.Rules.csproj index a75418c33..e7f8dc656 100644 --- a/src/Confluent.SchemaRegistry.Rules/Confluent.SchemaRegistry.Rules.csproj +++ b/src/Confluent.SchemaRegistry.Rules/Confluent.SchemaRegistry.Rules.csproj @@ -16,7 +16,7 @@ Confluent.SchemaRegistry.Rules Confluent.SchemaRegistry.Rules 2.6.1 - net6.0;net8.0 + net8.0;net9.0 true true true diff --git a/src/Confluent.SchemaRegistry.Serdes.Avro/Confluent.SchemaRegistry.Serdes.Avro.csproj b/src/Confluent.SchemaRegistry.Serdes.Avro/Confluent.SchemaRegistry.Serdes.Avro.csproj index e4f06460c..8b6c40bc1 100644 --- a/src/Confluent.SchemaRegistry.Serdes.Avro/Confluent.SchemaRegistry.Serdes.Avro.csproj +++ b/src/Confluent.SchemaRegistry.Serdes.Avro/Confluent.SchemaRegistry.Serdes.Avro.csproj @@ -16,7 +16,7 @@ Confluent.SchemaRegistry.Serdes.Avro Confluent.SchemaRegistry.Serdes.Avro 2.6.1 - netstandard2.0;net6.0;net8.0 + netstandard2.0;net8.0;net9.0 true true true diff --git a/src/Confluent.SchemaRegistry.Serdes.Json/Confluent.SchemaRegistry.Serdes.Json.csproj b/src/Confluent.SchemaRegistry.Serdes.Json/Confluent.SchemaRegistry.Serdes.Json.csproj index db951e7b3..6bd1c9c14 100644 --- a/src/Confluent.SchemaRegistry.Serdes.Json/Confluent.SchemaRegistry.Serdes.Json.csproj +++ b/src/Confluent.SchemaRegistry.Serdes.Json/Confluent.SchemaRegistry.Serdes.Json.csproj @@ -16,17 +16,17 @@ Confluent.SchemaRegistry.Serdes.Json Confluent.SchemaRegistry.Serdes.Json 2.6.1 - netstandard2.0;net6.0;net8.0 + netstandard2.0;net8.0;net9.0 true true true Confluent.SchemaRegistry.Serdes.Json.snk - + - + diff --git a/src/Confluent.SchemaRegistry.Serdes.Protobuf/Confluent.SchemaRegistry.Serdes.Protobuf.csproj b/src/Confluent.SchemaRegistry.Serdes.Protobuf/Confluent.SchemaRegistry.Serdes.Protobuf.csproj index dc394b5d5..d18170856 100644 --- a/src/Confluent.SchemaRegistry.Serdes.Protobuf/Confluent.SchemaRegistry.Serdes.Protobuf.csproj +++ b/src/Confluent.SchemaRegistry.Serdes.Protobuf/Confluent.SchemaRegistry.Serdes.Protobuf.csproj @@ -17,7 +17,7 @@ Confluent.SchemaRegistry.Serdes.Protobuf Confluent.SchemaRegistry.Serdes.Protobuf 2.6.1 - netstandard2.0;net6.0;net8.0 + netstandard2.0;net8.0;net9.0 true true true diff --git a/src/Confluent.SchemaRegistry/Confluent.SchemaRegistry.csproj b/src/Confluent.SchemaRegistry/Confluent.SchemaRegistry.csproj index c0ab6abc0..af3574e48 100644 --- a/src/Confluent.SchemaRegistry/Confluent.SchemaRegistry.csproj +++ b/src/Confluent.SchemaRegistry/Confluent.SchemaRegistry.csproj @@ -17,7 +17,7 @@ Confluent.SchemaRegistry Confluent.SchemaRegistry 2.6.1 - netstandard2.0;net6.0;net8.0 + netstandard2.0;net8.0;net9.0 true true true diff --git a/test/Confluent.Kafka.Benchmark/Confluent.Kafka.Benchmark.csproj b/test/Confluent.Kafka.Benchmark/Confluent.Kafka.Benchmark.csproj index 179c5ced7..6e67cca91 100755 --- a/test/Confluent.Kafka.Benchmark/Confluent.Kafka.Benchmark.csproj +++ b/test/Confluent.Kafka.Benchmark/Confluent.Kafka.Benchmark.csproj @@ -3,7 +3,7 @@ {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Confluent.Kafka.Benchmark - net6.0;net8.0 + net8.0;net9.0 Exe diff --git a/test/Confluent.Kafka.IntegrationTests/Confluent.Kafka.IntegrationTests.csproj b/test/Confluent.Kafka.IntegrationTests/Confluent.Kafka.IntegrationTests.csproj index 7b344897e..83109055e 100644 --- a/test/Confluent.Kafka.IntegrationTests/Confluent.Kafka.IntegrationTests.csproj +++ b/test/Confluent.Kafka.IntegrationTests/Confluent.Kafka.IntegrationTests.csproj @@ -4,7 +4,7 @@ {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} UnitTest Confluent.Kafka.IntegrationTests - net6.0;net8.0 + net8.0;net9.0 true diff --git a/test/Confluent.Kafka.SyncOverAsync/Confluent.Kafka.SyncOverAsync.csproj b/test/Confluent.Kafka.SyncOverAsync/Confluent.Kafka.SyncOverAsync.csproj index 666d56bad..4834dbdac 100644 --- a/test/Confluent.Kafka.SyncOverAsync/Confluent.Kafka.SyncOverAsync.csproj +++ b/test/Confluent.Kafka.SyncOverAsync/Confluent.Kafka.SyncOverAsync.csproj @@ -2,7 +2,7 @@ Exe - net6.0;net8.0 + net8.0;net9.0 diff --git a/test/Confluent.Kafka.TestsCommon/Confluent.Kafka.TestsCommon.csproj b/test/Confluent.Kafka.TestsCommon/Confluent.Kafka.TestsCommon.csproj index 9d2764295..04d09d259 100644 --- a/test/Confluent.Kafka.TestsCommon/Confluent.Kafka.TestsCommon.csproj +++ b/test/Confluent.Kafka.TestsCommon/Confluent.Kafka.TestsCommon.csproj @@ -1,6 +1,6 @@ - net6.0;net8.0 + net8.0;net9.0 diff --git a/test/Confluent.Kafka.Transactions/Confluent.Kafka.Transactions.csproj b/test/Confluent.Kafka.Transactions/Confluent.Kafka.Transactions.csproj index 6224ec4fa..b98f93b4f 100644 --- a/test/Confluent.Kafka.Transactions/Confluent.Kafka.Transactions.csproj +++ b/test/Confluent.Kafka.Transactions/Confluent.Kafka.Transactions.csproj @@ -2,8 +2,8 @@ Exe - net6.0;net8.0 - 7.3 + net8.0;net9.0 + latest diff --git a/test/Confluent.Kafka.UnitTests/Confluent.Kafka.UnitTests.csproj b/test/Confluent.Kafka.UnitTests/Confluent.Kafka.UnitTests.csproj index 7facec972..76418fa29 100755 --- a/test/Confluent.Kafka.UnitTests/Confluent.Kafka.UnitTests.csproj +++ b/test/Confluent.Kafka.UnitTests/Confluent.Kafka.UnitTests.csproj @@ -4,7 +4,7 @@ {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} UnitTest Confluent.Kafka.UnitTests - net6.0;net8.0 + net8.0;net9.0 true true Confluent.Kafka.UnitTests.snk diff --git a/test/Confluent.Kafka.VerifiableClient/Confluent.Kafka.VerifiableClient.csproj b/test/Confluent.Kafka.VerifiableClient/Confluent.Kafka.VerifiableClient.csproj index daa1d4d41..926ada48f 100755 --- a/test/Confluent.Kafka.VerifiableClient/Confluent.Kafka.VerifiableClient.csproj +++ b/test/Confluent.Kafka.VerifiableClient/Confluent.Kafka.VerifiableClient.csproj @@ -3,7 +3,7 @@ {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Confluent.Kafka.VerifiableClient - net6.0;net8.0 + net8.0;net9.0 Exe win-x64;linux-x64;osx-x64 diff --git a/test/Confluent.SchemaRegistry.IntegrationTests/Confluent.SchemaRegistry.IntegrationTests.csproj b/test/Confluent.SchemaRegistry.IntegrationTests/Confluent.SchemaRegistry.IntegrationTests.csproj index 5db14e91a..618439892 100755 --- a/test/Confluent.SchemaRegistry.IntegrationTests/Confluent.SchemaRegistry.IntegrationTests.csproj +++ b/test/Confluent.SchemaRegistry.IntegrationTests/Confluent.SchemaRegistry.IntegrationTests.csproj @@ -4,7 +4,7 @@ {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} UnitTest Confluent.SchemaRegistry.IntegrationTests - net6.0;net8.0 + net8.0;net9.0 diff --git a/test/Confluent.SchemaRegistry.Serdes.IntegrationTests/Confluent.SchemaRegistry.Serdes.IntegrationTests.csproj b/test/Confluent.SchemaRegistry.Serdes.IntegrationTests/Confluent.SchemaRegistry.Serdes.IntegrationTests.csproj index f979c8b7e..a9f40a245 100644 --- a/test/Confluent.SchemaRegistry.Serdes.IntegrationTests/Confluent.SchemaRegistry.Serdes.IntegrationTests.csproj +++ b/test/Confluent.SchemaRegistry.Serdes.IntegrationTests/Confluent.SchemaRegistry.Serdes.IntegrationTests.csproj @@ -4,7 +4,7 @@ {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} UnitTest Confluent.SchemaRegistry.Serdes.IntegrationTests - net6.0;net8.0 + net8.0;net9.0 diff --git a/test/Confluent.SchemaRegistry.Serdes.UnitTests/Confluent.SchemaRegistry.Serdes.UnitTests.csproj b/test/Confluent.SchemaRegistry.Serdes.UnitTests/Confluent.SchemaRegistry.Serdes.UnitTests.csproj index f168329de..e8feac491 100644 --- a/test/Confluent.SchemaRegistry.Serdes.UnitTests/Confluent.SchemaRegistry.Serdes.UnitTests.csproj +++ b/test/Confluent.SchemaRegistry.Serdes.UnitTests/Confluent.SchemaRegistry.Serdes.UnitTests.csproj @@ -4,7 +4,7 @@ {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} UnitTest Confluent.SchemaRegistry.Serdes.UnitTests - net6.0;net8.0 + net8.0;net9.0 true true ..\..\src\Confluent.SchemaRegistry.Serdes.Protobuf\Confluent.SchemaRegistry.Serdes.Protobuf.snk diff --git a/test/Confluent.SchemaRegistry.UnitTests/Confluent.SchemaRegistry.UnitTests.csproj b/test/Confluent.SchemaRegistry.UnitTests/Confluent.SchemaRegistry.UnitTests.csproj index 2e9521c21..7af4504ea 100644 --- a/test/Confluent.SchemaRegistry.UnitTests/Confluent.SchemaRegistry.UnitTests.csproj +++ b/test/Confluent.SchemaRegistry.UnitTests/Confluent.SchemaRegistry.UnitTests.csproj @@ -2,7 +2,7 @@ {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - net6.0;net8.0 + net8.0;net9.0 true Confluent.SchemaRegistry.UnitTests.snk