Skip to content

Commit 1b9996b

Browse files
committed
Remove .NET SDK 5.x limitation
1 parent 7b75880 commit 1b9996b

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

articles/logic-apps/create-single-tenant-workflows-visual-studio-code.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -248,25 +248,6 @@ The authoring capability is currently available only in Visual Studio Code, but
248248

249249
## Open the workflow definition file in the designer
250250

251-
1. Check the versions that are installed on your computer by running this command:
252-
253-
`..\Users\{yourUserName}\dotnet --list-sdks`
254-
255-
If you have .NET Core SDK 5.x, this version might prevent you from opening the logic app's underlying workflow definition in the designer. Rather than uninstall this version, at your project's root folder, create a **global.json** file that references the .NET Core runtime 3.x version that you have that's later than 3.1.201, for example:
256-
257-
```json
258-
{
259-
"sdk": {
260-
"version": "3.1.8",
261-
"rollForward": "disable"
262-
}
263-
}
264-
```
265-
266-
> [!IMPORTANT]
267-
> Make sure that you explicitly add the **global.json** file in your project's
268-
> root folder from inside Visual Studio Code. Otherwise, the designer won't open.
269-
270251
1. Expand the project folder for your workflow. Open the **workflow.json** file's shortcut menu, and select **Open in Designer**.
271252

272253
![Screenshot that shows Explorer pane and shortcut window for the workflow.json file with "Open in Designer" selected.](./media/create-single-tenant-workflows-visual-studio-code/open-definition-file-in-designer.png)

0 commit comments

Comments
 (0)