From 1b63177b6017973849fe9676cb5ee431c0243dbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Feb 2026 06:38:01 +0000 Subject: [PATCH] deps: Bump the nuget-patch-minor group with 5 updates Bumps Daqifi.Core from 0.14.0 to 0.16.0 Bumps MSTest.TestAdapter from 4.0.2 to 4.1.0 Bumps MSTest.TestFramework from 4.0.2 to 4.1.0 Bumps NLog from 6.0.7 to 6.1.0 Bumps System.IO.Ports from 10.0.2 to 10.0.3 --- updated-dependencies: - dependency-name: Daqifi.Core dependency-version: 0.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-patch-minor - dependency-name: Daqifi.Core dependency-version: 0.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-patch-minor - dependency-name: MSTest.TestAdapter dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-patch-minor - dependency-name: MSTest.TestFramework dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-patch-minor - dependency-name: MSTest.TestAdapter dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-patch-minor - dependency-name: MSTest.TestFramework dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-patch-minor - dependency-name: MSTest.TestAdapter dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-patch-minor - dependency-name: MSTest.TestFramework dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-patch-minor - dependency-name: MSTest.TestAdapter dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-patch-minor - dependency-name: MSTest.TestFramework dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-patch-minor - dependency-name: NLog dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-patch-minor - dependency-name: System.IO.Ports dependency-version: 10.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-patch-minor - dependency-name: System.IO.Ports dependency-version: 10.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-patch-minor ... Signed-off-by: dependabot[bot] --- .../Daqifi.Desktop.Bootloader.Test.csproj | 92 +++++++++---------- .../Daqifi.Desktop.Common.Test.csproj | 30 +++--- .../Daqifi.Desktop.Common.csproj | 40 ++++---- .../Daqifi.Desktop.DataModel.Test.csproj | 30 +++--- .../Daqifi.Desktop.DataModel.csproj | 42 ++++----- .../Daqifi.Desktop.IO.Test.csproj | 42 ++++----- Daqifi.Desktop.IO/Daqifi.Desktop.IO.csproj | 46 +++++----- 7 files changed, 161 insertions(+), 161 deletions(-) diff --git a/Daqifi.Desktop.Bootloader.Test/Daqifi.Desktop.Bootloader.Test.csproj b/Daqifi.Desktop.Bootloader.Test/Daqifi.Desktop.Bootloader.Test.csproj index c763d529..2d58a88d 100644 --- a/Daqifi.Desktop.Bootloader.Test/Daqifi.Desktop.Bootloader.Test.csproj +++ b/Daqifi.Desktop.Bootloader.Test/Daqifi.Desktop.Bootloader.Test.csproj @@ -1,47 +1,47 @@ - - - Library - false - net9.0-windows - CA1707;CA1416 - - - - - - - - - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - - - - - - - - - - - - False - - - False - - - False - - - False - - - - + + + Library + false + net9.0-windows + CA1707;CA1416 + + + + + + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + + + + + + + + + + + False + + + False + + + False + + + False + + + + \ No newline at end of file diff --git a/Daqifi.Desktop.Common.Test/Daqifi.Desktop.Common.Test.csproj b/Daqifi.Desktop.Common.Test/Daqifi.Desktop.Common.Test.csproj index bfed88b0..b435cb3b 100644 --- a/Daqifi.Desktop.Common.Test/Daqifi.Desktop.Common.Test.csproj +++ b/Daqifi.Desktop.Common.Test/Daqifi.Desktop.Common.Test.csproj @@ -1,16 +1,16 @@ - - - net9.0 - false - CA1707;CA1416 - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - - - + + + net9.0 + false + CA1707;CA1416 + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + + \ No newline at end of file diff --git a/Daqifi.Desktop.Common/Daqifi.Desktop.Common.csproj b/Daqifi.Desktop.Common/Daqifi.Desktop.Common.csproj index 095446a9..67f5e992 100644 --- a/Daqifi.Desktop.Common/Daqifi.Desktop.Common.csproj +++ b/Daqifi.Desktop.Common/Daqifi.Desktop.Common.csproj @@ -1,21 +1,21 @@ - - - - net9.0 - enable - enable - - - 3.0.0.0 - 3.0.0.0 - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - + + + + net9.0 + enable + enable + + + 3.0.0.0 + 3.0.0.0 + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + \ No newline at end of file diff --git a/Daqifi.Desktop.DataModel.Test/Daqifi.Desktop.DataModel.Test.csproj b/Daqifi.Desktop.DataModel.Test/Daqifi.Desktop.DataModel.Test.csproj index bfed88b0..b435cb3b 100644 --- a/Daqifi.Desktop.DataModel.Test/Daqifi.Desktop.DataModel.Test.csproj +++ b/Daqifi.Desktop.DataModel.Test/Daqifi.Desktop.DataModel.Test.csproj @@ -1,16 +1,16 @@ - - - net9.0 - false - CA1707;CA1416 - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - - - + + + net9.0 + false + CA1707;CA1416 + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + + \ No newline at end of file diff --git a/Daqifi.Desktop.DataModel/Daqifi.Desktop.DataModel.csproj b/Daqifi.Desktop.DataModel/Daqifi.Desktop.DataModel.csproj index dcd44231..dd313c50 100644 --- a/Daqifi.Desktop.DataModel/Daqifi.Desktop.DataModel.csproj +++ b/Daqifi.Desktop.DataModel/Daqifi.Desktop.DataModel.csproj @@ -1,21 +1,21 @@ - - - - net9.0 - enable - enable - - - 3.0.0.0 - 3.0.0.0 - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - + + + + net9.0 + enable + enable + + + 3.0.0.0 + 3.0.0.0 + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + diff --git a/Daqifi.Desktop.IO.Test/Daqifi.Desktop.IO.Test.csproj b/Daqifi.Desktop.IO.Test/Daqifi.Desktop.IO.Test.csproj index 794e6c9b..70adc62f 100644 --- a/Daqifi.Desktop.IO.Test/Daqifi.Desktop.IO.Test.csproj +++ b/Daqifi.Desktop.IO.Test/Daqifi.Desktop.IO.Test.csproj @@ -1,22 +1,22 @@ - - - net9.0 - false - CA1707;CA1416 - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - - - - - - - - - + + + net9.0 + false + CA1707;CA1416 + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + + + + + + + + \ No newline at end of file diff --git a/Daqifi.Desktop.IO/Daqifi.Desktop.IO.csproj b/Daqifi.Desktop.IO/Daqifi.Desktop.IO.csproj index 8e7da8e4..c367830b 100644 --- a/Daqifi.Desktop.IO/Daqifi.Desktop.IO.csproj +++ b/Daqifi.Desktop.IO/Daqifi.Desktop.IO.csproj @@ -1,23 +1,23 @@ - - - net9.0 - enable - enable - - - 3.0.0.0 - 3.0.0.0 - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - + + + net9.0 + enable + enable + + + 3.0.0.0 + 3.0.0.0 + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + +