Skip to content

Instantly share code, notes, and snippets.

@angelovstanton
Created January 25, 2018 12:03
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/d677299f3bb65cc790a4cf76e141be77 to your computer and use it in GitHub Desktop.
Save angelovstanton/d677299f3bb65cc790a4cf76e141be77 to your computer and use it in GitHub Desktop.
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
<RuntimeIdentifiers>win10-x64</RuntimeIdentifiers>
<RunCodeAnalysis>True</RunCodeAnalysis>
</PropertyGroup>
<PropertyGroup>
<CodeAnalysisRuleSet>$(SolutionDir)\StyleCopeRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<AdditionalFiles Include="$(SolutionDir)\stylecop.json" Link="stylecop.json" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="StyleCop.Analyzers" Version="1.1.0-beta004" />
</ItemGroup>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment