Skip to content

Commit

Permalink
Merge pull request #27 from Qowaiv/private-assets
Browse files Browse the repository at this point in the history
Update SonarAnalyzer.CSharp to 7.3.1.5982 and made it a private asset
  • Loading branch information
Corniel Nobel committed Aug 8, 2018
2 parents df59642 + 786d630 commit 6597df1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,8 @@ insert_final_newline = true
[*.{cs,cshtml,ts}]
indent_style = space
indent_size = 4

# Project files
[*.{csproj,props}]
indent_style = space
indent_size = 2
6 changes: 4 additions & 2 deletions props/analytics.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
<Project>

<ItemGroup>
<PackageReference Include="SonarAnalyzer.CSharp" Version="6.8.2.4717" />
<PackageReference Include="SonarAnalyzer.CSharp" Version="7.3.1.5982">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>

<PropertyGroup>
<CodeAnalysisRuleSet>..\..\Qowaiv.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>

</Project>

0 comments on commit 6597df1

Please sign in to comment.