diff --git a/eng/Packages.props b/eng/Packages.props index e316a6bccd291..b0667be4d770f 100644 --- a/eng/Packages.props +++ b/eng/Packages.props @@ -156,13 +156,13 @@ - + diff --git a/eng/targets/Imports.targets b/eng/targets/Imports.targets index d7eb15d35bfd5..4f59520c7ed19 100644 --- a/eng/targets/Imports.targets +++ b/eng/targets/Imports.targets @@ -218,6 +218,30 @@ + + + + + + + + + + + diff --git a/eng/targets/Settings.props b/eng/targets/Settings.props index 8689688301445..c916a29993ade 100644 --- a/eng/targets/Settings.props +++ b/eng/targets/Settings.props @@ -63,6 +63,8 @@ $(NoWarn);RS1041;RS1038 true + false + false diff --git a/src/CodeStyle/Core/Analyzers/Microsoft.CodeAnalysis.CodeStyle.csproj b/src/CodeStyle/Core/Analyzers/Microsoft.CodeAnalysis.CodeStyle.csproj index 82c8908463820..e6e7b24e94d83 100644 --- a/src/CodeStyle/Core/Analyzers/Microsoft.CodeAnalysis.CodeStyle.csproj +++ b/src/CodeStyle/Core/Analyzers/Microsoft.CodeAnalysis.CodeStyle.csproj @@ -11,9 +11,10 @@ true + true + true - @@ -50,4 +51,4 @@ - \ No newline at end of file + diff --git a/src/Compilers/Core/Portable/Microsoft.CodeAnalysis.csproj b/src/Compilers/Core/Portable/Microsoft.CodeAnalysis.csproj index c0fbb9f1c762d..b3262dc22fe7e 100644 --- a/src/Compilers/Core/Portable/Microsoft.CodeAnalysis.csproj +++ b/src/Compilers/Core/Portable/Microsoft.CodeAnalysis.csproj @@ -18,6 +18,8 @@ true Microsoft.CodeAnalysis.Common + true + true A shared package used by the Microsoft .NET Compiler Platform ("Roslyn"). Do not install this package manually, it will be added as a prerequisite by other packages that require it. @@ -27,14 +29,6 @@ - - diff --git a/src/Directory.Build.props b/src/Directory.Build.props new file mode 100644 index 0000000000000..2eb2b7afcf046 --- /dev/null +++ b/src/Directory.Build.props @@ -0,0 +1,6 @@ + + + + true + + diff --git a/src/Tools/Source/CompilerGeneratorTools/Source/CSharpSyntaxGenerator/CSharpSyntaxGenerator.csproj b/src/Tools/Source/CompilerGeneratorTools/Source/CSharpSyntaxGenerator/CSharpSyntaxGenerator.csproj index ee10aa95fbca4..b1a679a34e249 100644 --- a/src/Tools/Source/CompilerGeneratorTools/Source/CSharpSyntaxGenerator/CSharpSyntaxGenerator.csproj +++ b/src/Tools/Source/CompilerGeneratorTools/Source/CSharpSyntaxGenerator/CSharpSyntaxGenerator.csproj @@ -10,10 +10,9 @@ $(RoslynPortableRuntimeIdentifiers) false false + true - - @@ -27,4 +26,4 @@ - \ No newline at end of file +