Do not enforce mods to use stylecop.
This commit is contained in:
committed by
Matthias Mailänder
parent
864cc4becc
commit
0ea6a5626f
@@ -48,7 +48,7 @@
|
|||||||
<!-- StyleCop -->
|
<!-- StyleCop -->
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" PrivateAssets="All" />
|
<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" />
|
<AdditionalFiles Include="$(EngineRootPath)/stylecop.json" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
Reference in New Issue
Block a user