Skip to content

Commit 5bad969

Browse files
committed
Resolve pr feedback
* Removed comment * Adjusted casing of ruleset reference
1 parent 3c374cf commit 5bad969

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

src/Directory.Build.props

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
</PropertyGroup>
2727

2828
<ItemGroup>
29-
<!-- DynamicProxyGenAssembly2 is needed so Moq can use our internals -->
30-
3129
<InternalsVisibleTo Include="SixLabors.PolygonClipper.Tests" Key="$(SixLaborsPublicKey)" />
3230
</ItemGroup>
3331

tests/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<Import Project="$(MSBuildThisFileDirectory)..\Directory.Build.props" />
1818

1919
<PropertyGroup>
20-
<CodeAnalysisRuleSet>..\sixlabors.Tests.ruleset</CodeAnalysisRuleSet>
20+
<CodeAnalysisRuleSet>..\sixlabors.tests.ruleset</CodeAnalysisRuleSet>
2121
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
2222
</PropertyGroup>
2323

0 commit comments

Comments
 (0)