1
0
mirror of https://github.com/oliverbooth/X10D synced 2024-11-10 03:45:41 +00:00

Remove FxCop in favour of built in analyzer

This commit is contained in:
Oliver Booth 2022-02-14 12:59:41 +00:00
parent a47bcbeaa8
commit b139d06a33

View File

@ -37,10 +37,6 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="3.3.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="System.Runtime.Experimental" Version="6.0.2-mauipre.1.22054.8">
<PrivateAssets>all</PrivateAssets>
</PackageReference>