From 5978a877f4cd837b27e8e2ab9fd48e6833dfc3d5 Mon Sep 17 00:00:00 2001 From: JohanLarsson Date: Sat, 16 May 2020 07:51:00 +0200 Subject: [PATCH] Update project files. --- ReflectionAnalyzers.Tests/ReflectionAnalyzers.Tests.csproj | 6 ++++-- ReflectionAnalyzers/ReflectionAnalyzers.csproj | 5 ++--- ValidCode/ValidCode.csproj | 4 +++- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/ReflectionAnalyzers.Tests/ReflectionAnalyzers.Tests.csproj b/ReflectionAnalyzers.Tests/ReflectionAnalyzers.Tests.csproj index f0ff75b7..37aaf11f 100644 --- a/ReflectionAnalyzers.Tests/ReflectionAnalyzers.Tests.csproj +++ b/ReflectionAnalyzers.Tests/ReflectionAnalyzers.Tests.csproj @@ -1,9 +1,11 @@  - net472 - ReflectionAnalyzers.Tests.ruleset + net48 + latest + Enable en-US + ReflectionAnalyzers.Tests.ruleset diff --git a/ReflectionAnalyzers/ReflectionAnalyzers.csproj b/ReflectionAnalyzers/ReflectionAnalyzers.csproj index f736f638..134c4173 100644 --- a/ReflectionAnalyzers/ReflectionAnalyzers.csproj +++ b/ReflectionAnalyzers/ReflectionAnalyzers.csproj @@ -2,11 +2,9 @@ netstandard2.0 - 8 + latest Enable - en-US ReflectionAnalyzers.ruleset - $(NoWarn);IDE0009 @@ -24,6 +22,7 @@ true Analyzers for System.Reflection + en-US MIT https://github.com/DotNetAnalyzers/ReflectionAnalyzers https://github.com/DotNetAnalyzers/ReflectionAnalyzers diff --git a/ValidCode/ValidCode.csproj b/ValidCode/ValidCode.csproj index 564709d1..dc86b896 100644 --- a/ValidCode/ValidCode.csproj +++ b/ValidCode/ValidCode.csproj @@ -1,7 +1,9 @@  - net472 + net48 + latest + Enable en-US ValidCode.ruleset IDE0051,IDE0052,IDE0058,IDE0059,IDE0060,IDE0067,IDE0068,IDE0069