From cedfbe9277ccb04c5ae0e4d9d86176d7f95db133 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 05:06:26 +0000 Subject: [PATCH] chore(deps): bump the all group with 7 updates Bumps the all group with 7 updates: | Package | From | To | | --- | --- | --- | | [Tiktoken](https://github.com/tryAGI/Tiktoken) | `1.1.1` | `1.1.3` | | [System.Text.Json](https://github.com/dotnet/runtime) | `7.0.3` | `8.0.0` | | [GitHubActionsTestLogger](https://github.com/Tyrrrz/GitHubActionsTestLogger) | `2.3.2` | `2.3.3` | | [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.6.3` | `17.8.0` | | [MSTest.TestAdapter](https://github.com/microsoft/testfx) | `3.0.4` | `3.1.1` | | [MSTest.TestFramework](https://github.com/microsoft/testfx) | `3.0.4` | `3.1.1` | | [FluentAssertions](https://github.com/fluentassertions/fluentassertions) | `6.11.0` | `6.12.0` | Updates `Tiktoken` from 1.1.1 to 1.1.3 - [Commits](https://github.com/tryAGI/Tiktoken/commits) Updates `System.Text.Json` from 7.0.3 to 8.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v7.0.3...v8.0.0) Updates `GitHubActionsTestLogger` from 2.3.2 to 2.3.3 - [Changelog](https://github.com/Tyrrrz/GitHubActionsTestLogger/blob/master/Changelog.md) - [Commits](https://github.com/Tyrrrz/GitHubActionsTestLogger/compare/2.3.2...2.3.3) Updates `Microsoft.NET.Test.Sdk` from 17.6.3 to 17.8.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.6.3...v17.8.0) Updates `MSTest.TestAdapter` from 3.0.4 to 3.1.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.0.4...v3.1.1) Updates `MSTest.TestFramework` from 3.0.4 to 3.1.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.0.4...v3.1.1) Updates `FluentAssertions` from 6.11.0 to 6.12.0 - [Release notes](https://github.com/fluentassertions/fluentassertions/releases) - [Changelog](https://github.com/fluentassertions/fluentassertions/blob/develop/AcceptApiChanges.ps1) - [Commits](https://github.com/fluentassertions/fluentassertions/compare/6.11.0...6.12.0) --- updated-dependencies: - dependency-name: Tiktoken dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: System.Text.Json dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: GitHubActionsTestLogger dependency-type: direct:production update-type: version-update:semver-patch 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: FluentAssertions dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] --- src/libs/AI21/AI21.csproj | 6 +++--- .../AI21.IntegrationTests/AI21.IntegrationTests.csproj | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) mode change 100755 => 100644 src/libs/AI21/AI21.csproj mode change 100755 => 100644 src/tests/AI21.IntegrationTests/AI21.IntegrationTests.csproj diff --git a/src/libs/AI21/AI21.csproj b/src/libs/AI21/AI21.csproj old mode 100755 new mode 100644 index 8745777..1dab3b0 --- a/src/libs/AI21/AI21.csproj +++ b/src/libs/AI21/AI21.csproj @@ -26,18 +26,18 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + - + - + diff --git a/src/tests/AI21.IntegrationTests/AI21.IntegrationTests.csproj b/src/tests/AI21.IntegrationTests/AI21.IntegrationTests.csproj old mode 100755 new mode 100644 index 23ca596..ccb547c --- a/src/tests/AI21.IntegrationTests/AI21.IntegrationTests.csproj +++ b/src/tests/AI21.IntegrationTests/AI21.IntegrationTests.csproj @@ -5,14 +5,14 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - + + + +