We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f640ca commit 6490a54Copy full SHA for 6490a54
src/RoslynAnalyzers/Directory.Build.props
@@ -8,8 +8,11 @@
8
9
<!-- Set 'NoDefaultExcludes' to ensure that we can package .editorconfig files into our analyzer NuGet packages -->
10
<NoDefaultExcludes>true</NoDefaultExcludes>
11
-
+
12
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
13
+ </PropertyGroup>
14
15
+ <PropertyGroup Condition="'$(DotNetBuildSourceOnly)' != 'true'">
16
<DefineConstants>$(DefineConstants),ROSLYN_4_12_OR_LOWER</DefineConstants>
17
</PropertyGroup>
18
0 commit comments