From e5156b4ad0b55ee9d45f939ad0207e433851d122 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 01:19:18 +0000 Subject: [PATCH] Bump the nuget-dependencies group with 2 updates Bumps DemaConsulting.ApiMark.MSBuild from 0.5.0-beta.3 to 0.5.0 Bumps xunit.v3 from 4.0.0 to 4.0.1 --- updated-dependencies: - dependency-name: DemaConsulting.ApiMark.MSBuild dependency-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-dependencies - dependency-name: DemaConsulting.ApiMark.MSBuild dependency-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-dependencies - dependency-name: DemaConsulting.ApiMark.MSBuild dependency-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-dependencies - dependency-name: xunit.v3 dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-dependencies - dependency-name: xunit.v3 dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-dependencies - dependency-name: xunit.v3 dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-dependencies - dependency-name: xunit.v3 dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-dependencies - dependency-name: xunit.v3 dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-dependencies - dependency-name: xunit.v3 dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-dependencies ... Signed-off-by: dependabot[bot] --- .../DemaConsulting.AgentKit.Agents.ChatClient.csproj | 2 +- .../DemaConsulting.AgentKit.Agents.Copilot.csproj | 2 +- .../DemaConsulting.AgentKit.Core.csproj | 2 +- .../DemaConsulting.AgentKit.Tools.csproj | 2 +- .../DemaConsulting.AgentKit.Agents.ChatClient.Tests.csproj | 2 +- .../DemaConsulting.AgentKit.Agents.Copilot.Tests.csproj | 2 +- .../DemaConsulting.AgentKit.Core.Tests.csproj | 2 +- .../DemaConsulting.AgentKit.Samples.CustomTools.Tests.csproj | 2 +- ...maConsulting.AgentKit.Samples.DocumentAssistant.Tests.csproj | 2 +- .../DemaConsulting.AgentKit.Tools.Tests.csproj | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/DemaConsulting.AgentKit.Agents.ChatClient/DemaConsulting.AgentKit.Agents.ChatClient.csproj b/src/DemaConsulting.AgentKit.Agents.ChatClient/DemaConsulting.AgentKit.Agents.ChatClient.csproj index c769334..1188592 100644 --- a/src/DemaConsulting.AgentKit.Agents.ChatClient/DemaConsulting.AgentKit.Agents.ChatClient.csproj +++ b/src/DemaConsulting.AgentKit.Agents.ChatClient/DemaConsulting.AgentKit.Agents.ChatClient.csproj @@ -75,7 +75,7 @@ - + diff --git a/src/DemaConsulting.AgentKit.Agents.Copilot/DemaConsulting.AgentKit.Agents.Copilot.csproj b/src/DemaConsulting.AgentKit.Agents.Copilot/DemaConsulting.AgentKit.Agents.Copilot.csproj index edff677..cbaf8e0 100644 --- a/src/DemaConsulting.AgentKit.Agents.Copilot/DemaConsulting.AgentKit.Agents.Copilot.csproj +++ b/src/DemaConsulting.AgentKit.Agents.Copilot/DemaConsulting.AgentKit.Agents.Copilot.csproj @@ -81,7 +81,7 @@ - + diff --git a/src/DemaConsulting.AgentKit.Core/DemaConsulting.AgentKit.Core.csproj b/src/DemaConsulting.AgentKit.Core/DemaConsulting.AgentKit.Core.csproj index 55132af..dfcfa7a 100644 --- a/src/DemaConsulting.AgentKit.Core/DemaConsulting.AgentKit.Core.csproj +++ b/src/DemaConsulting.AgentKit.Core/DemaConsulting.AgentKit.Core.csproj @@ -70,7 +70,7 @@ - + diff --git a/src/DemaConsulting.AgentKit.Tools/DemaConsulting.AgentKit.Tools.csproj b/src/DemaConsulting.AgentKit.Tools/DemaConsulting.AgentKit.Tools.csproj index ea3ae57..ebdcd9c 100644 --- a/src/DemaConsulting.AgentKit.Tools/DemaConsulting.AgentKit.Tools.csproj +++ b/src/DemaConsulting.AgentKit.Tools/DemaConsulting.AgentKit.Tools.csproj @@ -74,7 +74,7 @@ - + diff --git a/test/DemaConsulting.AgentKit.Agents.ChatClient.Tests/DemaConsulting.AgentKit.Agents.ChatClient.Tests.csproj b/test/DemaConsulting.AgentKit.Agents.ChatClient.Tests/DemaConsulting.AgentKit.Agents.ChatClient.Tests.csproj index d034450..6a7122c 100644 --- a/test/DemaConsulting.AgentKit.Agents.ChatClient.Tests/DemaConsulting.AgentKit.Agents.ChatClient.Tests.csproj +++ b/test/DemaConsulting.AgentKit.Agents.ChatClient.Tests/DemaConsulting.AgentKit.Agents.ChatClient.Tests.csproj @@ -43,7 +43,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/test/DemaConsulting.AgentKit.Agents.Copilot.Tests/DemaConsulting.AgentKit.Agents.Copilot.Tests.csproj b/test/DemaConsulting.AgentKit.Agents.Copilot.Tests/DemaConsulting.AgentKit.Agents.Copilot.Tests.csproj index c2c4079..785de1f 100644 --- a/test/DemaConsulting.AgentKit.Agents.Copilot.Tests/DemaConsulting.AgentKit.Agents.Copilot.Tests.csproj +++ b/test/DemaConsulting.AgentKit.Agents.Copilot.Tests/DemaConsulting.AgentKit.Agents.Copilot.Tests.csproj @@ -48,7 +48,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/test/DemaConsulting.AgentKit.Core.Tests/DemaConsulting.AgentKit.Core.Tests.csproj b/test/DemaConsulting.AgentKit.Core.Tests/DemaConsulting.AgentKit.Core.Tests.csproj index 3f29040..9ee4fd9 100644 --- a/test/DemaConsulting.AgentKit.Core.Tests/DemaConsulting.AgentKit.Core.Tests.csproj +++ b/test/DemaConsulting.AgentKit.Core.Tests/DemaConsulting.AgentKit.Core.Tests.csproj @@ -43,7 +43,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/test/DemaConsulting.AgentKit.Samples.CustomTools.Tests/DemaConsulting.AgentKit.Samples.CustomTools.Tests.csproj b/test/DemaConsulting.AgentKit.Samples.CustomTools.Tests/DemaConsulting.AgentKit.Samples.CustomTools.Tests.csproj index 18bdc27..4e58133 100644 --- a/test/DemaConsulting.AgentKit.Samples.CustomTools.Tests/DemaConsulting.AgentKit.Samples.CustomTools.Tests.csproj +++ b/test/DemaConsulting.AgentKit.Samples.CustomTools.Tests/DemaConsulting.AgentKit.Samples.CustomTools.Tests.csproj @@ -39,7 +39,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/test/DemaConsulting.AgentKit.Samples.DocumentAssistant.Tests/DemaConsulting.AgentKit.Samples.DocumentAssistant.Tests.csproj b/test/DemaConsulting.AgentKit.Samples.DocumentAssistant.Tests/DemaConsulting.AgentKit.Samples.DocumentAssistant.Tests.csproj index 4af952a..3cac4b0 100644 --- a/test/DemaConsulting.AgentKit.Samples.DocumentAssistant.Tests/DemaConsulting.AgentKit.Samples.DocumentAssistant.Tests.csproj +++ b/test/DemaConsulting.AgentKit.Samples.DocumentAssistant.Tests/DemaConsulting.AgentKit.Samples.DocumentAssistant.Tests.csproj @@ -39,7 +39,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/test/DemaConsulting.AgentKit.Tools.Tests/DemaConsulting.AgentKit.Tools.Tests.csproj b/test/DemaConsulting.AgentKit.Tools.Tests/DemaConsulting.AgentKit.Tools.Tests.csproj index 69e6ccc..c96e64d 100644 --- a/test/DemaConsulting.AgentKit.Tools.Tests/DemaConsulting.AgentKit.Tools.Tests.csproj +++ b/test/DemaConsulting.AgentKit.Tools.Tests/DemaConsulting.AgentKit.Tools.Tests.csproj @@ -43,7 +43,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive