From 4252442d0118fbbc3386d15e29349a1a676e326d Mon Sep 17 00:00:00 2001 From: Florian Bernd Date: Thu, 14 Nov 2024 14:18:48 +0100 Subject: [PATCH] Update TFMs (#8402) --- benchmarks/Benchmarks/Benchmarks.csproj | 2 +- benchmarks/Profiling/Profiling.csproj | 2 +- .../Elastic.Clients.Elasticsearch.JsonNetSerializer.csproj | 2 +- .../Elastic.Clients.Elasticsearch.Serverless.csproj | 2 +- .../Elastic.Clients.Elasticsearch.csproj | 2 +- tests/Tests.ClusterLauncher/Tests.ClusterLauncher.csproj | 2 +- tests/Tests/Tests.csproj | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/benchmarks/Benchmarks/Benchmarks.csproj b/benchmarks/Benchmarks/Benchmarks.csproj index c0d9345a5d7..00e4ad09fd9 100644 --- a/benchmarks/Benchmarks/Benchmarks.csproj +++ b/benchmarks/Benchmarks/Benchmarks.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 enable enable True diff --git a/benchmarks/Profiling/Profiling.csproj b/benchmarks/Profiling/Profiling.csproj index 876544fa764..e591f4ab2c7 100644 --- a/benchmarks/Profiling/Profiling.csproj +++ b/benchmarks/Profiling/Profiling.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 enable diff --git a/src/Elastic.Clients.Elasticsearch.JsonNetSerializer/Elastic.Clients.Elasticsearch.JsonNetSerializer.csproj b/src/Elastic.Clients.Elasticsearch.JsonNetSerializer/Elastic.Clients.Elasticsearch.JsonNetSerializer.csproj index 15603cdefd1..5dcb5ab51b3 100644 --- a/src/Elastic.Clients.Elasticsearch.JsonNetSerializer/Elastic.Clients.Elasticsearch.JsonNetSerializer.csproj +++ b/src/Elastic.Clients.Elasticsearch.JsonNetSerializer/Elastic.Clients.Elasticsearch.JsonNetSerializer.csproj @@ -10,7 +10,7 @@ true true - netstandard2.0;net462;netstandard2.1;net6.0;net8.0 + netstandard2.0;net462;netstandard2.1;net8.0 diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/Elastic.Clients.Elasticsearch.Serverless.csproj b/src/Elastic.Clients.Elasticsearch.Serverless/Elastic.Clients.Elasticsearch.Serverless.csproj index 4e00bb4e38c..61cf6a25d43 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/Elastic.Clients.Elasticsearch.Serverless.csproj +++ b/src/Elastic.Clients.Elasticsearch.Serverless/Elastic.Clients.Elasticsearch.Serverless.csproj @@ -15,7 +15,7 @@ true true - netstandard2.0;net462;netstandard2.1;net6.0;net8.0 + netstandard2.0;net462;netstandard2.1;net8.0 true true annotations diff --git a/src/Elastic.Clients.Elasticsearch/Elastic.Clients.Elasticsearch.csproj b/src/Elastic.Clients.Elasticsearch/Elastic.Clients.Elasticsearch.csproj index dcd3c9db9d8..1d7da48acd1 100644 --- a/src/Elastic.Clients.Elasticsearch/Elastic.Clients.Elasticsearch.csproj +++ b/src/Elastic.Clients.Elasticsearch/Elastic.Clients.Elasticsearch.csproj @@ -15,7 +15,7 @@ true true - netstandard2.0;net462;netstandard2.1;net6.0;net8.0 + netstandard2.0;net462;netstandard2.1;net8.0 true true annotations diff --git a/tests/Tests.ClusterLauncher/Tests.ClusterLauncher.csproj b/tests/Tests.ClusterLauncher/Tests.ClusterLauncher.csproj index 8f5d8102e48..7935ae2f92a 100644 --- a/tests/Tests.ClusterLauncher/Tests.ClusterLauncher.csproj +++ b/tests/Tests.ClusterLauncher/Tests.ClusterLauncher.csproj @@ -1,7 +1,7 @@ Exe - net6.0;net8.0 + net8.0 false diff --git a/tests/Tests/Tests.csproj b/tests/Tests/Tests.csproj index e764cc6a729..aace0d9149f 100644 --- a/tests/Tests/Tests.csproj +++ b/tests/Tests/Tests.csproj @@ -1,6 +1,6 @@ - net6.0;net8.0 + net8.0 $(NoWarn);xUnit1013 True True