Release 8.0.0.15779
[platform/core/csapi/tizenfx.git] / build / analyzers.props
index 23a35fc..155a515 100644 (file)
@@ -1,17 +1,14 @@
 <Project>
 
+  <PropertyGroup>
+    <CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)Global.ruleset</CodeAnalysisRuleSet>
+  </PropertyGroup>
+
   <ItemGroup >
-    <PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.6.1">
+    <PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="3.0.0">
       <PrivateAssets>all</PrivateAssets>
       <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
     </PackageReference>
   </ItemGroup>
 
-  <ItemGroup>
-    <Compile Include="$(MSBuildThisFileDirectory)GlobalSuppressions.cs">
-      <Link>_TizenFX_GlobalSuppressions.cs</Link>
-      <Visible>False</Visible>
-    </Compile>
-  </ItemGroup>
-
 </Project>
\ No newline at end of file