You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: power-platform/developer/devtools-vs.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: "What is Power Platform Tools for Visual Studio | Microsoft Docs"
3
3
description: "Learn about the Power Platform Tools extension for Visual Studio and how to install and uninstall it."
4
4
ms.custom: ""
5
-
ms.date: 01/27/2023
5
+
ms.date: 02/04/2025
6
6
ms.reviewer: "pehecke"
7
7
ms.topic: "article"
8
8
author: "phecke"# GitHub ID
@@ -14,7 +14,7 @@ ms.author: "pehecke" # MSFT alias of Microsoft employees only
14
14
15
15
Power Platform Tools for Visual Studio supports the rapid creation, debugging, and deployment of plug-ins. Other capabilities include development of custom workflow activities, web resources, integration technologies like Azure Service endpoints and webhooks, and more.
16
16
17
-
This topic describes how to install and uninstall the tools in Visual Studio.
17
+
This topic describes how to install and uninstall the Power Platform Tools extension in Visual Studio.
@@ -27,7 +27,7 @@ Before installing Power Platform Tools into Visual Studio you must have the foll
27
27
28
28
- Microsoft Visual Studio 2019 or 2022.
29
29
30
-
- .NET Framework 4.6.2 (required only for plug-in and workflow activity development)
30
+
- .NET Framework 4.6.2 (required only for plug-in and workflow activity development), or later
31
31
32
32
- C# programming language
33
33
@@ -44,6 +44,8 @@ To install Power Platform Tools, follow these steps:
44
44
1. Expand the left navigation panel node **Online** > **Visual Studio Marketplace**. Search for "Power Platform Tools", then download and install the extension.
45
45
46
46
> [!IMPORTANT]
47
+
> There are two different tool extensions currently available for download from the [Marketplace](https://marketplace.visualstudio.com/). The extension named "Power Platform Tools" is for Visual Studio 2019. The extension named "Power Platform Tools for VS 2022" is for Visual Studio 2022.
48
+
>
47
49
> After installing Power Platform Tools, you will not find any Power Platform Tools related menu items or views in the Visual Studio user interface until you create or load a Visual Studio solution that contains at least one project created from a Power Platform Tools template.
0 commit comments