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 c936d09 commit ab476daCopy full SHA for ab476da
external/Directory.Build.targets
@@ -0,0 +1,11 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+<Project>
3
+
4
+ <!-- Don't run Roslyn analyzers on external projects -->
5
+ <PropertyGroup>
6
+ <DisableRoslynAnalyzers>True</DisableRoslynAnalyzers>
7
+ </PropertyGroup>
8
9
+ <Import Project="../Directory.Build.targets" />
10
11
+</Project>
0 commit comments