Skip to content

Commit

Permalink
Review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
bart-vmware committed Nov 15, 2023
1 parent 868485c commit a7b266b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared.props
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)\Steeltoe.Release.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>

<PropertyGroup Condition="'$(TargetFramework)' == 'net8.0'">
<PropertyGroup Condition="'$(TargetFramework)' != 'net6.0'">
<!--
https://github.com/SonarSource/sonar-dotnet/issues/6752#issuecomment-1768257155
As long as we're multi-targeting against .NET 6, its warnings are more useful.
Expand Down

0 comments on commit a7b266b

Please sign in to comment.