From 2dfbf7fa1dc24f6e2e21ef626cb83c59632d02e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 04:34:51 +0000 Subject: [PATCH] deps: Bump the dotnet-microsoft group with 5 updates Bumps Aspire.Hosting.AppHost from 13.4.5 to 13.4.6 Bumps Microsoft.Data.SqlClient from 7.0.1 to 7.0.2 Bumps Microsoft.Identity.Client from 4.85.0 to 4.85.2 Bumps Microsoft.Identity.Client.Extensions.Msal from 4.85.0 to 4.85.2 Bumps Microsoft.NET.Test.Sdk from 18.6.0 to 18.7.0 --- updated-dependencies: - dependency-name: Aspire.Hosting.AppHost dependency-version: 13.4.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet-microsoft - dependency-name: Microsoft.Data.SqlClient dependency-version: 7.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet-microsoft - dependency-name: Microsoft.Identity.Client dependency-version: 4.85.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet-microsoft - dependency-name: Microsoft.Identity.Client dependency-version: 4.85.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet-microsoft - dependency-name: Microsoft.Identity.Client.Extensions.Msal dependency-version: 4.85.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet-microsoft - dependency-name: Microsoft.Identity.Client.Extensions.Msal dependency-version: 4.85.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet-microsoft - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet-microsoft - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet-microsoft - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet-microsoft - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet-microsoft - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet-microsoft - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet-microsoft - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet-microsoft - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet-microsoft - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet-microsoft - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet-microsoft - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet-microsoft - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet-microsoft - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet-microsoft ... Signed-off-by: dependabot[bot] --- .../OrderManagement.Tests.csproj | 82 +++--- .../SharpCoreDB.FluentMigratorDemo.csproj | 98 +++---- .../SharpCoreDb.Orchardcore.csproj | 132 +++++----- .../SharpCoreDB.AppHost.csproj | 66 ++--- .../SharpCoreDB.Extensions.csproj | 243 +++++++++--------- .../SharpCoreDB.Analytics.Tests.csproj | 70 ++--- .../SharpCoreDB.CQRS.Tests.csproj | 76 +++--- ...arpCoreDB.EntityFrameworkCore.Tests.csproj | 96 +++---- .../SharpCoreDB.EventSourcing.Tests.csproj | 72 +++--- .../SharpCoreDB.Functional.Tests.csproj | 70 ++--- .../SharpCoreDB.Identity.Tests.csproj | 88 +++---- .../SharpCoreDB.Projections.Tests.csproj | 76 +++--- .../SharpCoreDB.Provider.Sync.Tests.csproj | 130 +++++----- ...SharpCoreDB.Server.IntegrationTests.csproj | 84 +++--- .../SharpCoreDB.Tests.csproj | 142 +++++----- .../SharpCoreDB.VectorSearch.Tests.csproj | 80 +++--- .../SharpCoreDB.Viewer.Tests.csproj | 64 ++--- 17 files changed, 835 insertions(+), 834 deletions(-) diff --git a/Examples/EventSourcing/OrderManagement.Tests/OrderManagement.Tests.csproj b/Examples/EventSourcing/OrderManagement.Tests/OrderManagement.Tests.csproj index 9c3c8445..8d3a473b 100644 --- a/Examples/EventSourcing/OrderManagement.Tests/OrderManagement.Tests.csproj +++ b/Examples/EventSourcing/OrderManagement.Tests/OrderManagement.Tests.csproj @@ -1,41 +1,41 @@ - - - - net10.0 - 14.0 - enable - enable - false - true - true - false - - - - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - - - - - - - - - - - - - - - - - - - - + + + + net10.0 + 14.0 + enable + enable + false + true + true + false + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + + + + + + + + + + + + + + + + + + + diff --git a/Examples/FluentMigrator/SharpCoreDB.FluentMigratorDemo/SharpCoreDB.FluentMigratorDemo.csproj b/Examples/FluentMigrator/SharpCoreDB.FluentMigratorDemo/SharpCoreDB.FluentMigratorDemo.csproj index c95ab08c..79dea6d9 100644 --- a/Examples/FluentMigrator/SharpCoreDB.FluentMigratorDemo/SharpCoreDB.FluentMigratorDemo.csproj +++ b/Examples/FluentMigrator/SharpCoreDB.FluentMigratorDemo/SharpCoreDB.FluentMigratorDemo.csproj @@ -1,49 +1,49 @@ - - - - Exe - net10.0 - 14.0 - enable - enable - 1.9.0 - false - - true - false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + Exe + net10.0 + 14.0 + enable + enable + 1.9.0 + false + + true + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Examples/Web/Orchardcore/SharpCoreDb.Orchardcore/SharpCoreDb.Orchardcore.csproj b/Examples/Web/Orchardcore/SharpCoreDb.Orchardcore/SharpCoreDb.Orchardcore.csproj index 281c47ed..8975e564 100644 --- a/Examples/Web/Orchardcore/SharpCoreDb.Orchardcore/SharpCoreDb.Orchardcore.csproj +++ b/Examples/Web/Orchardcore/SharpCoreDb.Orchardcore/SharpCoreDb.Orchardcore.csproj @@ -1,66 +1,66 @@ - - - - net10.0 - enable - enable - - false - false - true - - true - true - false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + net10.0 + enable + enable + + false + false + true + + true + true + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/SharpCoreDB.AppHost/SharpCoreDB.AppHost.csproj b/src/SharpCoreDB.AppHost/SharpCoreDB.AppHost.csproj index 4495146e..88f4c5fe 100644 --- a/src/SharpCoreDB.AppHost/SharpCoreDB.AppHost.csproj +++ b/src/SharpCoreDB.AppHost/SharpCoreDB.AppHost.csproj @@ -1,33 +1,33 @@ - - - - - Exe - net10.0 - 14.0 - enable - enable - false - - - - - - - - - - - - - - - - - - - - - - - + + + + + Exe + net10.0 + 14.0 + enable + enable + false + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/SharpCoreDB.Extensions/SharpCoreDB.Extensions.csproj b/src/SharpCoreDB.Extensions/SharpCoreDB.Extensions.csproj index b7a8e790..90cf8050 100644 --- a/src/SharpCoreDB.Extensions/SharpCoreDB.Extensions.csproj +++ b/src/SharpCoreDB.Extensions/SharpCoreDB.Extensions.csproj @@ -1,121 +1,122 @@ - - - - net10.0 - 14.0 - enable - enable - - - SharpCoreDB.Extensions - 1.9.2 - MPCoreDeveloper - SharpCoreDB - SharpCoreDB.Extensions - Extensions for SharpCoreDB including Dapper integration and ASP.NET Core health checks. Built for .NET 10 with C# 14. Supports Windows, Linux, macOS, Android, iOS, and IoT/embedded devices with platform-specific optimizations. - Copyright (c) 2026 MPCoreDeveloper - v1.9.2: Release preparation version bump across all packages, documentation updates to current release label 1.9.2, inclusion of current test count (2,223) in docs, and changelog entry for changes since 1.9.1. - sharpcoredb;database;dapper;healthchecks;extensions;net10;csharp14;android;ios;mobile;iot;arm64;x64 - MIT - https://github.com/MPCoreDeveloper/SharpCoreDB - https://github.com/MPCoreDeveloper/SharpCoreDB - git - NuGet.README.md - SharpCoreDB.jpg - true - snupkg - - - false - true - - - true - AnyCPU - false - - - win-x64;win-arm64;linux-x64;linux-arm64;osx-x64;osx-arm64 - - - - None - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + net10.0 + 14.0 + enable + enable + + + SharpCoreDB.Extensions + 1.9.2 + MPCoreDeveloper + SharpCoreDB + SharpCoreDB.Extensions + Extensions for SharpCoreDB including Dapper integration and ASP.NET Core health checks. Built for .NET 10 with C# 14. Supports Windows, Linux, macOS, Android, iOS, and IoT/embedded devices with platform-specific optimizations. + Copyright (c) 2026 MPCoreDeveloper + v1.9.2: Release preparation version bump across all packages, documentation updates to current release label 1.9.2, inclusion of current test count (2,223) in docs, and changelog entry for changes since 1.9.1. + sharpcoredb;database;dapper;healthchecks;extensions;net10;csharp14;android;ios;mobile;iot;arm64;x64 + MIT + https://github.com/MPCoreDeveloper/SharpCoreDB + https://github.com/MPCoreDeveloper/SharpCoreDB + git + NuGet.README.md + SharpCoreDB.jpg + true + snupkg + + + false + true + + + true + AnyCPU + false + + + win-x64;win-arm64;linux-x64;linux-arm64;osx-x64;osx-arm64 + + + + None + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tests/SharpCoreDB.Analytics.Tests/SharpCoreDB.Analytics.Tests.csproj b/tests/SharpCoreDB.Analytics.Tests/SharpCoreDB.Analytics.Tests.csproj index 72ee95f1..100889d7 100644 --- a/tests/SharpCoreDB.Analytics.Tests/SharpCoreDB.Analytics.Tests.csproj +++ b/tests/SharpCoreDB.Analytics.Tests/SharpCoreDB.Analytics.Tests.csproj @@ -1,35 +1,35 @@ - - - - net10.0 - enable - enable - false - - - - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - - - - - + + + + net10.0 + enable + enable + false + + + + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + + + + + + diff --git a/tests/SharpCoreDB.CQRS.Tests/SharpCoreDB.CQRS.Tests.csproj b/tests/SharpCoreDB.CQRS.Tests/SharpCoreDB.CQRS.Tests.csproj index 083342ac..921f0b57 100644 --- a/tests/SharpCoreDB.CQRS.Tests/SharpCoreDB.CQRS.Tests.csproj +++ b/tests/SharpCoreDB.CQRS.Tests/SharpCoreDB.CQRS.Tests.csproj @@ -1,38 +1,38 @@ - - - - net10.0 - 14.0 - enable - enable - Exe - false - true - 1.9.0 - - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - - - - - - - - - - - - + + + + net10.0 + 14.0 + enable + enable + Exe + false + true + 1.9.0 + + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + + + + + + + + + + + + + diff --git a/tests/SharpCoreDB.EntityFrameworkCore.Tests/SharpCoreDB.EntityFrameworkCore.Tests.csproj b/tests/SharpCoreDB.EntityFrameworkCore.Tests/SharpCoreDB.EntityFrameworkCore.Tests.csproj index 56dc6eb4..9edf26c7 100644 --- a/tests/SharpCoreDB.EntityFrameworkCore.Tests/SharpCoreDB.EntityFrameworkCore.Tests.csproj +++ b/tests/SharpCoreDB.EntityFrameworkCore.Tests/SharpCoreDB.EntityFrameworkCore.Tests.csproj @@ -1,48 +1,48 @@ - - - - net10.0 - 1.9.2 - 14.0 - enable - enable - false - true - SharpCoreDB.EntityFrameworkCore.Tests - MPCoreDeveloper - SharpCoreDB - Unit tests for SharpCoreDB EntityFrameworkCore integration. - $(MSBuildProjectDirectory)\test.runsettings - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - - - - - - - - - - - - - + + + + net10.0 + 1.9.2 + 14.0 + enable + enable + false + true + SharpCoreDB.EntityFrameworkCore.Tests + MPCoreDeveloper + SharpCoreDB + Unit tests for SharpCoreDB EntityFrameworkCore integration. + $(MSBuildProjectDirectory)\test.runsettings + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + + + + + + + + + + + + + + diff --git a/tests/SharpCoreDB.EventSourcing.Tests/SharpCoreDB.EventSourcing.Tests.csproj b/tests/SharpCoreDB.EventSourcing.Tests/SharpCoreDB.EventSourcing.Tests.csproj index ec079390..8c79b03d 100644 --- a/tests/SharpCoreDB.EventSourcing.Tests/SharpCoreDB.EventSourcing.Tests.csproj +++ b/tests/SharpCoreDB.EventSourcing.Tests/SharpCoreDB.EventSourcing.Tests.csproj @@ -1,36 +1,36 @@ - - - - net10.0 - 14.0 - enable - enable - Exe - false - true - 1.9.0 - - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - - - - - - - - - - + + + + net10.0 + 14.0 + enable + enable + Exe + false + true + 1.9.0 + + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + + + + + + + + + + + diff --git a/tests/SharpCoreDB.Functional.Tests/SharpCoreDB.Functional.Tests.csproj b/tests/SharpCoreDB.Functional.Tests/SharpCoreDB.Functional.Tests.csproj index c8a1429d..4bf0396c 100644 --- a/tests/SharpCoreDB.Functional.Tests/SharpCoreDB.Functional.Tests.csproj +++ b/tests/SharpCoreDB.Functional.Tests/SharpCoreDB.Functional.Tests.csproj @@ -1,35 +1,35 @@ - - - - net10.0 - 14.0 - enable - enable - false - true - - - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - - - - - - - - - - + + + + net10.0 + 14.0 + enable + enable + false + true + + + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + + + + + + + + + + + diff --git a/tests/SharpCoreDB.Identity.Tests/SharpCoreDB.Identity.Tests.csproj b/tests/SharpCoreDB.Identity.Tests/SharpCoreDB.Identity.Tests.csproj index 2b0d0b91..63b8443f 100644 --- a/tests/SharpCoreDB.Identity.Tests/SharpCoreDB.Identity.Tests.csproj +++ b/tests/SharpCoreDB.Identity.Tests/SharpCoreDB.Identity.Tests.csproj @@ -1,44 +1,44 @@ - - - - net10.0 - 1.9.2 - 14.0 - enable - enable - false - true - SharpCoreDB.Identity.Tests - MPCoreDeveloper - SharpCoreDB - Unit tests for SharpCoreDB.Identity. - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - - - - - - - - - - + + + + net10.0 + 1.9.2 + 14.0 + enable + enable + false + true + SharpCoreDB.Identity.Tests + MPCoreDeveloper + SharpCoreDB + Unit tests for SharpCoreDB.Identity. + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + + + + + + + + + + + diff --git a/tests/SharpCoreDB.Projections.Tests/SharpCoreDB.Projections.Tests.csproj b/tests/SharpCoreDB.Projections.Tests/SharpCoreDB.Projections.Tests.csproj index e37ed8b7..3445c5d1 100644 --- a/tests/SharpCoreDB.Projections.Tests/SharpCoreDB.Projections.Tests.csproj +++ b/tests/SharpCoreDB.Projections.Tests/SharpCoreDB.Projections.Tests.csproj @@ -1,38 +1,38 @@ - - - - net10.0 - 14.0 - enable - enable - Exe - false - true - 1.9.0 - - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - - - - - - - - - - - - + + + + net10.0 + 14.0 + enable + enable + Exe + false + true + 1.9.0 + + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + + + + + + + + + + + + + diff --git a/tests/SharpCoreDB.Provider.Sync.Tests/SharpCoreDB.Provider.Sync.Tests.csproj b/tests/SharpCoreDB.Provider.Sync.Tests/SharpCoreDB.Provider.Sync.Tests.csproj index 6f7a3b64..4c71607e 100644 --- a/tests/SharpCoreDB.Provider.Sync.Tests/SharpCoreDB.Provider.Sync.Tests.csproj +++ b/tests/SharpCoreDB.Provider.Sync.Tests/SharpCoreDB.Provider.Sync.Tests.csproj @@ -1,65 +1,65 @@ - - - - net10.0 - 14.0 - enable - enable - true - - - false - false - - - false - - - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + net10.0 + 14.0 + enable + enable + true + + + false + false + + + false + + + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tests/SharpCoreDB.Server.IntegrationTests/SharpCoreDB.Server.IntegrationTests.csproj b/tests/SharpCoreDB.Server.IntegrationTests/SharpCoreDB.Server.IntegrationTests.csproj index df078f6a..9095291f 100644 --- a/tests/SharpCoreDB.Server.IntegrationTests/SharpCoreDB.Server.IntegrationTests.csproj +++ b/tests/SharpCoreDB.Server.IntegrationTests/SharpCoreDB.Server.IntegrationTests.csproj @@ -1,42 +1,42 @@ - - - - net10.0 - 14.0 - Exe - enable - enable - false - true - - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - - - - - - - - - - - - - + + + + net10.0 + 14.0 + Exe + enable + enable + false + true + + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + + + + + + + + + + + + + + diff --git a/tests/SharpCoreDB.Tests/SharpCoreDB.Tests.csproj b/tests/SharpCoreDB.Tests/SharpCoreDB.Tests.csproj index cddbdf77..bb9c25b2 100644 --- a/tests/SharpCoreDB.Tests/SharpCoreDB.Tests.csproj +++ b/tests/SharpCoreDB.Tests/SharpCoreDB.Tests.csproj @@ -1,71 +1,71 @@ - - - - net10.0 - 1.9.2 - 14.0 - enable - enable - false - true - $(MSBuildProjectDirectory)\test.runsettings - SharpCoreDB.Tests - MPCoreDeveloper - SharpCoreDB - Unit tests for SharpCoreDB. - v1.0.5: Added tests for DEFAULT/CHECK constraints; transaction stability tests for batch APIs. - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + net10.0 + 1.9.2 + 14.0 + enable + enable + false + true + $(MSBuildProjectDirectory)\test.runsettings + SharpCoreDB.Tests + MPCoreDeveloper + SharpCoreDB + Unit tests for SharpCoreDB. + v1.0.5: Added tests for DEFAULT/CHECK constraints; transaction stability tests for batch APIs. + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tests/SharpCoreDB.VectorSearch.Tests/SharpCoreDB.VectorSearch.Tests.csproj b/tests/SharpCoreDB.VectorSearch.Tests/SharpCoreDB.VectorSearch.Tests.csproj index 1f62b642..a4056f27 100644 --- a/tests/SharpCoreDB.VectorSearch.Tests/SharpCoreDB.VectorSearch.Tests.csproj +++ b/tests/SharpCoreDB.VectorSearch.Tests/SharpCoreDB.VectorSearch.Tests.csproj @@ -1,40 +1,40 @@ - - - - net10.0 - 14.0 - enable - enable - true - false - true - $(MSBuildProjectDirectory)\test.runsettings - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - - - - - - - - - - + + + + net10.0 + 14.0 + enable + enable + true + false + true + $(MSBuildProjectDirectory)\test.runsettings + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + + + + + + + + + + + diff --git a/tests/SharpCoreDB.Viewer.Tests/SharpCoreDB.Viewer.Tests.csproj b/tests/SharpCoreDB.Viewer.Tests/SharpCoreDB.Viewer.Tests.csproj index 33644431..bebb357e 100644 --- a/tests/SharpCoreDB.Viewer.Tests/SharpCoreDB.Viewer.Tests.csproj +++ b/tests/SharpCoreDB.Viewer.Tests/SharpCoreDB.Viewer.Tests.csproj @@ -1,32 +1,32 @@ - - - net10.0 - 14.0 - enable - enable - false - true - - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - - - - - - - - - + + + net10.0 + 14.0 + enable + enable + false + true + + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + + + + + + + + + +