From 7e1116e9609892fd74acbb7f4bb3156d1fc27ce9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 03:31:17 +0000 Subject: [PATCH] chore(deps): Bump the all group with 8 updates Bumps the all group with 8 updates: | Package | From | To | | --- | --- | --- | | [PolySharp](https://github.com/Sergio0694/PolySharp) | `1.13.2` | `1.14.1` | | [Tiktoken](https://github.com/tryAGI/Tiktoken) | `1.1.3` | `1.2.0` | | [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.8.0` | `17.9.0` | | [MSTest.TestAdapter](https://github.com/microsoft/testfx) | `3.1.1` | `3.3.1` | | [MSTest.TestFramework](https://github.com/microsoft/testfx) | `3.1.1` | `3.3.1` | | [Microsoft.CodeAnalysis.CSharp.Workspaces](https://github.com/dotnet/roslyn) | `4.8.0` | `4.9.2` | | [Microsoft.CodeAnalysis.CSharp](https://github.com/dotnet/roslyn) | `4.3.1` | `4.9.2` | | [Verify.MSTest](https://github.com/VerifyTests/Verify) | `23.1.0` | `23.7.1` | Updates `PolySharp` from 1.13.2 to 1.14.1 - [Release notes](https://github.com/Sergio0694/PolySharp/releases) - [Commits](https://github.com/Sergio0694/PolySharp/compare/1.13.2...1.14.1) Updates `Tiktoken` from 1.1.3 to 1.2.0 - [Commits](https://github.com/tryAGI/Tiktoken/commits) Updates `Microsoft.NET.Test.Sdk` from 17.8.0 to 17.9.0 - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](https://github.com/microsoft/vstest/compare/v17.8.0...v17.9.0) Updates `MSTest.TestAdapter` from 3.1.1 to 3.3.1 - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](https://github.com/microsoft/testfx/compare/v3.1.1...v3.3.1) Updates `MSTest.TestFramework` from 3.1.1 to 3.3.1 - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](https://github.com/microsoft/testfx/compare/v3.1.1...v3.3.1) Updates `Microsoft.CodeAnalysis.CSharp.Workspaces` from 4.8.0 to 4.9.2 - [Release notes](https://github.com/dotnet/roslyn/releases) - [Changelog](https://github.com/dotnet/roslyn/blob/main/docs/Breaking%20API%20Changes.md) - [Commits](https://github.com/dotnet/roslyn/commits) Updates `Microsoft.CodeAnalysis.CSharp` from 4.3.1 to 4.9.2 - [Release notes](https://github.com/dotnet/roslyn/releases) - [Changelog](https://github.com/dotnet/roslyn/blob/main/docs/Breaking%20API%20Changes.md) - [Commits](https://github.com/dotnet/roslyn/commits) Updates `Verify.MSTest` from 23.1.0 to 23.7.1 - [Release notes](https://github.com/VerifyTests/Verify/releases) - [Commits](https://github.com/VerifyTests/Verify/compare/23.1.0...23.7.1) --- updated-dependencies: - dependency-name: PolySharp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: Tiktoken dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: MSTest.TestAdapter dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: MSTest.TestFramework dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: Microsoft.CodeAnalysis.CSharp.Workspaces dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: Microsoft.CodeAnalysis.CSharp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: Verify.MSTest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] --- src/libs/OpenAI.Constants/OpenAI.Constants.csproj | 2 +- src/libs/OpenAI/OpenAI.csproj | 2 +- .../CodeAsOpenApi.Tests/CodeAsOpenApi.Tests.csproj | 10 +++++----- .../OpenAI.Generators.IntegrationTests.csproj | 6 +++--- .../OpenAI.Generators.SnapshotTests.csproj | 10 +++++----- .../OpenAI.IntegrationTests.csproj | 6 +++--- 6 files changed, 18 insertions(+), 18 deletions(-) diff --git a/src/libs/OpenAI.Constants/OpenAI.Constants.csproj b/src/libs/OpenAI.Constants/OpenAI.Constants.csproj index 9aa6f436..eff9dd97 100644 --- a/src/libs/OpenAI.Constants/OpenAI.Constants.csproj +++ b/src/libs/OpenAI.Constants/OpenAI.Constants.csproj @@ -25,7 +25,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/libs/OpenAI/OpenAI.csproj b/src/libs/OpenAI/OpenAI.csproj index 58c4d36e..870e6377 100644 --- a/src/libs/OpenAI/OpenAI.csproj +++ b/src/libs/OpenAI/OpenAI.csproj @@ -34,7 +34,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/src/tests/CodeAsOpenApi.Tests/CodeAsOpenApi.Tests.csproj b/src/tests/CodeAsOpenApi.Tests/CodeAsOpenApi.Tests.csproj index 3f3fbb2c..0eea55c3 100644 --- a/src/tests/CodeAsOpenApi.Tests/CodeAsOpenApi.Tests.csproj +++ b/src/tests/CodeAsOpenApi.Tests/CodeAsOpenApi.Tests.csproj @@ -13,9 +13,9 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - - + + + @@ -26,8 +26,8 @@ - - + + diff --git a/src/tests/OpenAI.Generators.IntegrationTests/OpenAI.Generators.IntegrationTests.csproj b/src/tests/OpenAI.Generators.IntegrationTests/OpenAI.Generators.IntegrationTests.csproj index aad05334..03352ccc 100644 --- a/src/tests/OpenAI.Generators.IntegrationTests/OpenAI.Generators.IntegrationTests.csproj +++ b/src/tests/OpenAI.Generators.IntegrationTests/OpenAI.Generators.IntegrationTests.csproj @@ -10,9 +10,9 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - - + + + diff --git a/src/tests/OpenAI.Generators.SnapshotTests/OpenAI.Generators.SnapshotTests.csproj b/src/tests/OpenAI.Generators.SnapshotTests/OpenAI.Generators.SnapshotTests.csproj index d178dbb4..bd1e8ea6 100644 --- a/src/tests/OpenAI.Generators.SnapshotTests/OpenAI.Generators.SnapshotTests.csproj +++ b/src/tests/OpenAI.Generators.SnapshotTests/OpenAI.Generators.SnapshotTests.csproj @@ -14,9 +14,9 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - - + + + @@ -27,8 +27,8 @@ - - + + diff --git a/src/tests/OpenAI.IntegrationTests/OpenAI.IntegrationTests.csproj b/src/tests/OpenAI.IntegrationTests/OpenAI.IntegrationTests.csproj index dcbf3079..50143ced 100644 --- a/src/tests/OpenAI.IntegrationTests/OpenAI.IntegrationTests.csproj +++ b/src/tests/OpenAI.IntegrationTests/OpenAI.IntegrationTests.csproj @@ -9,9 +9,9 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - - + + +