We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c374cf commit 5bad969Copy full SHA for 5bad969
2 files changed
src/Directory.Build.props
@@ -26,8 +26,6 @@
26
</PropertyGroup>
27
28
<ItemGroup>
29
- <!-- DynamicProxyGenAssembly2 is needed so Moq can use our internals -->
30
-
31
<InternalsVisibleTo Include="SixLabors.PolygonClipper.Tests" Key="$(SixLaborsPublicKey)" />
32
</ItemGroup>
33
tests/Directory.Build.props
@@ -17,7 +17,7 @@
17
<Import Project="$(MSBuildThisFileDirectory)..\Directory.Build.props" />
18
19
<PropertyGroup>
20
- <CodeAnalysisRuleSet>..\sixlabors.Tests.ruleset</CodeAnalysisRuleSet>
+ <CodeAnalysisRuleSet>..\sixlabors.tests.ruleset</CodeAnalysisRuleSet>
21
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
22
23
0 commit comments