Skip to content

Commit 97463ee

Browse files
author
Chris Maunder
committed
Corrected FilePath for non-windows
1 parent 0f19ebe commit 97463ee

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/demos/modules/DotNetLongProcess/modulesettings.development.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
"DotNetLongProcess": {
55
"LaunchSettings": {
6-
"FilePath": "bin\\Debug\\net9.0\\DotNetLongProcess.dll"
6+
"FilePath": "bin/Debug/net9.0/DotNetLongProcess.dll"
77
}
88
}
99
}

src/demos/modules/DotNetLongProcess/modulesettings.windows.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
"DotNetLongProcess": {
55
"LaunchSettings": {
6-
"FilePath": "bin\\DotNetLongProcess.exe"
6+
"FilePath": "bin/DotNetLongProcess.exe"
77
}
88
}
99
}

src/demos/modules/DotNetSimple/modulesettings.development.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
"DotNetSimple": {
55
"LaunchSettings": {
6-
"FilePath": "bin\\Debug\\net9.0\\DotNetSimple.dll"
6+
"FilePath": "bin/Debug/net9.0/DotNetSimple.dll"
77
}
88
}
99
}

src/demos/modules/DotNetSimple/modulesettings.windows.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
"DotNetSimple": {
55
"LaunchSettings": {
6-
"FilePath": "bin\\DotNetSimple.exe"
6+
"FilePath": "bin/DotNetSimple.exe"
77
}
88
}
99
}

0 commit comments

Comments
 (0)