Browse Source

Fix ruleset path. Fix #1460

js/color-alpha-handling
James Jackson-South 5 years ago
parent
commit
cb25e9fefe
  1. 2
      tests/ImageSharp.Tests.ruleset

2
tests/ImageSharp.Tests.ruleset

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<RuleSet Name="ImageSharp.Tests" ToolsVersion="16.0">
<Include Path="..\..\sharedinfrastructure\sixlabors.tests.ruleset" Action="Default" />
<Include Path="..\shared-infrastructure\sixlabors.tests.ruleset" Action="Default" />
<Rules AnalyzerId="xunit.analyzers" RuleNamespace="xunit.analyzers">
<Rule Id="xUnit1004" Action="None" />
<Rule Id="xUnit1013" Action="None" />

Loading…
Cancel
Save