From cc01ce08878aea775dc34ccead96066ef88c58a0 Mon Sep 17 00:00:00 2001 From: likp Date: Fri, 21 Aug 2026 11:19:29 +0200 Subject: [PATCH] Update test dependencies and PcAxis.Core version Updated the following dependencies in `PCAxis.Query.UnitTest.csproj`: - `Microsoft.NET.Test.Sdk` from 18.0.1 to 18.9.0 - `MSTest.TestAdapter` from 4.0.2 to 4.3.3 - `MSTest.TestFramework` from 4.0.2 to 4.3.3 Updated `PcAxis.Core` in `PCAxis.Query.csproj` from 1.2.7 to 1.4.0. Other dependencies, such as `Newtonsoft.Json` and `coverlet.collector`, remain unchanged. --- PCAxis.Query.UnitTest/PCAxis.Query.UnitTest.csproj | 6 +++--- PCAxis.Query/PCAxis.Query.csproj | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PCAxis.Query.UnitTest/PCAxis.Query.UnitTest.csproj b/PCAxis.Query.UnitTest/PCAxis.Query.UnitTest.csproj index 5e900ef..e4ccc0a 100644 --- a/PCAxis.Query.UnitTest/PCAxis.Query.UnitTest.csproj +++ b/PCAxis.Query.UnitTest/PCAxis.Query.UnitTest.csproj @@ -7,9 +7,9 @@ - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/PCAxis.Query/PCAxis.Query.csproj b/PCAxis.Query/PCAxis.Query.csproj index 50ef705..398fb6f 100644 --- a/PCAxis.Query/PCAxis.Query.csproj +++ b/PCAxis.Query/PCAxis.Query.csproj @@ -24,7 +24,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - +