Skip to content

Commit b7b9a27

Browse files
Fix casing
1 parent a04c731 commit b7b9a27

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

SharedInfrastructure.sln

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_root", "_root", "{27502888
1919
Directory.Build.targets = Directory.Build.targets
2020
LICENSE = LICENSE
2121
README.md = README.md
22-
SixLabors.ruleset = SixLabors.ruleset
22+
sixlabors.ruleset = sixlabors.ruleset
2323
SixLabors.snk = SixLabors.snk
24-
SixLabors.Tests.ruleset = SixLabors.Tests.ruleset
24+
sixlabors.tests.ruleset = sixlabors.tests.ruleset
2525
stylecop.json = stylecop.json
2626
EndProjectSection
2727
EndProject

sixlabors.tests.ruleset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<RuleSet Name="SixLabors.Tests" ToolsVersion="16.0">
3-
<Include Path="SixLabors.ruleset" Action="Default" />
3+
<Include Path="sixlabors.ruleset" Action="Default" />
44
<Rules AnalyzerId="Microsoft.CodeAnalysis.CSharp" RuleNamespace="Microsoft.CodeAnalysis.CSharp">
55
<Rule Id="CS1591" Action="None" />
66
</Rules>

0 commit comments

Comments
 (0)