Skip to content

Commit 3d72c9e

Browse files
authored
Fixed a filename typo preventing successful builds on Linux (where file systems are case-sensitive). (#1040)
1 parent 546f3ad commit 3d72c9e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

src/DynamicData.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".other", ".other", "{DFCC45
1111
..\.gitignore = ..\.gitignore
1212
..\.github\workflows\ci-build.yml = ..\.github\workflows\ci-build.yml
1313
Directory.Build.props = Directory.Build.props
14-
Directory.build.targets = Directory.build.targets
14+
Directory.Build.targets = Directory.Build.targets
1515
global.json = global.json
1616
..\nuget.config = ..\nuget.config
1717
..\README.md = ..\README.md

0 commit comments

Comments
 (0)