Skip to content

TargetFrameworkProfile

Andrey Lipatkin edited this page Mar 4, 2015 · 1 revision

What this rule is about?

TODO

Why should I enable this rule?

TODO

How to enable/configure this rule

<Rules>
...
<TargetFrameworkProfile enabled="true">
  <Profile>Client</Profile>
  <Exception>
    <Project>ProjectToExcludeFromCheck.csproj</Project>
  </Exception>
  <Exception>
    <Project>ProjectCanHaveTargetVersion3_5.csproj</Project>
    <Profile></Profile>
  </Exception>
</TargetFrameworkProfile>
...
</Rules>