From da0f0ac8012ca8ec1a7a13deaf8eb982910fb9af Mon Sep 17 00:00:00 2001 From: Thomas Farr Date: Tue, 20 Dec 2022 10:42:02 +1300 Subject: [PATCH] Use .NET 6 SDK (#126) Signed-off-by: Thomas Farr --- .github/workflows/compile.yml | 4 +- .github/workflows/integration.yml | 4 +- .github/workflows/release.yml | 4 +- .github/workflows/test-jobs.yml | 8 +- CHANGELOG.md | 1 + .../packages.lock.json | 38 +++-- .../packages.lock.json | 26 +-- .../packages.lock.json | 48 +++--- .../packages.lock.json | 10 +- ...penSearch.OpenSearch.EphemeralTests.csproj | 2 +- .../packages.lock.json | 78 ++++----- .../OpenSearch.Stack.ArtifactsApiTests.csproj | 2 +- .../ReleasedVersionResolverTests.cs | 14 +- .../packages.lock.json | 78 ++++----- build/scripts/Benchmarking.fs | 2 +- build/scripts/ReposTooling.fs | 2 +- build/scripts/packages.lock.json | 32 ++-- build/scripts/scripts.fsproj | 4 +- global.json | 2 +- src/ApiGenerator/ApiGenerator.csproj | 4 +- src/ApiGenerator/packages.lock.json | 148 +++++++++++------- .../packages.lock.json | 30 ++-- src/OpenSearch.Client/packages.lock.json | 26 +-- .../packages.lock.json | 26 +-- .../packages.lock.json | 26 +-- src/OpenSearch.Net/packages.lock.json | 20 ++- .../Tests.Auth.AwsSigV4.csproj | 4 +- tests/Tests.Auth.AwsSigV4/packages.lock.json | 82 +++++----- .../Tests.ClusterLauncher.csproj | 4 +- .../Tests.ClusterLauncher/packages.lock.json | 78 ++++----- tests/Tests.Configuration/packages.lock.json | 24 ++- tests/Tests.Core/packages.lock.json | 70 +++++---- tests/Tests.Domain/Tests.Domain.csproj | 1 - tests/Tests.Domain/packages.lock.json | 38 +++-- tests/Tests.Reproduce/Tests.Reproduce.csproj | 2 +- tests/Tests.Reproduce/packages.lock.json | 78 ++++----- .../Tests.ScratchPad/Tests.ScratchPad.csproj | 2 +- tests/Tests.ScratchPad/packages.lock.json | 78 ++++----- .../Tests.YamlRunner/Tests.YamlRunner.fsproj | 2 +- tests/Tests.YamlRunner/packages.lock.json | 18 ++- .../RequestResponseApiTestBase.cs | 1 - tests/Tests/Tests.csproj | 4 +- tests/Tests/packages.lock.json | 80 +++++----- 43 files changed, 717 insertions(+), 488 deletions(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 501de78af8..28ed471192 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -10,7 +10,9 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-dotnet@v1 with: - dotnet-version: '5.0.405' + dotnet-version: | + 5.0.x + 6.0.x - uses: actions/cache@v2 with: path: ~/.nuget/packages diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 7e5c7e8d85..e0fce65dcd 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -42,7 +42,9 @@ jobs: uses: actions/checkout@v2 - uses: actions/setup-dotnet@v1 with: - dotnet-version: '5.0.405' + dotnet-version: | + 5.0.x + 6.0.x - uses: actions/cache@v2 with: path: ~/.nuget/packages diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1386613020..25c7e193ed 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,9 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-dotnet@v1 with: - dotnet-version: '5.0.405' + dotnet-version: | + 5.0.x + 6.0.x - uses: actions/cache@v2 with: path: ~/.nuget/packages diff --git a/.github/workflows/test-jobs.yml b/.github/workflows/test-jobs.yml index 2cfd8bf314..9bbd2871fb 100644 --- a/.github/workflows/test-jobs.yml +++ b/.github/workflows/test-jobs.yml @@ -26,7 +26,9 @@ jobs: uses: actions/checkout@v2 - uses: actions/setup-dotnet@v1 with: - dotnet-version: '5.0.405' + dotnet-version: | + 5.0.x + 6.0.x - uses: actions/cache@v2 with: path: ~/.nuget/packages @@ -66,7 +68,9 @@ jobs: uses: actions/checkout@v2 - uses: actions/setup-dotnet@v1 with: - dotnet-version: '5.0.405' + dotnet-version: | + 5.0.x + 6.0.x - uses: actions/cache@v2 with: path: ~/.nuget/packages diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bdade3a1c..ae44c208b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Added `dependabot_changelog` workflow ([#118](https://github.com/opensearch-project/opensearch-net/pull/118)) ### Changed +- Updated SDK to .NET 6 ([#126](https://github.com/opensearch-project/opensearch-net/pull/126)) ### Deprecated diff --git a/abstractions/src/OpenSearch.OpenSearch.Ephemeral/packages.lock.json b/abstractions/src/OpenSearch.OpenSearch.Ephemeral/packages.lock.json index 0378ca5fc6..23e45a5a09 100644 --- a/abstractions/src/OpenSearch.OpenSearch.Ephemeral/packages.lock.json +++ b/abstractions/src/OpenSearch.OpenSearch.Ephemeral/packages.lock.json @@ -147,18 +147,18 @@ "opensearch.opensearch.managed": { "type": "Project", "dependencies": { - "OpenSearch.Stack.ArtifactsApi": "1.1.0", - "Proc": "0.6.1", - "System.Net.Http": "4.3.4" + "OpenSearch.Stack.ArtifactsApi": "[1.2.1, )", + "Proc": "[0.6.1, )", + "System.Net.Http": "[4.3.4, )" } }, "opensearch.stack.artifactsapi": { "type": "Project", "dependencies": { - "SemanticVersioning": "0.8.0", - "System.Net.Http": "4.3.4", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Text.Json": "6.0.5" + "SemanticVersioning": "[0.8.0, )", + "System.Net.Http": "[4.3.4, )", + "System.Runtime.InteropServices.RuntimeInformation": "[4.3.0, )", + "System.Text.Json": "[6.0.5, )" } } }, @@ -167,7 +167,10 @@ "type": "Direct", "requested": "[1.0.0-preview.2, )", "resolved": "1.0.0-preview.2", - "contentHash": "m+pJPEO7HyXvrOna5Sr3s77ewXonjYWJTNL6drh8xACnMNxnlqUDKx9HfGeSE9wmfY0lQwppaeZpFTPGaH7kZg==" + "contentHash": "m+pJPEO7HyXvrOna5Sr3s77ewXonjYWJTNL6drh8xACnMNxnlqUDKx9HfGeSE9wmfY0lQwppaeZpFTPGaH7kZg==", + "dependencies": { + "Microsoft.NETFramework.ReferenceAssemblies.net461": "1.0.0-preview.2" + } }, "NETStandard.Library": { "type": "Direct", @@ -205,6 +208,11 @@ "resolved": "1.1.0", "contentHash": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==" }, + "Microsoft.NETFramework.ReferenceAssemblies.net461": { + "type": "Transitive", + "resolved": "1.0.0-preview.2", + "contentHash": "59D9ISjzCpfHG41r5x4BNZNNOCmE2o5YX8vcdOwsqfxOA0+6vQnxZrYq8KtthUU2JSvC13g941rSr5GRaNQOJg==" + }, "Microsoft.Win32.Primitives": { "type": "Transitive", "resolved": "4.3.0", @@ -930,18 +938,18 @@ "opensearch.opensearch.managed": { "type": "Project", "dependencies": { - "OpenSearch.Stack.ArtifactsApi": "1.1.0", - "Proc": "0.6.1", - "System.Net.Http": "4.3.4" + "OpenSearch.Stack.ArtifactsApi": "[1.2.1, )", + "Proc": "[0.6.1, )", + "System.Net.Http": "[4.3.4, )" } }, "opensearch.stack.artifactsapi": { "type": "Project", "dependencies": { - "SemanticVersioning": "0.8.0", - "System.Net.Http": "4.3.4", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Text.Json": "6.0.5" + "SemanticVersioning": "[0.8.0, )", + "System.Net.Http": "[4.3.4, )", + "System.Runtime.InteropServices.RuntimeInformation": "[4.3.0, )", + "System.Text.Json": "[6.0.5, )" } } } diff --git a/abstractions/src/OpenSearch.OpenSearch.Managed/packages.lock.json b/abstractions/src/OpenSearch.OpenSearch.Managed/packages.lock.json index 486e0dd14f..e5a80eaa89 100644 --- a/abstractions/src/OpenSearch.OpenSearch.Managed/packages.lock.json +++ b/abstractions/src/OpenSearch.OpenSearch.Managed/packages.lock.json @@ -142,10 +142,10 @@ "opensearch.stack.artifactsapi": { "type": "Project", "dependencies": { - "SemanticVersioning": "0.8.0", - "System.Net.Http": "4.3.4", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Text.Json": "6.0.5" + "SemanticVersioning": "[0.8.0, )", + "System.Net.Http": "[4.3.4, )", + "System.Runtime.InteropServices.RuntimeInformation": "[4.3.0, )", + "System.Text.Json": "[6.0.5, )" } } }, @@ -154,7 +154,10 @@ "type": "Direct", "requested": "[1.0.0-preview.2, )", "resolved": "1.0.0-preview.2", - "contentHash": "m+pJPEO7HyXvrOna5Sr3s77ewXonjYWJTNL6drh8xACnMNxnlqUDKx9HfGeSE9wmfY0lQwppaeZpFTPGaH7kZg==" + "contentHash": "m+pJPEO7HyXvrOna5Sr3s77ewXonjYWJTNL6drh8xACnMNxnlqUDKx9HfGeSE9wmfY0lQwppaeZpFTPGaH7kZg==", + "dependencies": { + "Microsoft.NETFramework.ReferenceAssemblies.net461": "1.0.0-preview.2" + } }, "NETStandard.Library": { "type": "Direct", @@ -227,6 +230,11 @@ "resolved": "1.1.0", "contentHash": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==" }, + "Microsoft.NETFramework.ReferenceAssemblies.net461": { + "type": "Transitive", + "resolved": "1.0.0-preview.2", + "contentHash": "59D9ISjzCpfHG41r5x4BNZNNOCmE2o5YX8vcdOwsqfxOA0+6vQnxZrYq8KtthUU2JSvC13g941rSr5GRaNQOJg==" + }, "Microsoft.Win32.Primitives": { "type": "Transitive", "resolved": "4.3.0", @@ -910,10 +918,10 @@ "opensearch.stack.artifactsapi": { "type": "Project", "dependencies": { - "SemanticVersioning": "0.8.0", - "System.Net.Http": "4.3.4", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Text.Json": "6.0.5" + "SemanticVersioning": "[0.8.0, )", + "System.Net.Http": "[4.3.4, )", + "System.Runtime.InteropServices.RuntimeInformation": "[4.3.0, )", + "System.Text.Json": "[6.0.5, )" } } } diff --git a/abstractions/src/OpenSearch.OpenSearch.Xunit/packages.lock.json b/abstractions/src/OpenSearch.OpenSearch.Xunit/packages.lock.json index ddebaa4593..6bdd757b79 100644 --- a/abstractions/src/OpenSearch.OpenSearch.Xunit/packages.lock.json +++ b/abstractions/src/OpenSearch.OpenSearch.Xunit/packages.lock.json @@ -196,26 +196,26 @@ "opensearch.opensearch.ephemeral": { "type": "Project", "dependencies": { - "OpenSearch.OpenSearch.Managed": "1.1.0", - "SharpZipLib.NETStandard": "1.0.7", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0" + "OpenSearch.OpenSearch.Managed": "[1.2.1, )", + "SharpZipLib.NETStandard": "[1.0.7, )", + "System.Runtime.InteropServices.RuntimeInformation": "[4.3.0, )" } }, "opensearch.opensearch.managed": { "type": "Project", "dependencies": { - "OpenSearch.Stack.ArtifactsApi": "1.1.0", - "Proc": "0.6.1", - "System.Net.Http": "4.3.4" + "OpenSearch.Stack.ArtifactsApi": "[1.2.1, )", + "Proc": "[0.6.1, )", + "System.Net.Http": "[4.3.4, )" } }, "opensearch.stack.artifactsapi": { "type": "Project", "dependencies": { - "SemanticVersioning": "0.8.0", - "System.Net.Http": "4.3.4", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Text.Json": "6.0.5" + "SemanticVersioning": "[0.8.0, )", + "System.Net.Http": "[4.3.4, )", + "System.Runtime.InteropServices.RuntimeInformation": "[4.3.0, )", + "System.Text.Json": "[6.0.5, )" } } }, @@ -224,7 +224,10 @@ "type": "Direct", "requested": "[1.0.0-preview.2, )", "resolved": "1.0.0-preview.2", - "contentHash": "m+pJPEO7HyXvrOna5Sr3s77ewXonjYWJTNL6drh8xACnMNxnlqUDKx9HfGeSE9wmfY0lQwppaeZpFTPGaH7kZg==" + "contentHash": "m+pJPEO7HyXvrOna5Sr3s77ewXonjYWJTNL6drh8xACnMNxnlqUDKx9HfGeSE9wmfY0lQwppaeZpFTPGaH7kZg==", + "dependencies": { + "Microsoft.NETFramework.ReferenceAssemblies.net461": "1.0.0-preview.2" + } }, "NETStandard.Library": { "type": "Direct", @@ -264,6 +267,11 @@ "resolved": "1.1.0", "contentHash": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==" }, + "Microsoft.NETFramework.ReferenceAssemblies.net461": { + "type": "Transitive", + "resolved": "1.0.0-preview.2", + "contentHash": "59D9ISjzCpfHG41r5x4BNZNNOCmE2o5YX8vcdOwsqfxOA0+6vQnxZrYq8KtthUU2JSvC13g941rSr5GRaNQOJg==" + }, "Microsoft.Win32.Primitives": { "type": "Transitive", "resolved": "4.3.0", @@ -1042,25 +1050,25 @@ "opensearch.opensearch.ephemeral": { "type": "Project", "dependencies": { - "OpenSearch.OpenSearch.Managed": "1.1.0", - "SharpZipLib.NETStandard": "1.0.7" + "OpenSearch.OpenSearch.Managed": "[1.2.1, )", + "SharpZipLib.NETStandard": "[1.0.7, )" } }, "opensearch.opensearch.managed": { "type": "Project", "dependencies": { - "OpenSearch.Stack.ArtifactsApi": "1.1.0", - "Proc": "0.6.1", - "System.Net.Http": "4.3.4" + "OpenSearch.Stack.ArtifactsApi": "[1.2.1, )", + "Proc": "[0.6.1, )", + "System.Net.Http": "[4.3.4, )" } }, "opensearch.stack.artifactsapi": { "type": "Project", "dependencies": { - "SemanticVersioning": "0.8.0", - "System.Net.Http": "4.3.4", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Text.Json": "6.0.5" + "SemanticVersioning": "[0.8.0, )", + "System.Net.Http": "[4.3.4, )", + "System.Runtime.InteropServices.RuntimeInformation": "[4.3.0, )", + "System.Text.Json": "[6.0.5, )" } } } diff --git a/abstractions/src/OpenSearch.Stack.ArtifactsApi/packages.lock.json b/abstractions/src/OpenSearch.Stack.ArtifactsApi/packages.lock.json index f2c6612c78..c15030bb35 100644 --- a/abstractions/src/OpenSearch.Stack.ArtifactsApi/packages.lock.json +++ b/abstractions/src/OpenSearch.Stack.ArtifactsApi/packages.lock.json @@ -142,7 +142,10 @@ "type": "Direct", "requested": "[1.0.0-preview.2, )", "resolved": "1.0.0-preview.2", - "contentHash": "m+pJPEO7HyXvrOna5Sr3s77ewXonjYWJTNL6drh8xACnMNxnlqUDKx9HfGeSE9wmfY0lQwppaeZpFTPGaH7kZg==" + "contentHash": "m+pJPEO7HyXvrOna5Sr3s77ewXonjYWJTNL6drh8xACnMNxnlqUDKx9HfGeSE9wmfY0lQwppaeZpFTPGaH7kZg==", + "dependencies": { + "Microsoft.NETFramework.ReferenceAssemblies.net461": "1.0.0-preview.2" + } }, "NETStandard.Library": { "type": "Direct", @@ -244,6 +247,11 @@ "resolved": "1.1.0", "contentHash": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==" }, + "Microsoft.NETFramework.ReferenceAssemblies.net461": { + "type": "Transitive", + "resolved": "1.0.0-preview.2", + "contentHash": "59D9ISjzCpfHG41r5x4BNZNNOCmE2o5YX8vcdOwsqfxOA0+6vQnxZrYq8KtthUU2JSvC13g941rSr5GRaNQOJg==" + }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { "type": "Transitive", "resolved": "4.3.2", diff --git a/abstractions/tests/OpenSearch.OpenSearch.EphemeralTests/OpenSearch.OpenSearch.EphemeralTests.csproj b/abstractions/tests/OpenSearch.OpenSearch.EphemeralTests/OpenSearch.OpenSearch.EphemeralTests.csproj index 6e51cc53fe..518a3910ee 100644 --- a/abstractions/tests/OpenSearch.OpenSearch.EphemeralTests/OpenSearch.OpenSearch.EphemeralTests.csproj +++ b/abstractions/tests/OpenSearch.OpenSearch.EphemeralTests/OpenSearch.OpenSearch.EphemeralTests.csproj @@ -2,7 +2,7 @@ - net5.0 + net6.0 false false diff --git a/abstractions/tests/OpenSearch.OpenSearch.EphemeralTests/packages.lock.json b/abstractions/tests/OpenSearch.OpenSearch.EphemeralTests/packages.lock.json index 020638f28e..8ee4440e71 100644 --- a/abstractions/tests/OpenSearch.OpenSearch.EphemeralTests/packages.lock.json +++ b/abstractions/tests/OpenSearch.OpenSearch.EphemeralTests/packages.lock.json @@ -1,7 +1,7 @@ { "version": 1, "dependencies": { - ".NETCoreApp,Version=v5.0": { + "net6.0": { "Microsoft.NET.Test.Sdk": { "type": "Direct", "requested": "[16.5.0, )", @@ -16,7 +16,10 @@ "type": "Direct", "requested": "[1.0.0-preview.2, )", "resolved": "1.0.0-preview.2", - "contentHash": "m+pJPEO7HyXvrOna5Sr3s77ewXonjYWJTNL6drh8xACnMNxnlqUDKx9HfGeSE9wmfY0lQwppaeZpFTPGaH7kZg==" + "contentHash": "m+pJPEO7HyXvrOna5Sr3s77ewXonjYWJTNL6drh8xACnMNxnlqUDKx9HfGeSE9wmfY0lQwppaeZpFTPGaH7kZg==", + "dependencies": { + "Microsoft.NETFramework.ReferenceAssemblies.net461": "1.0.0-preview.2" + } }, "xunit.runner.visualstudio": { "type": "Direct", @@ -67,6 +70,11 @@ "resolved": "1.1.0", "contentHash": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==" }, + "Microsoft.NETFramework.ReferenceAssemblies.net461": { + "type": "Transitive", + "resolved": "1.0.0-preview.2", + "contentHash": "59D9ISjzCpfHG41r5x4BNZNNOCmE2o5YX8vcdOwsqfxOA0+6vQnxZrYq8KtthUU2JSvC13g941rSr5GRaNQOJg==" + }, "Microsoft.TestPlatform.ObjectModel": { "type": "Transitive", "resolved": "16.5.0", @@ -866,84 +874,84 @@ "opensearch.client": { "type": "Project", "dependencies": { - "OpenSearch.Net": "1.1.0" + "OpenSearch.Net": "[1.2.1, )" } }, "opensearch.client.jsonnetserializer": { "type": "Project", "dependencies": { - "Newtonsoft.Json": "13.0.1", - "OpenSearch.Client": "1.1.0" + "Newtonsoft.Json": "[13.0.1, )", + "OpenSearch.Client": "[1.2.1, )" } }, "opensearch.net": { "type": "Project", "dependencies": { - "Microsoft.CSharp": "4.6.0", - "System.Buffers": "4.5.1", - "System.Diagnostics.DiagnosticSource": "5.0.0" + "Microsoft.CSharp": "[4.6.0, )", + "System.Buffers": "[4.5.1, )", + "System.Diagnostics.DiagnosticSource": "[5.0.0, )" } }, "opensearch.opensearch.ephemeral": { "type": "Project", "dependencies": { - "OpenSearch.OpenSearch.Managed": "1.1.0", - "SharpZipLib.NETStandard": "1.0.7" + "OpenSearch.OpenSearch.Managed": "[1.2.1, )", + "SharpZipLib.NETStandard": "[1.0.7, )" } }, "opensearch.opensearch.managed": { "type": "Project", "dependencies": { - "OpenSearch.Stack.ArtifactsApi": "1.1.0", - "Proc": "0.6.1", - "System.Net.Http": "4.3.4" + "OpenSearch.Stack.ArtifactsApi": "[1.2.1, )", + "Proc": "[0.6.1, )", + "System.Net.Http": "[4.3.4, )" } }, "opensearch.opensearch.xunit": { "type": "Project", "dependencies": { - "OpenSearch.OpenSearch.Ephemeral": "1.1.0", - "xunit": "2.4.2" + "OpenSearch.OpenSearch.Ephemeral": "[1.2.1, )", + "xunit": "[2.4.2, )" } }, "opensearch.stack.artifactsapi": { "type": "Project", "dependencies": { - "SemanticVersioning": "0.8.0", - "System.Net.Http": "4.3.4", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Text.Json": "6.0.5" + "SemanticVersioning": "[0.8.0, )", + "System.Net.Http": "[4.3.4, )", + "System.Runtime.InteropServices.RuntimeInformation": "[4.3.0, )", + "System.Text.Json": "[6.0.5, )" } }, "tests.configuration": { "type": "Project", "dependencies": { - "OpenSearch.OpenSearch.Managed": "1.1.0" + "OpenSearch.OpenSearch.Managed": "[1.2.1, )" } }, "tests.core": { "type": "Project", "dependencies": { - "DiffPlex": "1.7.1", - "FluentAssertions": "5.10.3", - "JunitXml.TestLogger": "2.1.78", - "Microsoft.NET.Test.Sdk": "16.5.0", - "Nullean.VsTest.Pretty.TestLogger": "0.3.0", - "OpenSearch.Client.JsonNetSerializer": "1.1.0", - "OpenSearch.OpenSearch.Xunit": "1.1.0", - "Proc": "0.6.1", - "Tests.Domain": "1.1.0", - "xunit": "2.4.2" + "DiffPlex": "[1.7.1, )", + "FluentAssertions": "[5.10.3, )", + "JunitXml.TestLogger": "[2.1.78, )", + "Microsoft.NET.Test.Sdk": "[16.5.0, )", + "Nullean.VsTest.Pretty.TestLogger": "[0.3.0, )", + "OpenSearch.Client.JsonNetSerializer": "[1.2.1, )", + "OpenSearch.OpenSearch.Xunit": "[1.2.1, )", + "Proc": "[0.6.1, )", + "Tests.Domain": "[1.2.1, )", + "xunit": "[2.4.2, )" } }, "tests.domain": { "type": "Project", "dependencies": { - "Bogus": "22.1.2", - "Newtonsoft.Json": "13.0.1", - "OpenSearch.Client": "1.1.0", - "OpenSearch.OpenSearch.Managed": "1.1.0", - "Tests.Configuration": "1.1.0" + "Bogus": "[22.1.2, )", + "Newtonsoft.Json": "[13.0.1, )", + "OpenSearch.Client": "[1.2.1, )", + "OpenSearch.OpenSearch.Managed": "[1.2.1, )", + "Tests.Configuration": "[1.2.1, )" } } } diff --git a/abstractions/tests/OpenSearch.Stack.ArtifactsApiTests/OpenSearch.Stack.ArtifactsApiTests.csproj b/abstractions/tests/OpenSearch.Stack.ArtifactsApiTests/OpenSearch.Stack.ArtifactsApiTests.csproj index e267a417ef..b5b4b3991a 100644 --- a/abstractions/tests/OpenSearch.Stack.ArtifactsApiTests/OpenSearch.Stack.ArtifactsApiTests.csproj +++ b/abstractions/tests/OpenSearch.Stack.ArtifactsApiTests/OpenSearch.Stack.ArtifactsApiTests.csproj @@ -2,7 +2,7 @@ - net5 + net6.0 enable false diff --git a/abstractions/tests/OpenSearch.Stack.ArtifactsApiTests/ReleasedVersionResolverTests.cs b/abstractions/tests/OpenSearch.Stack.ArtifactsApiTests/ReleasedVersionResolverTests.cs index c9fa3b1cfb..a490c62cf6 100644 --- a/abstractions/tests/OpenSearch.Stack.ArtifactsApiTests/ReleasedVersionResolverTests.cs +++ b/abstractions/tests/OpenSearch.Stack.ArtifactsApiTests/ReleasedVersionResolverTests.cs @@ -29,6 +29,7 @@ using System; using System.Net; +using System.Net.Http; using System.Runtime.InteropServices; using OpenSearch.OpenSearch.Xunit.XunitPlumbing; using OpenSearch.Stack.ArtifactsApi; @@ -48,6 +49,9 @@ public class ReleasedVersionResolverTests [U] public void Does_Resolver_Construct_Valid_DownloadUrl_Test() { + var httpClient = new HttpClient(); + httpClient.Timeout = TimeSpan.FromSeconds(3); + var testCases = new[] { new {Product = Product.OpenSearch, Version = "1.2.3", Platform = OSPlatform.Linux, Architecture = Architecture.X64}, @@ -61,12 +65,10 @@ public void Does_Resolver_Construct_Valid_DownloadUrl_Test() testCase.Architecture, out var artifact); Assert.True(resolveSucceeded); _traceSink.WriteLine($"Checking URL {artifact.DownloadUrl}"); - var downloadRequest = WebRequest.CreateHttp(new Uri(artifact.DownloadUrl)); - downloadRequest.Timeout = 3 * 1000; // Timeout of 3 seconds. - // HTTP HEAD request can be used to check if a web resource exists without getting its content. - // See here for more details https://hc.apache.org/httpclient-legacy/methods/head.html - downloadRequest.Method = "HEAD"; - var response = (HttpWebResponse)downloadRequest.GetResponse(); + + using var request = new HttpRequestMessage(HttpMethod.Head, new Uri(artifact.DownloadUrl)); + using var response = httpClient.Send(request); + Assert.Equal(HttpStatusCode.OK, response.StatusCode); } } diff --git a/abstractions/tests/OpenSearch.Stack.ArtifactsApiTests/packages.lock.json b/abstractions/tests/OpenSearch.Stack.ArtifactsApiTests/packages.lock.json index 020638f28e..8ee4440e71 100644 --- a/abstractions/tests/OpenSearch.Stack.ArtifactsApiTests/packages.lock.json +++ b/abstractions/tests/OpenSearch.Stack.ArtifactsApiTests/packages.lock.json @@ -1,7 +1,7 @@ { "version": 1, "dependencies": { - ".NETCoreApp,Version=v5.0": { + "net6.0": { "Microsoft.NET.Test.Sdk": { "type": "Direct", "requested": "[16.5.0, )", @@ -16,7 +16,10 @@ "type": "Direct", "requested": "[1.0.0-preview.2, )", "resolved": "1.0.0-preview.2", - "contentHash": "m+pJPEO7HyXvrOna5Sr3s77ewXonjYWJTNL6drh8xACnMNxnlqUDKx9HfGeSE9wmfY0lQwppaeZpFTPGaH7kZg==" + "contentHash": "m+pJPEO7HyXvrOna5Sr3s77ewXonjYWJTNL6drh8xACnMNxnlqUDKx9HfGeSE9wmfY0lQwppaeZpFTPGaH7kZg==", + "dependencies": { + "Microsoft.NETFramework.ReferenceAssemblies.net461": "1.0.0-preview.2" + } }, "xunit.runner.visualstudio": { "type": "Direct", @@ -67,6 +70,11 @@ "resolved": "1.1.0", "contentHash": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==" }, + "Microsoft.NETFramework.ReferenceAssemblies.net461": { + "type": "Transitive", + "resolved": "1.0.0-preview.2", + "contentHash": "59D9ISjzCpfHG41r5x4BNZNNOCmE2o5YX8vcdOwsqfxOA0+6vQnxZrYq8KtthUU2JSvC13g941rSr5GRaNQOJg==" + }, "Microsoft.TestPlatform.ObjectModel": { "type": "Transitive", "resolved": "16.5.0", @@ -866,84 +874,84 @@ "opensearch.client": { "type": "Project", "dependencies": { - "OpenSearch.Net": "1.1.0" + "OpenSearch.Net": "[1.2.1, )" } }, "opensearch.client.jsonnetserializer": { "type": "Project", "dependencies": { - "Newtonsoft.Json": "13.0.1", - "OpenSearch.Client": "1.1.0" + "Newtonsoft.Json": "[13.0.1, )", + "OpenSearch.Client": "[1.2.1, )" } }, "opensearch.net": { "type": "Project", "dependencies": { - "Microsoft.CSharp": "4.6.0", - "System.Buffers": "4.5.1", - "System.Diagnostics.DiagnosticSource": "5.0.0" + "Microsoft.CSharp": "[4.6.0, )", + "System.Buffers": "[4.5.1, )", + "System.Diagnostics.DiagnosticSource": "[5.0.0, )" } }, "opensearch.opensearch.ephemeral": { "type": "Project", "dependencies": { - "OpenSearch.OpenSearch.Managed": "1.1.0", - "SharpZipLib.NETStandard": "1.0.7" + "OpenSearch.OpenSearch.Managed": "[1.2.1, )", + "SharpZipLib.NETStandard": "[1.0.7, )" } }, "opensearch.opensearch.managed": { "type": "Project", "dependencies": { - "OpenSearch.Stack.ArtifactsApi": "1.1.0", - "Proc": "0.6.1", - "System.Net.Http": "4.3.4" + "OpenSearch.Stack.ArtifactsApi": "[1.2.1, )", + "Proc": "[0.6.1, )", + "System.Net.Http": "[4.3.4, )" } }, "opensearch.opensearch.xunit": { "type": "Project", "dependencies": { - "OpenSearch.OpenSearch.Ephemeral": "1.1.0", - "xunit": "2.4.2" + "OpenSearch.OpenSearch.Ephemeral": "[1.2.1, )", + "xunit": "[2.4.2, )" } }, "opensearch.stack.artifactsapi": { "type": "Project", "dependencies": { - "SemanticVersioning": "0.8.0", - "System.Net.Http": "4.3.4", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Text.Json": "6.0.5" + "SemanticVersioning": "[0.8.0, )", + "System.Net.Http": "[4.3.4, )", + "System.Runtime.InteropServices.RuntimeInformation": "[4.3.0, )", + "System.Text.Json": "[6.0.5, )" } }, "tests.configuration": { "type": "Project", "dependencies": { - "OpenSearch.OpenSearch.Managed": "1.1.0" + "OpenSearch.OpenSearch.Managed": "[1.2.1, )" } }, "tests.core": { "type": "Project", "dependencies": { - "DiffPlex": "1.7.1", - "FluentAssertions": "5.10.3", - "JunitXml.TestLogger": "2.1.78", - "Microsoft.NET.Test.Sdk": "16.5.0", - "Nullean.VsTest.Pretty.TestLogger": "0.3.0", - "OpenSearch.Client.JsonNetSerializer": "1.1.0", - "OpenSearch.OpenSearch.Xunit": "1.1.0", - "Proc": "0.6.1", - "Tests.Domain": "1.1.0", - "xunit": "2.4.2" + "DiffPlex": "[1.7.1, )", + "FluentAssertions": "[5.10.3, )", + "JunitXml.TestLogger": "[2.1.78, )", + "Microsoft.NET.Test.Sdk": "[16.5.0, )", + "Nullean.VsTest.Pretty.TestLogger": "[0.3.0, )", + "OpenSearch.Client.JsonNetSerializer": "[1.2.1, )", + "OpenSearch.OpenSearch.Xunit": "[1.2.1, )", + "Proc": "[0.6.1, )", + "Tests.Domain": "[1.2.1, )", + "xunit": "[2.4.2, )" } }, "tests.domain": { "type": "Project", "dependencies": { - "Bogus": "22.1.2", - "Newtonsoft.Json": "13.0.1", - "OpenSearch.Client": "1.1.0", - "OpenSearch.OpenSearch.Managed": "1.1.0", - "Tests.Configuration": "1.1.0" + "Bogus": "[22.1.2, )", + "Newtonsoft.Json": "[13.0.1, )", + "OpenSearch.Client": "[1.2.1, )", + "OpenSearch.OpenSearch.Managed": "[1.2.1, )", + "Tests.Configuration": "[1.2.1, )" } } } diff --git a/build/scripts/Benchmarking.fs b/build/scripts/Benchmarking.fs index 33bf9c1f42..509216219a 100644 --- a/build/scripts/Benchmarking.fs +++ b/build/scripts/Benchmarking.fs @@ -41,7 +41,7 @@ module Benchmarker = let password = match args.CommandArguments with | Benchmark b -> b.Password | _ -> None let runInteractive = not args.NonInteractive let credentials = (username, password) - let runCommandPrefix = "run -f net5.0 -c Release" + let runCommandPrefix = "run -f net6.0 -c Release" let runCommand = match (runInteractive, url, credentials) with | (false, Some url, (Some username, Some password)) -> sprintf "%s -- --all \"%s\" \"%s\" \"%s\"" runCommandPrefix url username password diff --git a/build/scripts/ReposTooling.fs b/build/scripts/ReposTooling.fs index 3b3f8243be..e5252ec8eb 100644 --- a/build/scripts/ReposTooling.fs +++ b/build/scripts/ReposTooling.fs @@ -38,7 +38,7 @@ module ReposTooling = let clusterName = Option.defaultValue "" <| match args.CommandArguments with | Cluster c -> Some c.Name | _ -> None let clusterVersion = Option.defaultValue "" <|match args.CommandArguments with | Cluster c -> c.Version | _ -> None - let testsProjectDirectory = Path.GetFullPath(Paths.InplaceBuildTestOutput "Tests.ClusterLauncher" "net5.0") + let testsProjectDirectory = Path.GetFullPath(Paths.InplaceBuildTestOutput "Tests.ClusterLauncher" "net6.0") let tempDir = Path.Combine(Path.GetTempPath(), Path.GetRandomFileName()); printfn "%s" testsProjectDirectory diff --git a/build/scripts/packages.lock.json b/build/scripts/packages.lock.json index bd07ffcc4c..99031794e0 100644 --- a/build/scripts/packages.lock.json +++ b/build/scripts/packages.lock.json @@ -1,7 +1,7 @@ { "version": 1, "dependencies": { - ".NETCoreApp,Version=v5.0": { + "net6.0": { "Bullseye": { "type": "Direct", "requested": "[3.3.0, )", @@ -69,15 +69,18 @@ }, "FSharp.Core": { "type": "Direct", - "requested": "[5.0.0, )", - "resolved": "5.0.0", - "contentHash": "iHoYXA0VaSQUONGENB1aVafjDDZDZpwu39MtaRCTrmwFW/cTcK0b2yKNVYneFHJMc3ChtsSoM9lNtJ1dYXkHfA==" + "requested": "[6.0.7, )", + "resolved": "6.0.7", + "contentHash": "e6wGrq5smV3Yk2fBE/Y0nBG5oFyF59k5Je0a0QDydUpg6liyaafGjD3xvutciKepCP2knspZ/sWViC/F1OyyQQ==" }, "Microsoft.NETFramework.ReferenceAssemblies": { "type": "Direct", "requested": "[1.0.0-preview.2, )", "resolved": "1.0.0-preview.2", - "contentHash": "m+pJPEO7HyXvrOna5Sr3s77ewXonjYWJTNL6drh8xACnMNxnlqUDKx9HfGeSE9wmfY0lQwppaeZpFTPGaH7kZg==" + "contentHash": "m+pJPEO7HyXvrOna5Sr3s77ewXonjYWJTNL6drh8xACnMNxnlqUDKx9HfGeSE9wmfY0lQwppaeZpFTPGaH7kZg==", + "dependencies": { + "Microsoft.NETFramework.ReferenceAssemblies.net461": "1.0.0-preview.2" + } }, "Newtonsoft.Json": { "type": "Direct", @@ -163,6 +166,11 @@ "resolved": "1.1.0", "contentHash": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==" }, + "Microsoft.NETFramework.ReferenceAssemblies.net461": { + "type": "Transitive", + "resolved": "1.0.0-preview.2", + "contentHash": "59D9ISjzCpfHG41r5x4BNZNNOCmE2o5YX8vcdOwsqfxOA0+6vQnxZrYq8KtthUU2JSvC13g941rSr5GRaNQOJg==" + }, "Microsoft.Win32.Primitives": { "type": "Transitive", "resolved": "4.3.0", @@ -1237,18 +1245,18 @@ "opensearch.opensearch.managed": { "type": "Project", "dependencies": { - "OpenSearch.Stack.ArtifactsApi": "1.1.0", - "Proc": "0.6.1", - "System.Net.Http": "4.3.4" + "OpenSearch.Stack.ArtifactsApi": "[1.2.1, )", + "Proc": "[0.6.1, )", + "System.Net.Http": "[4.3.4, )" } }, "opensearch.stack.artifactsapi": { "type": "Project", "dependencies": { - "SemanticVersioning": "0.8.0", - "System.Net.Http": "4.3.4", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Text.Json": "6.0.5" + "SemanticVersioning": "[0.8.0, )", + "System.Net.Http": "[4.3.4, )", + "System.Runtime.InteropServices.RuntimeInformation": "[4.3.0, )", + "System.Text.Json": "[6.0.5, )" } } } diff --git a/build/scripts/scripts.fsproj b/build/scripts/scripts.fsproj index 0eae74f97f..5bf196bc81 100644 --- a/build/scripts/scripts.fsproj +++ b/build/scripts/scripts.fsproj @@ -1,6 +1,6 @@  - net5.0 + net6.0 Exe $(NoWarn);NU1701 @@ -34,8 +34,6 @@ license-header-fs.txt - - diff --git a/global.json b/global.json index 350141bee8..23bd95f4da 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "5.0.405", + "version": "6.0.403", "rollForward": "latestFeature", "allowPrerelease": false }, diff --git a/src/ApiGenerator/ApiGenerator.csproj b/src/ApiGenerator/ApiGenerator.csproj index 7702656963..7c443b2cff 100644 --- a/src/ApiGenerator/ApiGenerator.csproj +++ b/src/ApiGenerator/ApiGenerator.csproj @@ -2,7 +2,7 @@ Exe - net5.0 + net6.0 false CS1591;NU1701 @@ -20,4 +20,4 @@ - \ No newline at end of file + diff --git a/src/ApiGenerator/packages.lock.json b/src/ApiGenerator/packages.lock.json index 42a66abd8e..49cb0cc2ae 100644 --- a/src/ApiGenerator/packages.lock.json +++ b/src/ApiGenerator/packages.lock.json @@ -1,7 +1,7 @@ { "version": 1, "dependencies": { - ".NETCoreApp,Version=v5.0": { + "net6.0": { "CsQuery.Core": { "type": "Direct", "requested": "[2.0.1, )", @@ -25,7 +25,10 @@ "type": "Direct", "requested": "[1.0.0-preview.2, )", "resolved": "1.0.0-preview.2", - "contentHash": "m+pJPEO7HyXvrOna5Sr3s77ewXonjYWJTNL6drh8xACnMNxnlqUDKx9HfGeSE9wmfY0lQwppaeZpFTPGaH7kZg==" + "contentHash": "m+pJPEO7HyXvrOna5Sr3s77ewXonjYWJTNL6drh8xACnMNxnlqUDKx9HfGeSE9wmfY0lQwppaeZpFTPGaH7kZg==", + "dependencies": { + "Microsoft.NETFramework.ReferenceAssemblies.net461": "1.0.0-preview.2" + } }, "Newtonsoft.Json": { "type": "Direct", @@ -39,14 +42,14 @@ "resolved": "2.1.0", "contentHash": "WUJUsOJXUXrRpMrlWunn2QsOigF07S+lP2QxuOEBlfswDtuO4SAGaL97tOn0Hq24lMNqR4SWepOMj4Rlx+OfsQ==", "dependencies": { - "Microsoft.AspNetCore.Mvc.Razor.Extensions": "5.0.0", - "Microsoft.CodeAnalysis.Razor": "5.0.0", - "Microsoft.Extensions.Caching.Abstractions": "5.0.0", - "Microsoft.Extensions.Caching.Memory": "5.0.0", - "Microsoft.Extensions.DependencyInjection": "5.0.0", - "Microsoft.Extensions.DependencyModel": "5.0.0", - "Microsoft.Extensions.FileProviders.Physical": "5.0.0", - "Microsoft.Extensions.Primitives": "5.0.0", + "Microsoft.AspNetCore.Mvc.Razor.Extensions": "6.0.0", + "Microsoft.CodeAnalysis.Razor": "6.0.0", + "Microsoft.Extensions.Caching.Abstractions": "6.0.0", + "Microsoft.Extensions.Caching.Memory": "6.0.0", + "Microsoft.Extensions.DependencyInjection": "6.0.0", + "Microsoft.Extensions.DependencyModel": "6.0.0", + "Microsoft.Extensions.FileProviders.Physical": "6.0.0", + "Microsoft.Extensions.Primitives": "6.0.0", "System.Buffers": "4.5.1" } }, @@ -80,17 +83,17 @@ }, "Microsoft.AspNetCore.Mvc.Razor.Extensions": { "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "+vVXw0oVVu5dnwseBxZFVeYZ0qPJTI03DTdghRKrcK+QhTM3Nu8orukKqdYObsI4mWZADE8wTILuYR5CowJr+w==", + "resolved": "6.0.0", + "contentHash": "M0h+ChPgydX2xY17agiphnAVa/Qh05RAP8eeuqGGhQKT10claRBlLNO6d2/oSV8zy0RLHzwLnNZm5xuC/gckGA==", "dependencies": { - "Microsoft.AspNetCore.Razor.Language": "5.0.0", - "Microsoft.CodeAnalysis.Razor": "5.0.0" + "Microsoft.AspNetCore.Razor.Language": "6.0.0", + "Microsoft.CodeAnalysis.Razor": "6.0.0" } }, "Microsoft.AspNetCore.Razor.Language": { "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "6yOBBASGfXMx1fY6hyjvG+oM3eR8vovIehDdEZW7jAV4gKlY4xuAvTm7Iw1fEq7KPunh2VrJwo7oRK1XxUn1OQ==" + "resolved": "6.0.0", + "contentHash": "yCtBr1GSGzJrrp1NJUb4ltwFYMKHw/tJLnIDvg9g/FnkGIEzmE19tbCQqXARIJv5kdtBgsoVIdGLL+zmjxvM/A==" }, "Microsoft.CodeAnalysis.Analyzers": { "type": "Transitive", @@ -113,12 +116,12 @@ }, "Microsoft.CodeAnalysis.Razor": { "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "s4u/6z/MQ35y/egrXf4WgJlUZf5GGvuba9mZ700dH4XxLBrA9Fw9kFZ8uymoATry7hwz5owvFhBVo+2VnoiGRg==", + "resolved": "6.0.0", + "contentHash": "uqdzuQXxD7XrJCbIbbwpI/LOv0PBJ9VIR0gdvANTHOfK5pjTaCir+XcwvYvBZ5BIzd0KGzyiamzlEWw1cK1q0w==", "dependencies": { - "Microsoft.AspNetCore.Razor.Language": "5.0.0", - "Microsoft.CodeAnalysis.CSharp": "3.7.0", - "Microsoft.CodeAnalysis.Common": "3.7.0" + "Microsoft.AspNetCore.Razor.Language": "6.0.0", + "Microsoft.CodeAnalysis.CSharp": "4.0.0", + "Microsoft.CodeAnalysis.Common": "4.0.0" } }, "Microsoft.CSharp": { @@ -128,83 +131,99 @@ }, "Microsoft.Extensions.Caching.Abstractions": { "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "bu8As90/SBAouMZ6fJ+qRNo1X+KgHGrVueFhhYi+E5WqEhcnp2HoWRFnMzXQ6g4RdZbvPowFerSbKNH4Dtg5yg==", + "resolved": "6.0.0", + "contentHash": "bcz5sSFJbganH0+YrfvIjJDIcKNW7TL07C4d1eTmXy/wOt52iz4LVogJb6pazs7W0+74j0YpXFErvp++Aq5Bsw==", "dependencies": { - "Microsoft.Extensions.Primitives": "5.0.0" + "Microsoft.Extensions.Primitives": "6.0.0" } }, "Microsoft.Extensions.Caching.Memory": { "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "/1qPCleFOkJe0O+xmFqCNLFYQZTJz965sVw8CUB/BQgsApBwzAUsL2BUkDvQW+geRUVTXUS9zLa0pBjC2VJ1gA==", + "resolved": "6.0.0", + "contentHash": "Ve3BlCzhAlVp5IgO3+8dacAhZk1A0GlIlFNkAcfR2TfAibLKWIt5DhVJZfu4YtW+XZ89OjYf/agMcgjDtPxdGA==", "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "5.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0", - "Microsoft.Extensions.Logging.Abstractions": "5.0.0", - "Microsoft.Extensions.Options": "5.0.0", - "Microsoft.Extensions.Primitives": "5.0.0" + "Microsoft.Extensions.Caching.Abstractions": "6.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", + "Microsoft.Extensions.Logging.Abstractions": "6.0.0", + "Microsoft.Extensions.Options": "6.0.0", + "Microsoft.Extensions.Primitives": "6.0.0" } }, "Microsoft.Extensions.DependencyInjection": { "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "Rc2kb/p3Ze6cP6rhFC3PJRdWGbLvSHZc0ev7YlyeU6FmHciDMLrhoVoTUEzKPhN5ZjFgKF1Cf5fOz8mCMIkvpA==", + "resolved": "6.0.0", + "contentHash": "k6PWQMuoBDGGHOQTtyois2u4AwyVcIwL2LaSLlTZQm2CYcJ1pxbt6jfAnpWmzENA/wfrYRI/X9DTLoUkE4AsLw==", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", + "System.Runtime.CompilerServices.Unsafe": "6.0.0" } }, "Microsoft.Extensions.DependencyInjection.Abstractions": { "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "ORj7Zh81gC69TyvmcUm9tSzytcy8AVousi+IVRAI8nLieQjOFryRusSFh7+aLk16FN9pQNqJAiMd7BTKINK0kA==" + "resolved": "6.0.0", + "contentHash": "xlzi2IYREJH3/m6+lUrQlujzX8wDitm4QGnUu6kUXTQAWPuZY8i+ticFJbzfqaetLA6KR/rO6Ew/HuYD+bxifg==" }, "Microsoft.Extensions.DependencyModel": { "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "umBECCoMC+sOUgm083yFr8SxTobUOcPFH4AXigdO2xJiszCHAnmeDl4qPphJt+oaJ/XIfV1wOjIts2nRnki61Q==" + "resolved": "6.0.0", + "contentHash": "TD5QHg98m3+QhgEV1YVoNMl5KtBw/4rjfxLHO0e/YV9bPUBDKntApP4xdrVtGgCeQZHVfC2EXIGsdpRNrr87Pg==", + "dependencies": { + "System.Buffers": "4.5.1", + "System.Memory": "4.5.4", + "System.Runtime.CompilerServices.Unsafe": "6.0.0", + "System.Text.Encodings.Web": "6.0.0", + "System.Text.Json": "6.0.0" + } }, "Microsoft.Extensions.FileProviders.Abstractions": { "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "iuZIiZ3mteEb+nsUqpGXKx2cGF+cv6gWPd5jqQI4hzqdiJ6I94ddLjKhQOuRW1lueHwocIw30xbSHGhQj0zjdQ==", + "resolved": "6.0.0", + "contentHash": "0pd4/fho0gC12rQswaGQxbU34jOS1TPS8lZPpkFCH68ppQjHNHYle9iRuHeev1LhrJ94YPvzcRd8UmIuFk23Qw==", "dependencies": { - "Microsoft.Extensions.Primitives": "5.0.0" + "Microsoft.Extensions.Primitives": "6.0.0" } }, "Microsoft.Extensions.FileProviders.Physical": { "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "1rkd8UO2qf21biwO7X0hL9uHP7vtfmdv/NLvKgCRHkdz1XnW8zVQJXyEYiN68WYpExgtVWn55QF0qBzgfh1mGg==", + "resolved": "6.0.0", + "contentHash": "QvkL7l0nM8udt3gfyu0Vw8bbCXblxaKOl7c2oBfgGy4LCURRaL9XWZX1FWJrQc43oMokVneVxH38iz+bY1sbhg==", "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "5.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "5.0.0", - "Microsoft.Extensions.Primitives": "5.0.0" + "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", + "Microsoft.Extensions.FileSystemGlobbing": "6.0.0", + "Microsoft.Extensions.Primitives": "6.0.0" } }, "Microsoft.Extensions.FileSystemGlobbing": { "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "ArliS8lGk8sWRtrWpqI8yUVYJpRruPjCDT+EIjrgkA/AAPRctlAkRISVZ334chAKktTLzD1+PK8F5IZpGedSqA==" + "resolved": "6.0.0", + "contentHash": "ip8jnL1aPiaPeKINCqaTEbvBFDmVx9dXQEBZ2HOBRXPD1eabGNqP/bKlsIcp7U2lGxiXd5xIhoFcmY8nM4Hdiw==" }, "Microsoft.Extensions.Logging.Abstractions": { "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "NxP6ahFcBnnSfwNBi2KH2Oz8Xl5Sm2krjId/jRR3I7teFphwiUoUeZPwTNA21EX+5PtjqmyAvKaOeBXcJjcH/w==" + "resolved": "6.0.0", + "contentHash": "/HggWBbTwy8TgebGSX5DBZ24ndhzi93sHUBDvP1IxbZD7FDokYzdAr6+vbWGjw2XAfR2EJ1sfKUotpjHnFWPxA==" }, "Microsoft.Extensions.Options": { "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "CBvR92TCJ5uBIdd9/HzDSrxYak+0W/3+yxrNg8Qm6Bmrkh5L+nu6m3WeazQehcZ5q1/6dDA7J5YdQjim0165zg==", + "resolved": "6.0.0", + "contentHash": "dzXN0+V1AyjOe2xcJ86Qbo233KHuLEY0njf/P2Kw8SfJU+d45HNS2ctJdnEnrWbM9Ye2eFgaC5Mj9otRMU6IsQ==", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0", - "Microsoft.Extensions.Primitives": "5.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", + "Microsoft.Extensions.Primitives": "6.0.0" } }, "Microsoft.Extensions.Primitives": { "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "cI/VWn9G1fghXrNDagX9nYaaB/nokkZn0HYAawGaELQrl8InSezfe9OnfPZLcJq3esXxygh3hkq2c3qoV3SDyQ==" + "resolved": "6.0.0", + "contentHash": "9+PnzmQFfEFNR9J2aDTfJGGupShHjOuGw4VUv+JB044biSHrnmCIMD+mJHmb2H7YryrfBEXDurxQ47gJZdCKNQ==", + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + } + }, + "Microsoft.NETFramework.ReferenceAssemblies.net461": { + "type": "Transitive", + "resolved": "1.0.0-preview.2", + "contentHash": "59D9ISjzCpfHG41r5x4BNZNNOCmE2o5YX8vcdOwsqfxOA0+6vQnxZrYq8KtthUU2JSvC13g941rSr5GRaNQOJg==" }, "System.Buffers": { "type": "Transitive", @@ -256,6 +275,23 @@ "System.Runtime.CompilerServices.Unsafe": "6.0.0" } }, + "System.Text.Encodings.Web": { + "type": "Transitive", + "resolved": "6.0.0", + "contentHash": "Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==", + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + } + }, + "System.Text.Json": { + "type": "Transitive", + "resolved": "6.0.0", + "contentHash": "zaJsHfESQvJ11vbXnNlkrR46IaMULk/gHxYsJphzSF+07kTjPHv+Oc14w6QEOfo3Q4hqLJgStUaYB9DBl0TmWg==", + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0", + "System.Text.Encodings.Web": "6.0.0" + } + }, "System.Threading.Tasks.Extensions": { "type": "Transitive", "resolved": "4.5.4", diff --git a/src/OpenSearch.Client.JsonNetSerializer/packages.lock.json b/src/OpenSearch.Client.JsonNetSerializer/packages.lock.json index 981ff320bc..b1bd466144 100644 --- a/src/OpenSearch.Client.JsonNetSerializer/packages.lock.json +++ b/src/OpenSearch.Client.JsonNetSerializer/packages.lock.json @@ -90,15 +90,15 @@ "opensearch.client": { "type": "Project", "dependencies": { - "OpenSearch.Net": "1.1.0" + "OpenSearch.Net": "[1.2.1, )" } }, "opensearch.net": { "type": "Project", "dependencies": { - "Microsoft.CSharp": "4.6.0", - "System.Buffers": "4.5.1", - "System.Diagnostics.DiagnosticSource": "5.0.0" + "Microsoft.CSharp": "[4.6.0, )", + "System.Buffers": "[4.5.1, )", + "System.Diagnostics.DiagnosticSource": "[5.0.0, )" } } }, @@ -113,7 +113,10 @@ "type": "Direct", "requested": "[1.0.0-preview.2, )", "resolved": "1.0.0-preview.2", - "contentHash": "m+pJPEO7HyXvrOna5Sr3s77ewXonjYWJTNL6drh8xACnMNxnlqUDKx9HfGeSE9wmfY0lQwppaeZpFTPGaH7kZg==" + "contentHash": "m+pJPEO7HyXvrOna5Sr3s77ewXonjYWJTNL6drh8xACnMNxnlqUDKx9HfGeSE9wmfY0lQwppaeZpFTPGaH7kZg==", + "dependencies": { + "Microsoft.NETFramework.ReferenceAssemblies.net461": "1.0.0-preview.2" + } }, "Microsoft.SourceLink.GitHub": { "type": "Direct", @@ -160,6 +163,11 @@ "resolved": "1.1.0", "contentHash": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==" }, + "Microsoft.NETFramework.ReferenceAssemblies.net461": { + "type": "Transitive", + "resolved": "1.0.0-preview.2", + "contentHash": "59D9ISjzCpfHG41r5x4BNZNNOCmE2o5YX8vcdOwsqfxOA0+6vQnxZrYq8KtthUU2JSvC13g941rSr5GRaNQOJg==" + }, "Microsoft.SourceLink.Common": { "type": "Transitive", "resolved": "1.0.0", @@ -298,17 +306,17 @@ "opensearch.client": { "type": "Project", "dependencies": { - "OpenSearch.Net": "1.1.0" + "OpenSearch.Net": "[1.2.1, )" } }, "opensearch.net": { "type": "Project", "dependencies": { - "Microsoft.CSharp": "4.6.0", - "System.Buffers": "4.5.1", - "System.Diagnostics.DiagnosticSource": "5.0.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0" + "Microsoft.CSharp": "[4.6.0, )", + "System.Buffers": "[4.5.1, )", + "System.Diagnostics.DiagnosticSource": "[5.0.0, )", + "System.Reflection.Emit": "[4.3.0, )", + "System.Reflection.Emit.Lightweight": "[4.3.0, )" } } } diff --git a/src/OpenSearch.Client/packages.lock.json b/src/OpenSearch.Client/packages.lock.json index 024bad7c5a..29dc580da7 100644 --- a/src/OpenSearch.Client/packages.lock.json +++ b/src/OpenSearch.Client/packages.lock.json @@ -84,9 +84,9 @@ "opensearch.net": { "type": "Project", "dependencies": { - "Microsoft.CSharp": "4.6.0", - "System.Buffers": "4.5.1", - "System.Diagnostics.DiagnosticSource": "5.0.0" + "Microsoft.CSharp": "[4.6.0, )", + "System.Buffers": "[4.5.1, )", + "System.Diagnostics.DiagnosticSource": "[5.0.0, )" } } }, @@ -101,7 +101,10 @@ "type": "Direct", "requested": "[1.0.0-preview.2, )", "resolved": "1.0.0-preview.2", - "contentHash": "m+pJPEO7HyXvrOna5Sr3s77ewXonjYWJTNL6drh8xACnMNxnlqUDKx9HfGeSE9wmfY0lQwppaeZpFTPGaH7kZg==" + "contentHash": "m+pJPEO7HyXvrOna5Sr3s77ewXonjYWJTNL6drh8xACnMNxnlqUDKx9HfGeSE9wmfY0lQwppaeZpFTPGaH7kZg==", + "dependencies": { + "Microsoft.NETFramework.ReferenceAssemblies.net461": "1.0.0-preview.2" + } }, "Microsoft.SourceLink.GitHub": { "type": "Direct", @@ -142,6 +145,11 @@ "resolved": "1.1.0", "contentHash": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==" }, + "Microsoft.NETFramework.ReferenceAssemblies.net461": { + "type": "Transitive", + "resolved": "1.0.0-preview.2", + "contentHash": "59D9ISjzCpfHG41r5x4BNZNNOCmE2o5YX8vcdOwsqfxOA0+6vQnxZrYq8KtthUU2JSvC13g941rSr5GRaNQOJg==" + }, "Microsoft.SourceLink.Common": { "type": "Transitive", "resolved": "1.0.0", @@ -280,11 +288,11 @@ "opensearch.net": { "type": "Project", "dependencies": { - "Microsoft.CSharp": "4.6.0", - "System.Buffers": "4.5.1", - "System.Diagnostics.DiagnosticSource": "5.0.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0" + "Microsoft.CSharp": "[4.6.0, )", + "System.Buffers": "[4.5.1, )", + "System.Diagnostics.DiagnosticSource": "[5.0.0, )", + "System.Reflection.Emit": "[4.3.0, )", + "System.Reflection.Emit.Lightweight": "[4.3.0, )" } } } diff --git a/src/OpenSearch.Net.Auth.AwsSigV4/packages.lock.json b/src/OpenSearch.Net.Auth.AwsSigV4/packages.lock.json index 87ad6a5103..463687d7c9 100644 --- a/src/OpenSearch.Net.Auth.AwsSigV4/packages.lock.json +++ b/src/OpenSearch.Net.Auth.AwsSigV4/packages.lock.json @@ -90,9 +90,9 @@ "opensearch.net": { "type": "Project", "dependencies": { - "Microsoft.CSharp": "4.6.0", - "System.Buffers": "4.5.1", - "System.Diagnostics.DiagnosticSource": "5.0.0" + "Microsoft.CSharp": "[4.6.0, )", + "System.Buffers": "[4.5.1, )", + "System.Diagnostics.DiagnosticSource": "[5.0.0, )" } } }, @@ -116,7 +116,10 @@ "type": "Direct", "requested": "[1.0.0-preview.2, )", "resolved": "1.0.0-preview.2", - "contentHash": "m+pJPEO7HyXvrOna5Sr3s77ewXonjYWJTNL6drh8xACnMNxnlqUDKx9HfGeSE9wmfY0lQwppaeZpFTPGaH7kZg==" + "contentHash": "m+pJPEO7HyXvrOna5Sr3s77ewXonjYWJTNL6drh8xACnMNxnlqUDKx9HfGeSE9wmfY0lQwppaeZpFTPGaH7kZg==", + "dependencies": { + "Microsoft.NETFramework.ReferenceAssemblies.net461": "1.0.0-preview.2" + } }, "Microsoft.SourceLink.GitHub": { "type": "Direct", @@ -165,6 +168,11 @@ "resolved": "1.1.0", "contentHash": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==" }, + "Microsoft.NETFramework.ReferenceAssemblies.net461": { + "type": "Transitive", + "resolved": "1.0.0-preview.2", + "contentHash": "59D9ISjzCpfHG41r5x4BNZNNOCmE2o5YX8vcdOwsqfxOA0+6vQnxZrYq8KtthUU2JSvC13g941rSr5GRaNQOJg==" + }, "Microsoft.SourceLink.Common": { "type": "Transitive", "resolved": "1.0.0", @@ -311,11 +319,11 @@ "opensearch.net": { "type": "Project", "dependencies": { - "Microsoft.CSharp": "4.6.0", - "System.Buffers": "4.5.1", - "System.Diagnostics.DiagnosticSource": "5.0.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0" + "Microsoft.CSharp": "[4.6.0, )", + "System.Buffers": "[4.5.1, )", + "System.Diagnostics.DiagnosticSource": "[5.0.0, )", + "System.Reflection.Emit": "[4.3.0, )", + "System.Reflection.Emit.Lightweight": "[4.3.0, )" } } } diff --git a/src/OpenSearch.Net.VirtualizedCluster/packages.lock.json b/src/OpenSearch.Net.VirtualizedCluster/packages.lock.json index 024bad7c5a..29dc580da7 100644 --- a/src/OpenSearch.Net.VirtualizedCluster/packages.lock.json +++ b/src/OpenSearch.Net.VirtualizedCluster/packages.lock.json @@ -84,9 +84,9 @@ "opensearch.net": { "type": "Project", "dependencies": { - "Microsoft.CSharp": "4.6.0", - "System.Buffers": "4.5.1", - "System.Diagnostics.DiagnosticSource": "5.0.0" + "Microsoft.CSharp": "[4.6.0, )", + "System.Buffers": "[4.5.1, )", + "System.Diagnostics.DiagnosticSource": "[5.0.0, )" } } }, @@ -101,7 +101,10 @@ "type": "Direct", "requested": "[1.0.0-preview.2, )", "resolved": "1.0.0-preview.2", - "contentHash": "m+pJPEO7HyXvrOna5Sr3s77ewXonjYWJTNL6drh8xACnMNxnlqUDKx9HfGeSE9wmfY0lQwppaeZpFTPGaH7kZg==" + "contentHash": "m+pJPEO7HyXvrOna5Sr3s77ewXonjYWJTNL6drh8xACnMNxnlqUDKx9HfGeSE9wmfY0lQwppaeZpFTPGaH7kZg==", + "dependencies": { + "Microsoft.NETFramework.ReferenceAssemblies.net461": "1.0.0-preview.2" + } }, "Microsoft.SourceLink.GitHub": { "type": "Direct", @@ -142,6 +145,11 @@ "resolved": "1.1.0", "contentHash": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==" }, + "Microsoft.NETFramework.ReferenceAssemblies.net461": { + "type": "Transitive", + "resolved": "1.0.0-preview.2", + "contentHash": "59D9ISjzCpfHG41r5x4BNZNNOCmE2o5YX8vcdOwsqfxOA0+6vQnxZrYq8KtthUU2JSvC13g941rSr5GRaNQOJg==" + }, "Microsoft.SourceLink.Common": { "type": "Transitive", "resolved": "1.0.0", @@ -280,11 +288,11 @@ "opensearch.net": { "type": "Project", "dependencies": { - "Microsoft.CSharp": "4.6.0", - "System.Buffers": "4.5.1", - "System.Diagnostics.DiagnosticSource": "5.0.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0" + "Microsoft.CSharp": "[4.6.0, )", + "System.Buffers": "[4.5.1, )", + "System.Diagnostics.DiagnosticSource": "[5.0.0, )", + "System.Reflection.Emit": "[4.3.0, )", + "System.Reflection.Emit.Lightweight": "[4.3.0, )" } } } diff --git a/src/OpenSearch.Net/packages.lock.json b/src/OpenSearch.Net/packages.lock.json index 60079f4566..ed7061e682 100644 --- a/src/OpenSearch.Net/packages.lock.json +++ b/src/OpenSearch.Net/packages.lock.json @@ -102,7 +102,10 @@ "type": "Direct", "requested": "[1.0.0-preview.2, )", "resolved": "1.0.0-preview.2", - "contentHash": "m+pJPEO7HyXvrOna5Sr3s77ewXonjYWJTNL6drh8xACnMNxnlqUDKx9HfGeSE9wmfY0lQwppaeZpFTPGaH7kZg==" + "contentHash": "m+pJPEO7HyXvrOna5Sr3s77ewXonjYWJTNL6drh8xACnMNxnlqUDKx9HfGeSE9wmfY0lQwppaeZpFTPGaH7kZg==", + "dependencies": { + "Microsoft.NETFramework.ReferenceAssemblies.net461": "1.0.0-preview.2" + } }, "Microsoft.SourceLink.GitHub": { "type": "Direct", @@ -179,6 +182,11 @@ "resolved": "1.1.0", "contentHash": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==" }, + "Microsoft.NETFramework.ReferenceAssemblies.net461": { + "type": "Transitive", + "resolved": "1.0.0-preview.2", + "contentHash": "59D9ISjzCpfHG41r5x4BNZNNOCmE2o5YX8vcdOwsqfxOA0+6vQnxZrYq8KtthUU2JSvC13g941rSr5GRaNQOJg==" + }, "Microsoft.SourceLink.Common": { "type": "Transitive", "resolved": "1.0.0", @@ -295,7 +303,10 @@ "type": "Direct", "requested": "[1.0.0-preview.2, )", "resolved": "1.0.0-preview.2", - "contentHash": "m+pJPEO7HyXvrOna5Sr3s77ewXonjYWJTNL6drh8xACnMNxnlqUDKx9HfGeSE9wmfY0lQwppaeZpFTPGaH7kZg==" + "contentHash": "m+pJPEO7HyXvrOna5Sr3s77ewXonjYWJTNL6drh8xACnMNxnlqUDKx9HfGeSE9wmfY0lQwppaeZpFTPGaH7kZg==", + "dependencies": { + "Microsoft.NETFramework.ReferenceAssemblies.net461": "1.0.0-preview.2" + } }, "Microsoft.SourceLink.GitHub": { "type": "Direct", @@ -328,6 +339,11 @@ "resolved": "1.0.0", "contentHash": "z2fpmmt+1Jfl+ZnBki9nSP08S1/tbEOxFdsK1rSR+LBehIJz1Xv9/6qOOoGNqlwnAGGVGis1Oj6S8Kt9COEYlQ==" }, + "Microsoft.NETFramework.ReferenceAssemblies.net461": { + "type": "Transitive", + "resolved": "1.0.0-preview.2", + "contentHash": "59D9ISjzCpfHG41r5x4BNZNNOCmE2o5YX8vcdOwsqfxOA0+6vQnxZrYq8KtthUU2JSvC13g941rSr5GRaNQOJg==" + }, "Microsoft.SourceLink.Common": { "type": "Transitive", "resolved": "1.0.0", diff --git a/tests/Tests.Auth.AwsSigV4/Tests.Auth.AwsSigV4.csproj b/tests/Tests.Auth.AwsSigV4/Tests.Auth.AwsSigV4.csproj index 2795d830cc..c2dfc5fae3 100644 --- a/tests/Tests.Auth.AwsSigV4/Tests.Auth.AwsSigV4.csproj +++ b/tests/Tests.Auth.AwsSigV4/Tests.Auth.AwsSigV4.csproj @@ -1,7 +1,7 @@ - net5.0 + net6.0 True @@ -15,4 +15,4 @@ - \ No newline at end of file + diff --git a/tests/Tests.Auth.AwsSigV4/packages.lock.json b/tests/Tests.Auth.AwsSigV4/packages.lock.json index cb36602120..fb2b9261a0 100644 --- a/tests/Tests.Auth.AwsSigV4/packages.lock.json +++ b/tests/Tests.Auth.AwsSigV4/packages.lock.json @@ -1,7 +1,7 @@ { "version": 1, "dependencies": { - ".NETCoreApp,Version=v5.0": { + "net6.0": { "Microsoft.NET.Test.Sdk": { "type": "Direct", "requested": "[16.5.0, )", @@ -16,7 +16,10 @@ "type": "Direct", "requested": "[1.0.0-preview.2, )", "resolved": "1.0.0-preview.2", - "contentHash": "m+pJPEO7HyXvrOna5Sr3s77ewXonjYWJTNL6drh8xACnMNxnlqUDKx9HfGeSE9wmfY0lQwppaeZpFTPGaH7kZg==" + "contentHash": "m+pJPEO7HyXvrOna5Sr3s77ewXonjYWJTNL6drh8xACnMNxnlqUDKx9HfGeSE9wmfY0lQwppaeZpFTPGaH7kZg==", + "dependencies": { + "Microsoft.NETFramework.ReferenceAssemblies.net461": "1.0.0-preview.2" + } }, "xunit.runner.visualstudio": { "type": "Direct", @@ -72,6 +75,11 @@ "resolved": "1.1.0", "contentHash": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==" }, + "Microsoft.NETFramework.ReferenceAssemblies.net461": { + "type": "Transitive", + "resolved": "1.0.0-preview.2", + "contentHash": "59D9ISjzCpfHG41r5x4BNZNNOCmE2o5YX8vcdOwsqfxOA0+6vQnxZrYq8KtthUU2JSvC13g941rSr5GRaNQOJg==" + }, "Microsoft.TestPlatform.ObjectModel": { "type": "Transitive", "resolved": "16.5.0", @@ -871,91 +879,91 @@ "opensearch.client": { "type": "Project", "dependencies": { - "OpenSearch.Net": "1.1.0" + "OpenSearch.Net": "[1.2.1, )" } }, "opensearch.client.jsonnetserializer": { "type": "Project", "dependencies": { - "Newtonsoft.Json": "13.0.1", - "OpenSearch.Client": "1.1.0" + "Newtonsoft.Json": "[13.0.1, )", + "OpenSearch.Client": "[1.2.1, )" } }, "opensearch.net": { "type": "Project", "dependencies": { - "Microsoft.CSharp": "4.6.0", - "System.Buffers": "4.5.1", - "System.Diagnostics.DiagnosticSource": "5.0.0" + "Microsoft.CSharp": "[4.6.0, )", + "System.Buffers": "[4.5.1, )", + "System.Diagnostics.DiagnosticSource": "[5.0.0, )" } }, "opensearch.net.auth.awssigv4": { "type": "Project", "dependencies": { - "AWSSDK.Core": "3.7.12.11", - "OpenSearch.Net": "1.1.0" + "AWSSDK.Core": "[3.7.12.11, )", + "OpenSearch.Net": "[1.2.1, )" } }, "opensearch.opensearch.ephemeral": { "type": "Project", "dependencies": { - "OpenSearch.OpenSearch.Managed": "1.1.0", - "SharpZipLib.NETStandard": "1.0.7" + "OpenSearch.OpenSearch.Managed": "[1.2.1, )", + "SharpZipLib.NETStandard": "[1.0.7, )" } }, "opensearch.opensearch.managed": { "type": "Project", "dependencies": { - "OpenSearch.Stack.ArtifactsApi": "1.1.0", - "Proc": "0.6.1", - "System.Net.Http": "4.3.4" + "OpenSearch.Stack.ArtifactsApi": "[1.2.1, )", + "Proc": "[0.6.1, )", + "System.Net.Http": "[4.3.4, )" } }, "opensearch.opensearch.xunit": { "type": "Project", "dependencies": { - "OpenSearch.OpenSearch.Ephemeral": "1.1.0", - "xunit": "2.4.2" + "OpenSearch.OpenSearch.Ephemeral": "[1.2.1, )", + "xunit": "[2.4.2, )" } }, "opensearch.stack.artifactsapi": { "type": "Project", "dependencies": { - "SemanticVersioning": "0.8.0", - "System.Net.Http": "4.3.4", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Text.Json": "6.0.5" + "SemanticVersioning": "[0.8.0, )", + "System.Net.Http": "[4.3.4, )", + "System.Runtime.InteropServices.RuntimeInformation": "[4.3.0, )", + "System.Text.Json": "[6.0.5, )" } }, "tests.configuration": { "type": "Project", "dependencies": { - "OpenSearch.OpenSearch.Managed": "1.1.0" + "OpenSearch.OpenSearch.Managed": "[1.2.1, )" } }, "tests.core": { "type": "Project", "dependencies": { - "DiffPlex": "1.7.1", - "FluentAssertions": "5.10.3", - "JunitXml.TestLogger": "2.1.78", - "Microsoft.NET.Test.Sdk": "16.5.0", - "Nullean.VsTest.Pretty.TestLogger": "0.3.0", - "OpenSearch.Client.JsonNetSerializer": "1.1.0", - "OpenSearch.OpenSearch.Xunit": "1.1.0", - "Proc": "0.6.1", - "Tests.Domain": "1.1.0", - "xunit": "2.4.2" + "DiffPlex": "[1.7.1, )", + "FluentAssertions": "[5.10.3, )", + "JunitXml.TestLogger": "[2.1.78, )", + "Microsoft.NET.Test.Sdk": "[16.5.0, )", + "Nullean.VsTest.Pretty.TestLogger": "[0.3.0, )", + "OpenSearch.Client.JsonNetSerializer": "[1.2.1, )", + "OpenSearch.OpenSearch.Xunit": "[1.2.1, )", + "Proc": "[0.6.1, )", + "Tests.Domain": "[1.2.1, )", + "xunit": "[2.4.2, )" } }, "tests.domain": { "type": "Project", "dependencies": { - "Bogus": "22.1.2", - "Newtonsoft.Json": "13.0.1", - "OpenSearch.Client": "1.1.0", - "OpenSearch.OpenSearch.Managed": "1.1.0", - "Tests.Configuration": "1.1.0" + "Bogus": "[22.1.2, )", + "Newtonsoft.Json": "[13.0.1, )", + "OpenSearch.Client": "[1.2.1, )", + "OpenSearch.OpenSearch.Managed": "[1.2.1, )", + "Tests.Configuration": "[1.2.1, )" } } } diff --git a/tests/Tests.ClusterLauncher/Tests.ClusterLauncher.csproj b/tests/Tests.ClusterLauncher/Tests.ClusterLauncher.csproj index a6b2da8e72..d670228841 100644 --- a/tests/Tests.ClusterLauncher/Tests.ClusterLauncher.csproj +++ b/tests/Tests.ClusterLauncher/Tests.ClusterLauncher.csproj @@ -1,9 +1,9 @@  Exe - net5.0 + net6.0 - \ No newline at end of file + diff --git a/tests/Tests.ClusterLauncher/packages.lock.json b/tests/Tests.ClusterLauncher/packages.lock.json index b8cd843cd7..b5c1dfc120 100644 --- a/tests/Tests.ClusterLauncher/packages.lock.json +++ b/tests/Tests.ClusterLauncher/packages.lock.json @@ -1,12 +1,15 @@ { "version": 1, "dependencies": { - ".NETCoreApp,Version=v5.0": { + "net6.0": { "Microsoft.NETFramework.ReferenceAssemblies": { "type": "Direct", "requested": "[1.0.0-preview.2, )", "resolved": "1.0.0-preview.2", - "contentHash": "m+pJPEO7HyXvrOna5Sr3s77ewXonjYWJTNL6drh8xACnMNxnlqUDKx9HfGeSE9wmfY0lQwppaeZpFTPGaH7kZg==" + "contentHash": "m+pJPEO7HyXvrOna5Sr3s77ewXonjYWJTNL6drh8xACnMNxnlqUDKx9HfGeSE9wmfY0lQwppaeZpFTPGaH7kZg==", + "dependencies": { + "Microsoft.NETFramework.ReferenceAssemblies.net461": "1.0.0-preview.2" + } }, "Bogus": { "type": "Transitive", @@ -60,6 +63,11 @@ "resolved": "1.1.0", "contentHash": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==" }, + "Microsoft.NETFramework.ReferenceAssemblies.net461": { + "type": "Transitive", + "resolved": "1.0.0-preview.2", + "contentHash": "59D9ISjzCpfHG41r5x4BNZNNOCmE2o5YX8vcdOwsqfxOA0+6vQnxZrYq8KtthUU2JSvC13g941rSr5GRaNQOJg==" + }, "Microsoft.TestPlatform.ObjectModel": { "type": "Transitive", "resolved": "16.5.0", @@ -859,84 +867,84 @@ "opensearch.client": { "type": "Project", "dependencies": { - "OpenSearch.Net": "1.1.0" + "OpenSearch.Net": "[1.2.1, )" } }, "opensearch.client.jsonnetserializer": { "type": "Project", "dependencies": { - "Newtonsoft.Json": "13.0.1", - "OpenSearch.Client": "1.1.0" + "Newtonsoft.Json": "[13.0.1, )", + "OpenSearch.Client": "[1.2.1, )" } }, "opensearch.net": { "type": "Project", "dependencies": { - "Microsoft.CSharp": "4.6.0", - "System.Buffers": "4.5.1", - "System.Diagnostics.DiagnosticSource": "5.0.0" + "Microsoft.CSharp": "[4.6.0, )", + "System.Buffers": "[4.5.1, )", + "System.Diagnostics.DiagnosticSource": "[5.0.0, )" } }, "opensearch.opensearch.ephemeral": { "type": "Project", "dependencies": { - "OpenSearch.OpenSearch.Managed": "1.1.0", - "SharpZipLib.NETStandard": "1.0.7" + "OpenSearch.OpenSearch.Managed": "[1.2.1, )", + "SharpZipLib.NETStandard": "[1.0.7, )" } }, "opensearch.opensearch.managed": { "type": "Project", "dependencies": { - "OpenSearch.Stack.ArtifactsApi": "1.1.0", - "Proc": "0.6.1", - "System.Net.Http": "4.3.4" + "OpenSearch.Stack.ArtifactsApi": "[1.2.1, )", + "Proc": "[0.6.1, )", + "System.Net.Http": "[4.3.4, )" } }, "opensearch.opensearch.xunit": { "type": "Project", "dependencies": { - "OpenSearch.OpenSearch.Ephemeral": "1.1.0", - "xunit": "2.4.2" + "OpenSearch.OpenSearch.Ephemeral": "[1.2.1, )", + "xunit": "[2.4.2, )" } }, "opensearch.stack.artifactsapi": { "type": "Project", "dependencies": { - "SemanticVersioning": "0.8.0", - "System.Net.Http": "4.3.4", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Text.Json": "6.0.5" + "SemanticVersioning": "[0.8.0, )", + "System.Net.Http": "[4.3.4, )", + "System.Runtime.InteropServices.RuntimeInformation": "[4.3.0, )", + "System.Text.Json": "[6.0.5, )" } }, "tests.configuration": { "type": "Project", "dependencies": { - "OpenSearch.OpenSearch.Managed": "1.1.0" + "OpenSearch.OpenSearch.Managed": "[1.2.1, )" } }, "tests.core": { "type": "Project", "dependencies": { - "DiffPlex": "1.7.1", - "FluentAssertions": "5.10.3", - "JunitXml.TestLogger": "2.1.78", - "Microsoft.NET.Test.Sdk": "16.5.0", - "Nullean.VsTest.Pretty.TestLogger": "0.3.0", - "OpenSearch.Client.JsonNetSerializer": "1.1.0", - "OpenSearch.OpenSearch.Xunit": "1.1.0", - "Proc": "0.6.1", - "Tests.Domain": "1.1.0", - "xunit": "2.4.2" + "DiffPlex": "[1.7.1, )", + "FluentAssertions": "[5.10.3, )", + "JunitXml.TestLogger": "[2.1.78, )", + "Microsoft.NET.Test.Sdk": "[16.5.0, )", + "Nullean.VsTest.Pretty.TestLogger": "[0.3.0, )", + "OpenSearch.Client.JsonNetSerializer": "[1.2.1, )", + "OpenSearch.OpenSearch.Xunit": "[1.2.1, )", + "Proc": "[0.6.1, )", + "Tests.Domain": "[1.2.1, )", + "xunit": "[2.4.2, )" } }, "tests.domain": { "type": "Project", "dependencies": { - "Bogus": "22.1.2", - "Newtonsoft.Json": "13.0.1", - "OpenSearch.Client": "1.1.0", - "OpenSearch.OpenSearch.Managed": "1.1.0", - "Tests.Configuration": "1.1.0" + "Bogus": "[22.1.2, )", + "Newtonsoft.Json": "[13.0.1, )", + "OpenSearch.Client": "[1.2.1, )", + "OpenSearch.OpenSearch.Managed": "[1.2.1, )", + "Tests.Configuration": "[1.2.1, )" } } } diff --git a/tests/Tests.Configuration/packages.lock.json b/tests/Tests.Configuration/packages.lock.json index 5ce3f8cb71..0bb5a8edff 100644 --- a/tests/Tests.Configuration/packages.lock.json +++ b/tests/Tests.Configuration/packages.lock.json @@ -6,7 +6,10 @@ "type": "Direct", "requested": "[1.0.0-preview.2, )", "resolved": "1.0.0-preview.2", - "contentHash": "m+pJPEO7HyXvrOna5Sr3s77ewXonjYWJTNL6drh8xACnMNxnlqUDKx9HfGeSE9wmfY0lQwppaeZpFTPGaH7kZg==" + "contentHash": "m+pJPEO7HyXvrOna5Sr3s77ewXonjYWJTNL6drh8xACnMNxnlqUDKx9HfGeSE9wmfY0lQwppaeZpFTPGaH7kZg==", + "dependencies": { + "Microsoft.NETFramework.ReferenceAssemblies.net461": "1.0.0-preview.2" + } }, "NETStandard.Library": { "type": "Direct", @@ -35,6 +38,11 @@ "resolved": "1.1.0", "contentHash": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==" }, + "Microsoft.NETFramework.ReferenceAssemblies.net461": { + "type": "Transitive", + "resolved": "1.0.0-preview.2", + "contentHash": "59D9ISjzCpfHG41r5x4BNZNNOCmE2o5YX8vcdOwsqfxOA0+6vQnxZrYq8KtthUU2JSvC13g941rSr5GRaNQOJg==" + }, "Microsoft.Win32.Primitives": { "type": "Transitive", "resolved": "4.3.0", @@ -760,18 +768,18 @@ "opensearch.opensearch.managed": { "type": "Project", "dependencies": { - "OpenSearch.Stack.ArtifactsApi": "1.1.0", - "Proc": "0.6.1", - "System.Net.Http": "4.3.4" + "OpenSearch.Stack.ArtifactsApi": "[1.2.1, )", + "Proc": "[0.6.1, )", + "System.Net.Http": "[4.3.4, )" } }, "opensearch.stack.artifactsapi": { "type": "Project", "dependencies": { - "SemanticVersioning": "0.8.0", - "System.Net.Http": "4.3.4", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Text.Json": "6.0.5" + "SemanticVersioning": "[0.8.0, )", + "System.Net.Http": "[4.3.4, )", + "System.Runtime.InteropServices.RuntimeInformation": "[4.3.0, )", + "System.Text.Json": "[6.0.5, )" } } } diff --git a/tests/Tests.Core/packages.lock.json b/tests/Tests.Core/packages.lock.json index 49a087af83..fc3a0eda7d 100644 --- a/tests/Tests.Core/packages.lock.json +++ b/tests/Tests.Core/packages.lock.json @@ -27,13 +27,19 @@ "type": "Direct", "requested": "[16.5.0, )", "resolved": "16.5.0", - "contentHash": "yHZOhVSPuGqgHi+KhHiAZqNY08avkQraXKvgKgDU8c/ztmGzw7gmukkv49EaTq6T3xmp4XroWk3gAlbJHMxl8w==" + "contentHash": "yHZOhVSPuGqgHi+KhHiAZqNY08avkQraXKvgKgDU8c/ztmGzw7gmukkv49EaTq6T3xmp4XroWk3gAlbJHMxl8w==", + "dependencies": { + "Microsoft.CodeCoverage": "16.5.0" + } }, "Microsoft.NETFramework.ReferenceAssemblies": { "type": "Direct", "requested": "[1.0.0-preview.2, )", "resolved": "1.0.0-preview.2", - "contentHash": "m+pJPEO7HyXvrOna5Sr3s77ewXonjYWJTNL6drh8xACnMNxnlqUDKx9HfGeSE9wmfY0lQwppaeZpFTPGaH7kZg==" + "contentHash": "m+pJPEO7HyXvrOna5Sr3s77ewXonjYWJTNL6drh8xACnMNxnlqUDKx9HfGeSE9wmfY0lQwppaeZpFTPGaH7kZg==", + "dependencies": { + "Microsoft.NETFramework.ReferenceAssemblies.net461": "1.0.0-preview.2" + } }, "NETStandard.Library": { "type": "Direct", @@ -87,6 +93,11 @@ "System.Threading.Tasks.Extensions": "4.5.4" } }, + "Microsoft.CodeCoverage": { + "type": "Transitive", + "resolved": "16.5.0", + "contentHash": "PM5YLtyN45EyUGePJpaNogndlaQPrMgQQXHKMhMESC6KfSVvt+j7+dxBi8NYC6X6dZVysf7ngwhSW3wwvPJRSQ==" + }, "Microsoft.CSharp": { "type": "Transitive", "resolved": "4.6.0", @@ -102,6 +113,11 @@ "resolved": "1.1.0", "contentHash": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==" }, + "Microsoft.NETFramework.ReferenceAssemblies.net461": { + "type": "Transitive", + "resolved": "1.0.0-preview.2", + "contentHash": "59D9ISjzCpfHG41r5x4BNZNNOCmE2o5YX8vcdOwsqfxOA0+6vQnxZrYq8KtthUU2JSvC13g941rSr5GRaNQOJg==" + }, "Microsoft.TestPlatform.ObjectModel": { "type": "Transitive", "resolved": "15.8.0", @@ -1262,71 +1278,71 @@ "opensearch.client": { "type": "Project", "dependencies": { - "OpenSearch.Net": "1.1.0" + "OpenSearch.Net": "[1.2.1, )" } }, "opensearch.client.jsonnetserializer": { "type": "Project", "dependencies": { - "Newtonsoft.Json": "13.0.1", - "OpenSearch.Client": "1.1.0" + "Newtonsoft.Json": "[13.0.1, )", + "OpenSearch.Client": "[1.2.1, )" } }, "opensearch.net": { "type": "Project", "dependencies": { - "Microsoft.CSharp": "4.6.0", - "System.Buffers": "4.5.1", - "System.Diagnostics.DiagnosticSource": "5.0.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0" + "Microsoft.CSharp": "[4.6.0, )", + "System.Buffers": "[4.5.1, )", + "System.Diagnostics.DiagnosticSource": "[5.0.0, )", + "System.Reflection.Emit": "[4.3.0, )", + "System.Reflection.Emit.Lightweight": "[4.3.0, )" } }, "opensearch.opensearch.ephemeral": { "type": "Project", "dependencies": { - "OpenSearch.OpenSearch.Managed": "1.1.0", - "SharpZipLib.NETStandard": "1.0.7" + "OpenSearch.OpenSearch.Managed": "[1.2.1, )", + "SharpZipLib.NETStandard": "[1.0.7, )" } }, "opensearch.opensearch.managed": { "type": "Project", "dependencies": { - "OpenSearch.Stack.ArtifactsApi": "1.1.0", - "Proc": "0.6.1", - "System.Net.Http": "4.3.4" + "OpenSearch.Stack.ArtifactsApi": "[1.2.1, )", + "Proc": "[0.6.1, )", + "System.Net.Http": "[4.3.4, )" } }, "opensearch.opensearch.xunit": { "type": "Project", "dependencies": { - "OpenSearch.OpenSearch.Ephemeral": "1.1.0", - "xunit": "2.4.2" + "OpenSearch.OpenSearch.Ephemeral": "[1.2.1, )", + "xunit": "[2.4.2, )" } }, "opensearch.stack.artifactsapi": { "type": "Project", "dependencies": { - "SemanticVersioning": "0.8.0", - "System.Net.Http": "4.3.4", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Text.Json": "6.0.5" + "SemanticVersioning": "[0.8.0, )", + "System.Net.Http": "[4.3.4, )", + "System.Runtime.InteropServices.RuntimeInformation": "[4.3.0, )", + "System.Text.Json": "[6.0.5, )" } }, "tests.configuration": { "type": "Project", "dependencies": { - "OpenSearch.OpenSearch.Managed": "1.1.0" + "OpenSearch.OpenSearch.Managed": "[1.2.1, )" } }, "tests.domain": { "type": "Project", "dependencies": { - "Bogus": "22.1.2", - "Newtonsoft.Json": "13.0.1", - "OpenSearch.Client": "1.1.0", - "OpenSearch.OpenSearch.Managed": "1.1.0", - "Tests.Configuration": "1.1.0" + "Bogus": "[22.1.2, )", + "Newtonsoft.Json": "[13.0.1, )", + "OpenSearch.Client": "[1.2.1, )", + "OpenSearch.OpenSearch.Managed": "[1.2.1, )", + "Tests.Configuration": "[1.2.1, )" } } } diff --git a/tests/Tests.Domain/Tests.Domain.csproj b/tests/Tests.Domain/Tests.Domain.csproj index 9cce889493..47b5ea106a 100644 --- a/tests/Tests.Domain/Tests.Domain.csproj +++ b/tests/Tests.Domain/Tests.Domain.csproj @@ -4,7 +4,6 @@ - diff --git a/tests/Tests.Domain/packages.lock.json b/tests/Tests.Domain/packages.lock.json index 24418979ff..92d5f9c2c0 100644 --- a/tests/Tests.Domain/packages.lock.json +++ b/tests/Tests.Domain/packages.lock.json @@ -12,7 +12,10 @@ "type": "Direct", "requested": "[1.0.0-preview.2, )", "resolved": "1.0.0-preview.2", - "contentHash": "m+pJPEO7HyXvrOna5Sr3s77ewXonjYWJTNL6drh8xACnMNxnlqUDKx9HfGeSE9wmfY0lQwppaeZpFTPGaH7kZg==" + "contentHash": "m+pJPEO7HyXvrOna5Sr3s77ewXonjYWJTNL6drh8xACnMNxnlqUDKx9HfGeSE9wmfY0lQwppaeZpFTPGaH7kZg==", + "dependencies": { + "Microsoft.NETFramework.ReferenceAssemblies.net461": "1.0.0-preview.2" + } }, "NETStandard.Library": { "type": "Direct", @@ -52,6 +55,11 @@ "resolved": "1.1.0", "contentHash": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==" }, + "Microsoft.NETFramework.ReferenceAssemblies.net461": { + "type": "Transitive", + "resolved": "1.0.0-preview.2", + "contentHash": "59D9ISjzCpfHG41r5x4BNZNNOCmE2o5YX8vcdOwsqfxOA0+6vQnxZrYq8KtthUU2JSvC13g941rSr5GRaNQOJg==" + }, "Microsoft.Win32.Primitives": { "type": "Transitive", "resolved": "4.3.0", @@ -807,40 +815,40 @@ "opensearch.client": { "type": "Project", "dependencies": { - "OpenSearch.Net": "1.1.0" + "OpenSearch.Net": "[1.2.1, )" } }, "opensearch.net": { "type": "Project", "dependencies": { - "Microsoft.CSharp": "4.6.0", - "System.Buffers": "4.5.1", - "System.Diagnostics.DiagnosticSource": "5.0.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0" + "Microsoft.CSharp": "[4.6.0, )", + "System.Buffers": "[4.5.1, )", + "System.Diagnostics.DiagnosticSource": "[5.0.0, )", + "System.Reflection.Emit": "[4.3.0, )", + "System.Reflection.Emit.Lightweight": "[4.3.0, )" } }, "opensearch.opensearch.managed": { "type": "Project", "dependencies": { - "OpenSearch.Stack.ArtifactsApi": "1.1.0", - "Proc": "0.6.1", - "System.Net.Http": "4.3.4" + "OpenSearch.Stack.ArtifactsApi": "[1.2.1, )", + "Proc": "[0.6.1, )", + "System.Net.Http": "[4.3.4, )" } }, "opensearch.stack.artifactsapi": { "type": "Project", "dependencies": { - "SemanticVersioning": "0.8.0", - "System.Net.Http": "4.3.4", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Text.Json": "6.0.5" + "SemanticVersioning": "[0.8.0, )", + "System.Net.Http": "[4.3.4, )", + "System.Runtime.InteropServices.RuntimeInformation": "[4.3.0, )", + "System.Text.Json": "[6.0.5, )" } }, "tests.configuration": { "type": "Project", "dependencies": { - "OpenSearch.OpenSearch.Managed": "1.1.0" + "OpenSearch.OpenSearch.Managed": "[1.2.1, )" } } } diff --git a/tests/Tests.Reproduce/Tests.Reproduce.csproj b/tests/Tests.Reproduce/Tests.Reproduce.csproj index 28988f8e7f..256c9f9f62 100644 --- a/tests/Tests.Reproduce/Tests.Reproduce.csproj +++ b/tests/Tests.Reproduce/Tests.Reproduce.csproj @@ -1,6 +1,6 @@  - net5.0 + net6.0 True diff --git a/tests/Tests.Reproduce/packages.lock.json b/tests/Tests.Reproduce/packages.lock.json index 020638f28e..8ee4440e71 100644 --- a/tests/Tests.Reproduce/packages.lock.json +++ b/tests/Tests.Reproduce/packages.lock.json @@ -1,7 +1,7 @@ { "version": 1, "dependencies": { - ".NETCoreApp,Version=v5.0": { + "net6.0": { "Microsoft.NET.Test.Sdk": { "type": "Direct", "requested": "[16.5.0, )", @@ -16,7 +16,10 @@ "type": "Direct", "requested": "[1.0.0-preview.2, )", "resolved": "1.0.0-preview.2", - "contentHash": "m+pJPEO7HyXvrOna5Sr3s77ewXonjYWJTNL6drh8xACnMNxnlqUDKx9HfGeSE9wmfY0lQwppaeZpFTPGaH7kZg==" + "contentHash": "m+pJPEO7HyXvrOna5Sr3s77ewXonjYWJTNL6drh8xACnMNxnlqUDKx9HfGeSE9wmfY0lQwppaeZpFTPGaH7kZg==", + "dependencies": { + "Microsoft.NETFramework.ReferenceAssemblies.net461": "1.0.0-preview.2" + } }, "xunit.runner.visualstudio": { "type": "Direct", @@ -67,6 +70,11 @@ "resolved": "1.1.0", "contentHash": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==" }, + "Microsoft.NETFramework.ReferenceAssemblies.net461": { + "type": "Transitive", + "resolved": "1.0.0-preview.2", + "contentHash": "59D9ISjzCpfHG41r5x4BNZNNOCmE2o5YX8vcdOwsqfxOA0+6vQnxZrYq8KtthUU2JSvC13g941rSr5GRaNQOJg==" + }, "Microsoft.TestPlatform.ObjectModel": { "type": "Transitive", "resolved": "16.5.0", @@ -866,84 +874,84 @@ "opensearch.client": { "type": "Project", "dependencies": { - "OpenSearch.Net": "1.1.0" + "OpenSearch.Net": "[1.2.1, )" } }, "opensearch.client.jsonnetserializer": { "type": "Project", "dependencies": { - "Newtonsoft.Json": "13.0.1", - "OpenSearch.Client": "1.1.0" + "Newtonsoft.Json": "[13.0.1, )", + "OpenSearch.Client": "[1.2.1, )" } }, "opensearch.net": { "type": "Project", "dependencies": { - "Microsoft.CSharp": "4.6.0", - "System.Buffers": "4.5.1", - "System.Diagnostics.DiagnosticSource": "5.0.0" + "Microsoft.CSharp": "[4.6.0, )", + "System.Buffers": "[4.5.1, )", + "System.Diagnostics.DiagnosticSource": "[5.0.0, )" } }, "opensearch.opensearch.ephemeral": { "type": "Project", "dependencies": { - "OpenSearch.OpenSearch.Managed": "1.1.0", - "SharpZipLib.NETStandard": "1.0.7" + "OpenSearch.OpenSearch.Managed": "[1.2.1, )", + "SharpZipLib.NETStandard": "[1.0.7, )" } }, "opensearch.opensearch.managed": { "type": "Project", "dependencies": { - "OpenSearch.Stack.ArtifactsApi": "1.1.0", - "Proc": "0.6.1", - "System.Net.Http": "4.3.4" + "OpenSearch.Stack.ArtifactsApi": "[1.2.1, )", + "Proc": "[0.6.1, )", + "System.Net.Http": "[4.3.4, )" } }, "opensearch.opensearch.xunit": { "type": "Project", "dependencies": { - "OpenSearch.OpenSearch.Ephemeral": "1.1.0", - "xunit": "2.4.2" + "OpenSearch.OpenSearch.Ephemeral": "[1.2.1, )", + "xunit": "[2.4.2, )" } }, "opensearch.stack.artifactsapi": { "type": "Project", "dependencies": { - "SemanticVersioning": "0.8.0", - "System.Net.Http": "4.3.4", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Text.Json": "6.0.5" + "SemanticVersioning": "[0.8.0, )", + "System.Net.Http": "[4.3.4, )", + "System.Runtime.InteropServices.RuntimeInformation": "[4.3.0, )", + "System.Text.Json": "[6.0.5, )" } }, "tests.configuration": { "type": "Project", "dependencies": { - "OpenSearch.OpenSearch.Managed": "1.1.0" + "OpenSearch.OpenSearch.Managed": "[1.2.1, )" } }, "tests.core": { "type": "Project", "dependencies": { - "DiffPlex": "1.7.1", - "FluentAssertions": "5.10.3", - "JunitXml.TestLogger": "2.1.78", - "Microsoft.NET.Test.Sdk": "16.5.0", - "Nullean.VsTest.Pretty.TestLogger": "0.3.0", - "OpenSearch.Client.JsonNetSerializer": "1.1.0", - "OpenSearch.OpenSearch.Xunit": "1.1.0", - "Proc": "0.6.1", - "Tests.Domain": "1.1.0", - "xunit": "2.4.2" + "DiffPlex": "[1.7.1, )", + "FluentAssertions": "[5.10.3, )", + "JunitXml.TestLogger": "[2.1.78, )", + "Microsoft.NET.Test.Sdk": "[16.5.0, )", + "Nullean.VsTest.Pretty.TestLogger": "[0.3.0, )", + "OpenSearch.Client.JsonNetSerializer": "[1.2.1, )", + "OpenSearch.OpenSearch.Xunit": "[1.2.1, )", + "Proc": "[0.6.1, )", + "Tests.Domain": "[1.2.1, )", + "xunit": "[2.4.2, )" } }, "tests.domain": { "type": "Project", "dependencies": { - "Bogus": "22.1.2", - "Newtonsoft.Json": "13.0.1", - "OpenSearch.Client": "1.1.0", - "OpenSearch.OpenSearch.Managed": "1.1.0", - "Tests.Configuration": "1.1.0" + "Bogus": "[22.1.2, )", + "Newtonsoft.Json": "[13.0.1, )", + "OpenSearch.Client": "[1.2.1, )", + "OpenSearch.OpenSearch.Managed": "[1.2.1, )", + "Tests.Configuration": "[1.2.1, )" } } } diff --git a/tests/Tests.ScratchPad/Tests.ScratchPad.csproj b/tests/Tests.ScratchPad/Tests.ScratchPad.csproj index 843cf83c52..3ca6a7a824 100644 --- a/tests/Tests.ScratchPad/Tests.ScratchPad.csproj +++ b/tests/Tests.ScratchPad/Tests.ScratchPad.csproj @@ -1,7 +1,7 @@  Exe - net5.0 + net6.0 true true diff --git a/tests/Tests.ScratchPad/packages.lock.json b/tests/Tests.ScratchPad/packages.lock.json index acf9532705..b85d693bd0 100644 --- a/tests/Tests.ScratchPad/packages.lock.json +++ b/tests/Tests.ScratchPad/packages.lock.json @@ -1,7 +1,7 @@ { "version": 1, "dependencies": { - ".NETCoreApp,Version=v5.0": { + "net6.0": { "BenchmarkDotNet": { "type": "Direct", "requested": "[0.13.1, )", @@ -29,7 +29,10 @@ "type": "Direct", "requested": "[1.0.0-preview.2, )", "resolved": "1.0.0-preview.2", - "contentHash": "m+pJPEO7HyXvrOna5Sr3s77ewXonjYWJTNL6drh8xACnMNxnlqUDKx9HfGeSE9wmfY0lQwppaeZpFTPGaH7kZg==" + "contentHash": "m+pJPEO7HyXvrOna5Sr3s77ewXonjYWJTNL6drh8xACnMNxnlqUDKx9HfGeSE9wmfY0lQwppaeZpFTPGaH7kZg==", + "dependencies": { + "Microsoft.NETFramework.ReferenceAssemblies.net461": "1.0.0-preview.2" + } }, "System.Diagnostics.DiagnosticSource": { "type": "Direct", @@ -197,6 +200,11 @@ "resolved": "1.1.0", "contentHash": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==" }, + "Microsoft.NETFramework.ReferenceAssemblies.net461": { + "type": "Transitive", + "resolved": "1.0.0-preview.2", + "contentHash": "59D9ISjzCpfHG41r5x4BNZNNOCmE2o5YX8vcdOwsqfxOA0+6vQnxZrYq8KtthUU2JSvC13g941rSr5GRaNQOJg==" + }, "Microsoft.TestPlatform.ObjectModel": { "type": "Transitive", "resolved": "16.5.0", @@ -1369,84 +1377,84 @@ "opensearch.client": { "type": "Project", "dependencies": { - "OpenSearch.Net": "1.1.0" + "OpenSearch.Net": "[1.2.1, )" } }, "opensearch.client.jsonnetserializer": { "type": "Project", "dependencies": { - "Newtonsoft.Json": "13.0.1", - "OpenSearch.Client": "1.1.0" + "Newtonsoft.Json": "[13.0.1, )", + "OpenSearch.Client": "[1.2.1, )" } }, "opensearch.net": { "type": "Project", "dependencies": { - "Microsoft.CSharp": "4.6.0", - "System.Buffers": "4.5.1", - "System.Diagnostics.DiagnosticSource": "5.0.0" + "Microsoft.CSharp": "[4.6.0, )", + "System.Buffers": "[4.5.1, )", + "System.Diagnostics.DiagnosticSource": "[5.0.0, )" } }, "opensearch.opensearch.ephemeral": { "type": "Project", "dependencies": { - "OpenSearch.OpenSearch.Managed": "1.1.0", - "SharpZipLib.NETStandard": "1.0.7" + "OpenSearch.OpenSearch.Managed": "[1.2.1, )", + "SharpZipLib.NETStandard": "[1.0.7, )" } }, "opensearch.opensearch.managed": { "type": "Project", "dependencies": { - "OpenSearch.Stack.ArtifactsApi": "1.1.0", - "Proc": "0.6.1", - "System.Net.Http": "4.3.4" + "OpenSearch.Stack.ArtifactsApi": "[1.2.1, )", + "Proc": "[0.6.1, )", + "System.Net.Http": "[4.3.4, )" } }, "opensearch.opensearch.xunit": { "type": "Project", "dependencies": { - "OpenSearch.OpenSearch.Ephemeral": "1.1.0", - "xunit": "2.4.2" + "OpenSearch.OpenSearch.Ephemeral": "[1.2.1, )", + "xunit": "[2.4.2, )" } }, "opensearch.stack.artifactsapi": { "type": "Project", "dependencies": { - "SemanticVersioning": "0.8.0", - "System.Net.Http": "4.3.4", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Text.Json": "6.0.5" + "SemanticVersioning": "[0.8.0, )", + "System.Net.Http": "[4.3.4, )", + "System.Runtime.InteropServices.RuntimeInformation": "[4.3.0, )", + "System.Text.Json": "[6.0.5, )" } }, "tests.configuration": { "type": "Project", "dependencies": { - "OpenSearch.OpenSearch.Managed": "1.1.0" + "OpenSearch.OpenSearch.Managed": "[1.2.1, )" } }, "tests.core": { "type": "Project", "dependencies": { - "DiffPlex": "1.7.1", - "FluentAssertions": "5.10.3", - "JunitXml.TestLogger": "2.1.78", - "Microsoft.NET.Test.Sdk": "16.5.0", - "Nullean.VsTest.Pretty.TestLogger": "0.3.0", - "OpenSearch.Client.JsonNetSerializer": "1.1.0", - "OpenSearch.OpenSearch.Xunit": "1.1.0", - "Proc": "0.6.1", - "Tests.Domain": "1.1.0", - "xunit": "2.4.2" + "DiffPlex": "[1.7.1, )", + "FluentAssertions": "[5.10.3, )", + "JunitXml.TestLogger": "[2.1.78, )", + "Microsoft.NET.Test.Sdk": "[16.5.0, )", + "Nullean.VsTest.Pretty.TestLogger": "[0.3.0, )", + "OpenSearch.Client.JsonNetSerializer": "[1.2.1, )", + "OpenSearch.OpenSearch.Xunit": "[1.2.1, )", + "Proc": "[0.6.1, )", + "Tests.Domain": "[1.2.1, )", + "xunit": "[2.4.2, )" } }, "tests.domain": { "type": "Project", "dependencies": { - "Bogus": "22.1.2", - "Newtonsoft.Json": "13.0.1", - "OpenSearch.Client": "1.1.0", - "OpenSearch.OpenSearch.Managed": "1.1.0", - "Tests.Configuration": "1.1.0" + "Bogus": "[22.1.2, )", + "Newtonsoft.Json": "[13.0.1, )", + "OpenSearch.Client": "[1.2.1, )", + "OpenSearch.OpenSearch.Managed": "[1.2.1, )", + "Tests.Configuration": "[1.2.1, )" } } } diff --git a/tests/Tests.YamlRunner/Tests.YamlRunner.fsproj b/tests/Tests.YamlRunner/Tests.YamlRunner.fsproj index 5bdcc0c949..1f54b7c88c 100644 --- a/tests/Tests.YamlRunner/Tests.YamlRunner.fsproj +++ b/tests/Tests.YamlRunner/Tests.YamlRunner.fsproj @@ -2,7 +2,7 @@ Exe - net5.0 + net6.0 latest false true diff --git a/tests/Tests.YamlRunner/packages.lock.json b/tests/Tests.YamlRunner/packages.lock.json index 7aa8ae06dd..809f771582 100644 --- a/tests/Tests.YamlRunner/packages.lock.json +++ b/tests/Tests.YamlRunner/packages.lock.json @@ -1,7 +1,7 @@ { "version": 1, "dependencies": { - ".NETCoreApp,Version=v5.0": { + "net6.0": { "Argu": { "type": "Direct", "requested": "[5.5.0, )", @@ -31,7 +31,10 @@ "type": "Direct", "requested": "[1.0.0-preview.2, )", "resolved": "1.0.0-preview.2", - "contentHash": "m+pJPEO7HyXvrOna5Sr3s77ewXonjYWJTNL6drh8xACnMNxnlqUDKx9HfGeSE9wmfY0lQwppaeZpFTPGaH7kZg==" + "contentHash": "m+pJPEO7HyXvrOna5Sr3s77ewXonjYWJTNL6drh8xACnMNxnlqUDKx9HfGeSE9wmfY0lQwppaeZpFTPGaH7kZg==", + "dependencies": { + "Microsoft.NETFramework.ReferenceAssemblies.net461": "1.0.0-preview.2" + } }, "Newtonsoft.Json": { "type": "Direct", @@ -78,6 +81,11 @@ "resolved": "1.1.0", "contentHash": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==" }, + "Microsoft.NETFramework.ReferenceAssemblies.net461": { + "type": "Transitive", + "resolved": "1.0.0-preview.2", + "contentHash": "59D9ISjzCpfHG41r5x4BNZNNOCmE2o5YX8vcdOwsqfxOA0+6vQnxZrYq8KtthUU2JSvC13g941rSr5GRaNQOJg==" + }, "System.Buffers": { "type": "Transitive", "resolved": "4.5.1", @@ -269,9 +277,9 @@ "opensearch.net": { "type": "Project", "dependencies": { - "Microsoft.CSharp": "4.6.0", - "System.Buffers": "4.5.1", - "System.Diagnostics.DiagnosticSource": "5.0.0" + "Microsoft.CSharp": "[4.6.0, )", + "System.Buffers": "[4.5.1, )", + "System.Diagnostics.DiagnosticSource": "[5.0.0, )" } } } diff --git a/tests/Tests/Framework/EndpointTests/RequestResponseApiTestBase.cs b/tests/Tests/Framework/EndpointTests/RequestResponseApiTestBase.cs index e627acb90e..e2dd2ecdf9 100644 --- a/tests/Tests/Framework/EndpointTests/RequestResponseApiTestBase.cs +++ b/tests/Tests/Framework/EndpointTests/RequestResponseApiTestBase.cs @@ -82,7 +82,6 @@ protected RequestResponseApiTestBase(TCluster cluster, EndpointUsage usage) : ba protected static string RandomString() => Guid.NewGuid().ToString("N").Substring(0, 8); protected string U(string s) => Uri.EscapeDataString(s); - protected string Q(string s) => Uri.EscapeUriString(s); protected T ExtendedValue(string key) where T : class => UniqueValues.ExtendedValue(key); diff --git a/tests/Tests/Tests.csproj b/tests/Tests/Tests.csproj index 7d60318b6b..fae338305a 100644 --- a/tests/Tests/Tests.csproj +++ b/tests/Tests/Tests.csproj @@ -1,7 +1,7 @@  - net5.0 + net6.0 $(NoWarn);xUnit1013 True True @@ -25,4 +25,4 @@ - \ No newline at end of file + diff --git a/tests/Tests/packages.lock.json b/tests/Tests/packages.lock.json index b879d81be3..1c14c3fdb1 100644 --- a/tests/Tests/packages.lock.json +++ b/tests/Tests/packages.lock.json @@ -1,7 +1,7 @@ { "version": 1, "dependencies": { - ".NETCoreApp,Version=v5.0": { + "net6.0": { "Ben.Demystifier": { "type": "Direct", "requested": "[0.1.4, )", @@ -31,7 +31,10 @@ "type": "Direct", "requested": "[1.0.0-preview.2, )", "resolved": "1.0.0-preview.2", - "contentHash": "m+pJPEO7HyXvrOna5Sr3s77ewXonjYWJTNL6drh8xACnMNxnlqUDKx9HfGeSE9wmfY0lQwppaeZpFTPGaH7kZg==" + "contentHash": "m+pJPEO7HyXvrOna5Sr3s77ewXonjYWJTNL6drh8xACnMNxnlqUDKx9HfGeSE9wmfY0lQwppaeZpFTPGaH7kZg==", + "dependencies": { + "Microsoft.NETFramework.ReferenceAssemblies.net461": "1.0.0-preview.2" + } }, "SemanticVersioning": { "type": "Direct", @@ -100,6 +103,11 @@ "resolved": "1.1.0", "contentHash": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==" }, + "Microsoft.NETFramework.ReferenceAssemblies.net461": { + "type": "Transitive", + "resolved": "1.0.0-preview.2", + "contentHash": "59D9ISjzCpfHG41r5x4BNZNNOCmE2o5YX8vcdOwsqfxOA0+6vQnxZrYq8KtthUU2JSvC13g941rSr5GRaNQOJg==" + }, "Microsoft.TestPlatform.ObjectModel": { "type": "Transitive", "resolved": "16.5.0", @@ -1272,90 +1280,90 @@ "opensearch.client": { "type": "Project", "dependencies": { - "OpenSearch.Net": "1.1.0" + "OpenSearch.Net": "[1.2.1, )" } }, "opensearch.client.jsonnetserializer": { "type": "Project", "dependencies": { - "Newtonsoft.Json": "13.0.1", - "OpenSearch.Client": "1.1.0" + "Newtonsoft.Json": "[13.0.1, )", + "OpenSearch.Client": "[1.2.1, )" } }, "opensearch.net": { "type": "Project", "dependencies": { - "Microsoft.CSharp": "4.6.0", - "System.Buffers": "4.5.1", - "System.Diagnostics.DiagnosticSource": "5.0.0" + "Microsoft.CSharp": "[4.6.0, )", + "System.Buffers": "[4.5.1, )", + "System.Diagnostics.DiagnosticSource": "[5.0.0, )" } }, "opensearch.net.virtualizedcluster": { "type": "Project", "dependencies": { - "OpenSearch.Net": "1.1.0" + "OpenSearch.Net": "[1.2.1, )" } }, "opensearch.opensearch.ephemeral": { "type": "Project", "dependencies": { - "OpenSearch.OpenSearch.Managed": "1.1.0", - "SharpZipLib.NETStandard": "1.0.7" + "OpenSearch.OpenSearch.Managed": "[1.2.1, )", + "SharpZipLib.NETStandard": "[1.0.7, )" } }, "opensearch.opensearch.managed": { "type": "Project", "dependencies": { - "OpenSearch.Stack.ArtifactsApi": "1.1.0", - "Proc": "0.6.1", - "System.Net.Http": "4.3.4" + "OpenSearch.Stack.ArtifactsApi": "[1.2.1, )", + "Proc": "[0.6.1, )", + "System.Net.Http": "[4.3.4, )" } }, "opensearch.opensearch.xunit": { "type": "Project", "dependencies": { - "OpenSearch.OpenSearch.Ephemeral": "1.1.0", - "xunit": "2.4.2" + "OpenSearch.OpenSearch.Ephemeral": "[1.2.1, )", + "xunit": "[2.4.2, )" } }, "opensearch.stack.artifactsapi": { "type": "Project", "dependencies": { - "SemanticVersioning": "0.8.0", - "System.Net.Http": "4.3.4", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Text.Json": "6.0.5" + "SemanticVersioning": "[0.8.0, )", + "System.Net.Http": "[4.3.4, )", + "System.Runtime.InteropServices.RuntimeInformation": "[4.3.0, )", + "System.Text.Json": "[6.0.5, )" } }, "tests.configuration": { "type": "Project", "dependencies": { - "OpenSearch.OpenSearch.Managed": "1.1.0" + "OpenSearch.OpenSearch.Managed": "[1.2.1, )" } }, "tests.core": { "type": "Project", "dependencies": { - "DiffPlex": "1.7.1", - "FluentAssertions": "5.10.3", - "JunitXml.TestLogger": "2.1.78", - "Microsoft.NET.Test.Sdk": "16.5.0", - "Nullean.VsTest.Pretty.TestLogger": "0.3.0", - "OpenSearch.Client.JsonNetSerializer": "1.1.0", - "OpenSearch.OpenSearch.Xunit": "1.1.0", - "Proc": "0.6.1", - "Tests.Domain": "1.1.0", - "xunit": "2.4.2" + "DiffPlex": "[1.7.1, )", + "FluentAssertions": "[5.10.3, )", + "JunitXml.TestLogger": "[2.1.78, )", + "Microsoft.NET.Test.Sdk": "[16.5.0, )", + "Nullean.VsTest.Pretty.TestLogger": "[0.3.0, )", + "OpenSearch.Client.JsonNetSerializer": "[1.2.1, )", + "OpenSearch.OpenSearch.Xunit": "[1.2.1, )", + "Proc": "[0.6.1, )", + "Tests.Domain": "[1.2.1, )", + "xunit": "[2.4.2, )" } }, "tests.domain": { "type": "Project", "dependencies": { - "Bogus": "22.1.2", - "Newtonsoft.Json": "13.0.1", - "OpenSearch.Client": "1.1.0", - "OpenSearch.OpenSearch.Managed": "1.1.0", - "Tests.Configuration": "1.1.0" + "Bogus": "[22.1.2, )", + "Newtonsoft.Json": "[13.0.1, )", + "OpenSearch.Client": "[1.2.1, )", + "OpenSearch.OpenSearch.Managed": "[1.2.1, )", + "Tests.Configuration": "[1.2.1, )" } } }