Skip to content

Instantly share code, notes, and snippets.

@angelovstanton
Created January 22, 2018 21:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save angelovstanton/ce168e8ee6179e149eea574241468636 to your computer and use it in GitHub Desktop.
Save angelovstanton/ce168e8ee6179e149eea574241468636 to your computer and use it in GitHub Desktop.
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<RunCodeAnalysis>True</RunCodeAnalysis>
</PropertyGroup>
<PropertyGroup>
<CodeAnalysisRuleSet>$(SolutionDir)\StyleCopeRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<AdditionalFiles Include="$(SolutionDir)\stylecop.json" Link="stylecop.json" />
</ItemGroup>
<ItemGroup>
<None Update="StyleCopeRules.ruleset">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment