Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2020-09-25 10:35:43 +0300
committerGitHub <noreply@github.com>2020-09-25 10:35:43 +0300
commit1ed1337163b4239d9782e05997d563ee03bde661 (patch)
tree0de572f23454753753a9eaa99e6c743597310278 /Directory.Build.props
parentfe430b87123dd2c0f864c35a2150cfc9f1cb8b8c (diff)
Enable some code analyzers and make the build pass (#1505)
Diffstat (limited to 'Directory.Build.props')
-rw-r--r--Directory.Build.props1
1 files changed, 1 insertions, 0 deletions
diff --git a/Directory.Build.props b/Directory.Build.props
index e1fcd8960..4f3900653 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -20,6 +20,7 @@
<Import Project="Sdk.props" Sdk="Microsoft.DotNet.Arcade.Sdk" Condition="'$(MonoBuild)' == ''" />
<!-- Still use global versions even if not using arcade. -->
<Import Project="eng/Versions.props" Condition="'$(MonoBuild)' != ''" />
+ <Import Project="eng/Analyzers.props" />
<PropertyGroup>
<IsPackable>false</IsPackable>
<PackageLicenseExpression>MIT</PackageLicenseExpression>