From 201705780c9eb8240faccbca906e3e9a18fc6cb8 Mon Sep 17 00:00:00 2001 From: Christoph Bergmeister Date: Mon, 25 Jul 2022 14:00:55 +0100 Subject: [PATCH 1/3] Update Microsoft.PowerShell.CrossCompatibility.csproj --- .../Microsoft.PowerShell.CrossCompatibility.csproj | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/PSCompatibilityCollector/Microsoft.PowerShell.CrossCompatibility/Microsoft.PowerShell.CrossCompatibility.csproj b/PSCompatibilityCollector/Microsoft.PowerShell.CrossCompatibility/Microsoft.PowerShell.CrossCompatibility.csproj index 0fb5d2366..eaa88be73 100644 --- a/PSCompatibilityCollector/Microsoft.PowerShell.CrossCompatibility/Microsoft.PowerShell.CrossCompatibility.csproj +++ b/PSCompatibilityCollector/Microsoft.PowerShell.CrossCompatibility/Microsoft.PowerShell.CrossCompatibility.csproj @@ -11,19 +11,21 @@ + + + - From 8171800ffd08561d3904d9b7ab6181639b1cca89 Mon Sep 17 00:00:00 2001 From: Christoph Bergmeister Date: Mon, 25 Jul 2022 14:02:04 +0100 Subject: [PATCH 2/3] Update Rules.csproj --- Rules/Rules.csproj | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Rules/Rules.csproj b/Rules/Rules.csproj index d94159b8a..038d4b149 100644 --- a/Rules/Rules.csproj +++ b/Rules/Rules.csproj @@ -13,16 +13,19 @@ - + + + + From 063adec0683ebe4eb0427bcd981ecc26a4d65761 Mon Sep 17 00:00:00 2001 From: Christoph Bergmeister Date: Mon, 25 Jul 2022 14:02:37 +0100 Subject: [PATCH 3/3] Update dependabot.yml --- .github/dependabot.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3b819b047..cd548b070 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,5 +13,4 @@ updates: - "bergmeister" ignore: - dependency-name: "System.Management.Automation" - - dependency-name: "Newtonsoft.Json" - dependency-name: "PowerShellStandard.Library"