diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9d602c0ad..0d95584ac 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,19 +9,29 @@ updates: directory: "/CSharpBible" # Location of package manifests schedule: interval: "weekly" + target-branch: "CSharpBible" + - package-ecosystem: "nuget" # See documentation for possible values directory: "/TestStatements" # Location of package manifests schedule: interval: "weekly" + target-branch: "TestStatements" + - package-ecosystem: "nuget" # See documentation for possible values directory: "/JC-AMS" # Location of package manifests schedule: interval: "weekly" + target-branch: "JC-AMS" + - package-ecosystem: "nuget" # See documentation for possible values directory: "/Transpiler_pp" # Location of package manifests schedule: interval: "weekly" + target-branch: "Transpiler_pp" + - package-ecosystem: "nuget" # See documentation for possible values directory: "/GenFreeWin" # Location of package manifests schedule: interval: "weekly" + target-branch: "GenFreeWin" + diff --git a/JC-AMS/Core.Tests/Core.Tests.csproj b/JC-AMS/Core.Tests/Core.Tests.csproj index 47a76d534..fc31d4a9c 100644 --- a/JC-AMS/Core.Tests/Core.Tests.csproj +++ b/JC-AMS/Core.Tests/Core.Tests.csproj @@ -8,10 +8,10 @@ - + - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/JC-AMS/Core/Core.csproj b/JC-AMS/Core/Core.csproj index eaebadb8a..8325e30c3 100644 --- a/JC-AMS/Core/Core.csproj +++ b/JC-AMS/Core/Core.csproj @@ -34,7 +34,7 @@ - + diff --git a/Transpiler_pp/Analyzer1/Analyzer1.CodeFixes/Analyzer1.CodeFixes.csproj b/Transpiler_pp/Analyzer1/Analyzer1.CodeFixes/Analyzer1.CodeFixes.csproj index 48d922933..745e8b18b 100644 --- a/Transpiler_pp/Analyzer1/Analyzer1.CodeFixes/Analyzer1.CodeFixes.csproj +++ b/Transpiler_pp/Analyzer1/Analyzer1.CodeFixes/Analyzer1.CodeFixes.csproj @@ -7,7 +7,7 @@ - + diff --git a/Transpiler_pp/Analyzer1/Analyzer1/Analyzer1.csproj b/Transpiler_pp/Analyzer1/Analyzer1/Analyzer1.csproj index 7176c81d7..7563265ef 100644 --- a/Transpiler_pp/Analyzer1/Analyzer1/Analyzer1.csproj +++ b/Transpiler_pp/Analyzer1/Analyzer1/Analyzer1.csproj @@ -9,8 +9,8 @@ - - + + diff --git a/Transpiler_pp/TranspilerLibTests/TranspilerLibTests.csproj b/Transpiler_pp/TranspilerLibTests/TranspilerLibTests.csproj index e24be1453..df3f918ce 100644 --- a/Transpiler_pp/TranspilerLibTests/TranspilerLibTests.csproj +++ b/Transpiler_pp/TranspilerLibTests/TranspilerLibTests.csproj @@ -28,7 +28,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive