Skip to content

Commit fb2b364

Browse files
committed
Fix a file path in the core test project (yay for non-case sensitive paths on windows -.-)
1 parent 07b8aa4 commit fb2b364

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

tests/CoreTests/CoreTests/CoreTests.fsproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
<EmbeddedResource Include="..\..\..\src\Plotly.NET\plotly-2.19.1.min.js.LICENSE.txt" />
1313
<!--Test charts-->
1414
<Compile Include="HTMLCodegen\Chart2D.fs" />
15-
<Compile Include="HtmlCodegen\Chart3D.fs" />
16-
<Compile Include="HtmlCodegen\ChartPolar.fs" />
17-
<Compile Include="HtmlCodegen\ChartMap.fs" />
18-
<Compile Include="HtmlCodegen\ChartTernary.fs" />
19-
<Compile Include="HtmlCodegen\ChartCarpet.fs" />
20-
<Compile Include="HtmlCodegen\ChartDomain.fs" />
21-
<Compile Include="HtmlCodegen\ChartSmith.fs" />
15+
<Compile Include="HTMLCodegen\Chart3D.fs" />
16+
<Compile Include="HTMLCodegen\ChartPolar.fs" />
17+
<Compile Include="HTMLCodegen\ChartMap.fs" />
18+
<Compile Include="HTMLCodegen\ChartTernary.fs" />
19+
<Compile Include="HTMLCodegen\ChartCarpet.fs" />
20+
<Compile Include="HTMLCodegen\ChartDomain.fs" />
21+
<Compile Include="HTMLCodegen\ChartSmith.fs" />
2222
<!--HTMLCodegen-->
2323

2424
<Compile Include="ChartAPIs\WithAxis.fs" />

0 commit comments

Comments
 (0)