diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e43c8bb53..9125fbda4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,6 +12,9 @@ updates: ignore: - dependency-name: "Microsoft.CodeAnalysis.CSharp" - dependency-name: "Microsoft.CodeAnalysis.Analyzers" + - dependency-name: "System.CommandLine" + - dependency-name: "System.CommandLine.Hosting" + - dependency-name: "System.CommandLine.Rendering" - package-ecosystem: github-actions directory: "/" schedule: diff --git a/ReQuesty.Builder/ReQuesty.Builder.csproj b/ReQuesty.Builder/ReQuesty.Builder.csproj index 79892f115..9a259a408 100644 --- a/ReQuesty.Builder/ReQuesty.Builder.csproj +++ b/ReQuesty.Builder/ReQuesty.Builder.csproj @@ -27,10 +27,10 @@ - + - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all @@ -39,6 +39,7 @@ + diff --git a/Tests/ReQuesty.Builder.IntegrationTests/ReQuesty.Builder.IntegrationTests.csproj b/Tests/ReQuesty.Builder.IntegrationTests/ReQuesty.Builder.IntegrationTests.csproj index 610181f1d..2ca06f921 100644 --- a/Tests/ReQuesty.Builder.IntegrationTests/ReQuesty.Builder.IntegrationTests.csproj +++ b/Tests/ReQuesty.Builder.IntegrationTests/ReQuesty.Builder.IntegrationTests.csproj @@ -22,7 +22,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/Tests/ReQuesty.Builder.Tests/ReQuesty.Builder.Tests.csproj b/Tests/ReQuesty.Builder.Tests/ReQuesty.Builder.Tests.csproj index 2556e44d8..30b260c56 100644 --- a/Tests/ReQuesty.Builder.Tests/ReQuesty.Builder.Tests.csproj +++ b/Tests/ReQuesty.Builder.Tests/ReQuesty.Builder.Tests.csproj @@ -21,7 +21,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/Tests/ReQuesty.Tests/ReQuesty.Tests.csproj b/Tests/ReQuesty.Tests/ReQuesty.Tests.csproj index 4debc2d30..9ab897002 100644 --- a/Tests/ReQuesty.Tests/ReQuesty.Tests.csproj +++ b/Tests/ReQuesty.Tests/ReQuesty.Tests.csproj @@ -16,7 +16,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all