Skip to content

Commit 22905ef

Browse files
author
ecfan
committed
Fix link
1 parent d955cf9 commit 22905ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/logic-apps/includes/logic-apps-single-tenant-project-structure-visual-studio-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ In Visual Studio Code, your logic app project has either of the following types:
1111
* Extension bundle-based (Node.js), which is the default type
1212
* NuGet package-based (.NET), which you can convert from the default type
1313

14-
Based on these types, your project includes slightly different folders and files. A NuGet-based project includes a .bin folder that contains packages and other library files. A bundle-based project doesn't include the .bin folder and other files. Some scenarios require a NuGet-based project for your app to run, for example, when you want to develop and run custom built-in operations. For more information about converting your project to use NuGet, review [Enable built-connector authoring](../logic-apps/create-single-tenant-workflows-visual-studio-code.md#enable-built-in-connector-authoring).
14+
Based on these types, your project includes slightly different folders and files. A NuGet-based project includes a .bin folder that contains packages and other library files. A bundle-based project doesn't include the .bin folder and other files. Some scenarios require a NuGet-based project for your app to run, for example, when you want to develop and run custom built-in operations. For more information about converting your project to use NuGet, review [Enable built-connector authoring](../create-single-tenant-workflows-visual-studio-code.md#enable-built-in-connector-authoring).
1515

1616
For the default bundle-based project, your project has a folder and file structure that is similar to the following example:
1717

0 commit comments

Comments
 (0)