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