Files
Umbraco-CMS/Directory.Build.props

8 lines
311 B
Plaintext
Raw Normal View History

2020-11-27 01:08:18 +00:00
<?xml version="1.0" encoding="utf-8"?>
<Project>
<!-- Package references and additional files which are consumed by all projects -->
<ItemGroup>
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.406" PrivateAssets="all" IsImplicitlyDefined="true" />
2020-11-27 01:08:18 +00:00
</ItemGroup>
</Project>