Skip to content

Commit 517ebf2

Browse files
atifazizspygi
authored andcommitted
Fix path to "Directory.Build.props" in solution file (#559)
1 parent 1af65fd commit 517ebf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LoRaEngine/LoRaEngine.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ EndProject
2323
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{67C7C34B-B11C-4E10-9D97-728FB122683F}"
2424
ProjectSection(SolutionItems) = preProject
2525
.editorconfig = .editorconfig
26-
Directory.Build.props = Directory.Build.props
26+
..\Directory.Build.props = ..\Directory.Build.props
2727
README.md = README.md
2828
EndProjectSection
2929
EndProject

0 commit comments

Comments
 (0)