From 3a0a1d40881a8fd40a880d198b58e842cdcb15e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 00:23:57 +0000 Subject: [PATCH] Bump the all group with 3 updates Bumps MinVer from 7.0.0 to 8.0.0 Bumps MSTest from 4.3.3 to 4.4.0 Bumps System.CommandLine from 2.0.7 to 2.0.11 --- updated-dependencies: - dependency-name: MinVer dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: MSTest dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: System.CommandLine dependency-version: 2.0.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] --- src/cli/Pruna.CLI/Pruna.CLI.csproj | 4 ++-- src/libs/Directory.Build.props | 2 +- src/tests/IntegrationTests/Pruna.IntegrationTests.csproj | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/cli/Pruna.CLI/Pruna.CLI.csproj b/src/cli/Pruna.CLI/Pruna.CLI.csproj index 18de430..e55e2d4 100644 --- a/src/cli/Pruna.CLI/Pruna.CLI.csproj +++ b/src/cli/Pruna.CLI/Pruna.CLI.csproj @@ -18,11 +18,11 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + \ No newline at end of file diff --git a/src/libs/Directory.Build.props b/src/libs/Directory.Build.props index 3efd67a..534d8f6 100644 --- a/src/libs/Directory.Build.props +++ b/src/libs/Directory.Build.props @@ -33,7 +33,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/tests/IntegrationTests/Pruna.IntegrationTests.csproj b/src/tests/IntegrationTests/Pruna.IntegrationTests.csproj index 9c9353c..f0808fc 100644 --- a/src/tests/IntegrationTests/Pruna.IntegrationTests.csproj +++ b/src/tests/IntegrationTests/Pruna.IntegrationTests.csproj @@ -5,7 +5,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive