Do not enforce mods to use stylecop.

This commit is contained in:
Andre Mohren
2021-08-18 09:51:44 +02:00
committed by Matthias Mailänder
parent 864cc4becc
commit 0ea6a5626f

View File

@@ -48,7 +48,7 @@
<!-- StyleCop -->
<ItemGroup>
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" PrivateAssets="All" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118" PrivateAssets="All" />
<AdditionalFiles Include="$(EngineRootPath)/stylecop.json" />
</ItemGroup>
</Project>