diff --git a/Directory.Build.props b/Directory.Build.props index 86609829..da43f3cb 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,5 +1,6 @@ + netstandard2.0 true 10.0 true diff --git a/src/D2L.CodeStyle.Analyzers/D2L.CodeStyle.Analyzers.csproj b/src/D2L.CodeStyle.Analyzers/D2L.CodeStyle.Analyzers.csproj index 1d0b724d..30010aff 100644 --- a/src/D2L.CodeStyle.Analyzers/D2L.CodeStyle.Analyzers.csproj +++ b/src/D2L.CodeStyle.Analyzers/D2L.CodeStyle.Analyzers.csproj @@ -1,8 +1,6 @@  - netstandard2.0 - D2L.CodeStyle.Analyzers D2L.CodeStyle D2L.CodeStyle analyzers diff --git a/src/D2L.CodeStyle.SpecTests/D2L.CodeStyle.SpecTests.csproj b/src/D2L.CodeStyle.SpecTests/D2L.CodeStyle.SpecTests.csproj index 790fa362..edfcb45d 100644 --- a/src/D2L.CodeStyle.SpecTests/D2L.CodeStyle.SpecTests.csproj +++ b/src/D2L.CodeStyle.SpecTests/D2L.CodeStyle.SpecTests.csproj @@ -1,7 +1,4 @@ - - netstandard2.0 - all @@ -16,4 +13,4 @@ - \ No newline at end of file + diff --git a/src/D2L.CodeStyle.TestAnalyzers/D2L.CodeStyle.TestAnalyzers.csproj b/src/D2L.CodeStyle.TestAnalyzers/D2L.CodeStyle.TestAnalyzers.csproj index fc80de0b..3a4014cb 100644 --- a/src/D2L.CodeStyle.TestAnalyzers/D2L.CodeStyle.TestAnalyzers.csproj +++ b/src/D2L.CodeStyle.TestAnalyzers/D2L.CodeStyle.TestAnalyzers.csproj @@ -1,8 +1,6 @@  - netstandard2.0 - D2L.CodeStyle.TestAnalyzers D2L.CodeStyle D2L.CodeStyle test analyzers