From 6e98af9a5a1ce9473cd71c6221a3bd33897cbdd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 21:21:04 +0000 Subject: [PATCH] Bump the tests group with 9 updates Bumps the tests group with 9 updates: | Package | From | To | | --- | --- | --- | | [MessagePack](https://github.com/MessagePack-CSharp/MessagePack-CSharp) | `2.5.187` | `2.5.192` | | [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) | `13.0.3` | `13.0.1` | | [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.11.1` | `17.12.0` | | [MSTest.TestAdapter](https://github.com/microsoft/testfx) | `3.6.1` | `3.6.3` | | [MSTest.TestFramework](https://github.com/microsoft/testfx) | `3.6.1` | `3.6.3` | | [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) | `9.0.0` | `9.0.0` | | [Microsoft.Extensions.Logging](https://github.com/dotnet/runtime) | `9.0.0` | `9.0.0` | | [Npgsql.EntityFrameworkCore.PostgreSQL](https://github.com/npgsql/efcore.pg) | `9.0.0` | `9.0.1` | | [System.Data.SqlClient](https://github.com/dotnet/maintenance-packages) | `4.8.6` | `4.9.0` | Updates `MessagePack` from 2.5.187 to 2.5.192 - [Release notes](https://github.com/MessagePack-CSharp/MessagePack-CSharp/releases) - [Changelog](https://github.com/MessagePack-CSharp/MessagePack-CSharp/blob/master/prepare_release.ps1) - [Commits](https://github.com/MessagePack-CSharp/MessagePack-CSharp/compare/v2.5.187...v2.5.192) Updates `Newtonsoft.Json` from 13.0.3 to 13.0.1 - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/13.0.3...13.0.1) Updates `Microsoft.NET.Test.Sdk` from 17.11.1 to 17.12.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.11.1...v17.12.0) Updates `MSTest.TestAdapter` from 3.6.1 to 3.6.3 - [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.6.1...v3.6.3) Updates `MSTest.TestFramework` from 3.6.1 to 3.6.3 - [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.6.1...v3.6.3) Updates `Microsoft.EntityFrameworkCore` from 9.0.0 to 9.0.0 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v9.0.0...v9.0.0) Updates `Microsoft.Extensions.Logging` from 9.0.0 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v9.0.0...v9.0.0) Updates `Npgsql.EntityFrameworkCore.PostgreSQL` from 9.0.0 to 9.0.1 - [Release notes](https://github.com/npgsql/efcore.pg/releases) - [Commits](https://github.com/npgsql/efcore.pg/compare/v9.0.0...v9.0.1) Updates `System.Data.SqlClient` from 4.8.6 to 4.9.0 - [Release notes](https://github.com/dotnet/maintenance-packages/releases) - [Commits](https://github.com/dotnet/maintenance-packages/commits) --- updated-dependencies: - dependency-name: MessagePack dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tests - dependency-name: Newtonsoft.Json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tests - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tests - dependency-name: MSTest.TestAdapter dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tests - dependency-name: MSTest.TestFramework dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tests - dependency-name: Microsoft.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tests - dependency-name: Microsoft.Extensions.Logging dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tests - dependency-name: Npgsql.EntityFrameworkCore.PostgreSQL dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tests - dependency-name: System.Data.SqlClient dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tests ... Signed-off-by: dependabot[bot] --- .../EFCoreSecondLevelCacheInterceptor.Tests.csproj | 8 ++++---- .../EFCoreSecondLevelCacheInterceptor.UnitTests.csproj | 2 +- .../Issues/Issue12PostgreSql/Issue12PostgreSql.csproj | 2 +- .../Issues/Issue4SpatialType/Issue4SpatialType.csproj | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/Tests/EFCoreSecondLevelCacheInterceptor.Tests/EFCoreSecondLevelCacheInterceptor.Tests.csproj b/src/Tests/EFCoreSecondLevelCacheInterceptor.Tests/EFCoreSecondLevelCacheInterceptor.Tests.csproj index c35f8f6..3057bcd 100644 --- a/src/Tests/EFCoreSecondLevelCacheInterceptor.Tests/EFCoreSecondLevelCacheInterceptor.Tests.csproj +++ b/src/Tests/EFCoreSecondLevelCacheInterceptor.Tests/EFCoreSecondLevelCacheInterceptor.Tests.csproj @@ -24,17 +24,17 @@ - + - - + + - + diff --git a/src/Tests/EFCoreSecondLevelCacheInterceptor.UnitTests/EFCoreSecondLevelCacheInterceptor.UnitTests.csproj b/src/Tests/EFCoreSecondLevelCacheInterceptor.UnitTests/EFCoreSecondLevelCacheInterceptor.UnitTests.csproj index 2cf0ac1..d41c1c5 100644 --- a/src/Tests/EFCoreSecondLevelCacheInterceptor.UnitTests/EFCoreSecondLevelCacheInterceptor.UnitTests.csproj +++ b/src/Tests/EFCoreSecondLevelCacheInterceptor.UnitTests/EFCoreSecondLevelCacheInterceptor.UnitTests.csproj @@ -14,7 +14,7 @@ - + diff --git a/src/Tests/Issues/Issue12PostgreSql/Issue12PostgreSql.csproj b/src/Tests/Issues/Issue12PostgreSql/Issue12PostgreSql.csproj index 11602f8..af315d0 100644 --- a/src/Tests/Issues/Issue12PostgreSql/Issue12PostgreSql.csproj +++ b/src/Tests/Issues/Issue12PostgreSql/Issue12PostgreSql.csproj @@ -21,7 +21,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - + diff --git a/src/Tests/Issues/Issue4SpatialType/Issue4SpatialType.csproj b/src/Tests/Issues/Issue4SpatialType/Issue4SpatialType.csproj index ba6ef91..11e62ec 100644 --- a/src/Tests/Issues/Issue4SpatialType/Issue4SpatialType.csproj +++ b/src/Tests/Issues/Issue4SpatialType/Issue4SpatialType.csproj @@ -25,7 +25,7 @@ - +