diff --git a/benchmarks/Benchmarks/Benchmarks.csproj b/benchmarks/Benchmarks/Benchmarks.csproj index c0d9345a5d..00e4ad09fd 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 876544fa76..e591f4ab2c 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 15603cdefd..5dcb5ab51b 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 4e00bb4e38..61cf6a25d4 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 dcd3c9db9d..1d7da48acd 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 8f5d8102e4..7935ae2f92 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 e764cc6a72..aace0d9149 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