From 51adf5900e12ac4526dc54f7a73ea1d31e74e565 Mon Sep 17 00:00:00 2001 From: Christoph Bergmeister Date: Sat, 28 Jul 2018 21:21:34 +0100 Subject: [PATCH 1/3] Remove RuntimeFrameworkVersion as this is given by the running version of PS anyway and .Net would upgrade automatically anyway if possible --- Rules/Rules.csproj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Rules/Rules.csproj b/Rules/Rules.csproj index 9587a75dd..a6fc0d5e0 100644 --- a/Rules/Rules.csproj +++ b/Rules/Rules.csproj @@ -1,4 +1,4 @@ - + 1.17.1 @@ -6,7 +6,6 @@ Microsoft.Windows.PowerShell.ScriptAnalyzer.BuiltinRules Rules $(PackageTargetFallback) - 1.0.4 Microsoft.Windows.PowerShell.ScriptAnalyzer From ceb096f92bc8e63e13b7439a2be1219cd80d1ca5 Mon Sep 17 00:00:00 2001 From: Christoph Bergmeister Date: Sat, 28 Jul 2018 21:23:32 +0100 Subject: [PATCH 2/3] revert change of encoding --- Rules/Rules.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rules/Rules.csproj b/Rules/Rules.csproj index a6fc0d5e0..5ad8bfc72 100644 --- a/Rules/Rules.csproj +++ b/Rules/Rules.csproj @@ -1,4 +1,4 @@ - + 1.17.1 From 1e3a7331554952cc1c6f4c9efc44341e2e677265 Mon Sep 17 00:00:00 2001 From: Christoph Bergmeister Date: Sat, 28 Jul 2018 21:27:41 +0100 Subject: [PATCH 3/3] Remove PackageTargetFallback, which was a leftover from .Net Core 1.0 --- Rules/Rules.csproj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Rules/Rules.csproj b/Rules/Rules.csproj index 5ad8bfc72..4d6e28761 100644 --- a/Rules/Rules.csproj +++ b/Rules/Rules.csproj @@ -1,11 +1,10 @@ - + 1.17.1 netstandard2.0;net451 Microsoft.Windows.PowerShell.ScriptAnalyzer.BuiltinRules Rules - $(PackageTargetFallback) Microsoft.Windows.PowerShell.ScriptAnalyzer