Skip to content

Commit 76e54df

Browse files
authored
Merge pull request #7619 from MicrosoftDocs/phecke-devtools
Add support for VS2022
2 parents dad5096 + 510bd65 commit 76e54df

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

powerapps-docs/developer/data-platform/tools/devtools-create-plugin.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Quickstart: Create a plug-in using Power Platform Tools | Microsoft Docs"
33
description: "Learn how to create and register a Dataverse plug-in using the Power Platform Tools extension for Visual Studio."
44
ms.custom: ""
5-
ms.date: 06/20/2020
5+
ms.date: 01/27/2023
66
ms.reviewer: "pehecke"
77

88
ms.topic: "article"
@@ -25,10 +25,9 @@ If you already have an existing Dataverse solution set up, then follow these [in
2525

2626
## Prerequisites
2727

28-
- Visual Studio 2019
28+
- Visual Studio 2019 or 2022
2929
- Power Platform Tools extension for Visual Studio
30-
- C# language
31-
- .NET Framework 4.6.2 (only for plug-in or custom workflow activity development)
30+
- .NET Framework 4.6.2 is required for plug-in or custom workflow activity development
3231
- Power Apps/Dataverse subscription or a trial environment
3332

3433
## Connect to your Dataverse environment

powerapps-docs/developer/data-platform/tools/devtools-create-project.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Quickstart: Create a Power Platform Tools project | Microsoft Docs"
33
description: "Learn how to start a new Visual Studio project for plug-in or custom workflow assembly development using Power Platform Tools."
44
ms.custom: ""
5-
ms.date: 06/20/2020
5+
ms.date: 01/27/2023
66
ms.reviewer: "pehecke"
77

88
ms.topic: "article"
@@ -23,10 +23,10 @@ Like any Visual Studio solution, you begin by creating a new project. In the new
2323

2424
## Prerequisites
2525

26-
- Visual Studio 2019
26+
- Visual Studio 2019 or 2022
2727
- Power Platform Tools for Visual Studio
2828
- C# language
29-
- .NET Framework 4.6.2 (only for plug-in or custom workflow activity development)
29+
- .NET Framework 4.6.2 or greater - (plug-in and custom workflow activity development requires v4.6.2)
3030
- Power Apps/Dataverse subscription or a trial environment
3131
- Windows Workflow Foundation (only for custom workflow activity development)
3232

@@ -61,7 +61,7 @@ The easy way to create a Power Platform solution containing a CrmPackage project
6161

6262
1. In the Visual Studio new project dialog, search for and choose **Power Platform Solution Template** and then select **Next**.
6363

64-
1. Enter the requested project information, choose .NET Framework 4.6.2 or 4.7.2, and select **Create**. <p/>At this point you should see either a Dataverse login dialog or a dialog to reuse your last Dataverse connection. Do whatever is appropriate to connect to your Dataverse development environment. Never develop code in a production environment.
64+
1. Enter the requested project information, choose a .NET Framework version, and select **Create**. <p/>At this point you should see either a Dataverse login dialog or a dialog to reuse your last Dataverse connection. Do whatever is appropriate to connect to your Dataverse development environment. Never develop code in a production environment.
6565

6666
1. At the **Configure Microsoft Power Platform Solution** dialog, choose either to use an existing Dataverse solution or create a new solution. <p/>Depending on what you have chosen, you will either be prompted to enter information about the new solution or select the existing solution from a drop-down list. **Step #3 Select Solution** is displayed but won't be active until you are logged in and choose **Next** in step #2.
6767

@@ -85,7 +85,7 @@ Only projects created with a Power Platform Tools template should be added to a
8585

8686
1. Select one of the installed Power Platform Tools templates and select **Next**.
8787

88-
1. Fill in any required information and select **Create**. For a plug-in or workflow activity library, be sure to choose .NET Framework 4.6.2 (or 4.7.2).
88+
1. Fill in any required information and select **Create**. For a plug-in or workflow activity library, be sure to choose .NET Framework 4.6.2.
8989

9090
### Add an existing project to a Power Platform solution
9191

powerapps-docs/developer/data-platform/tools/devtools-install.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Install Power Platform Tools | Microsoft Docs"
33
description: "Learn how to install the Power Platform Tools extension for Visual Studio."
44
ms.custom: ""
5-
ms.date: 06/20/2022
5+
ms.date: 01/27/2023
66
ms.reviewer: "pehecke"
77

88
ms.topic: "article"
@@ -30,7 +30,7 @@ Power Platform Tools for Visual Studio supports the rapid creation, debugging, a
3030

3131
Before installing Power Platform Tools into Visual Studio you must have the following applications and frameworks installed on your development computer:
3232

33-
- Microsoft Visual Studio 2019.
33+
- Microsoft Visual Studio 2019 or 2022.
3434

3535
- .NET Framework 4.6.2 (required only for plug-in and workflow activity development)
3636

@@ -82,6 +82,7 @@ You can find a few Power Platform Tools options in Visual Studio by choosing **T
8282
### See Also
8383

8484
[Quickstart: Create a Power Platform Tools project](devtools-create-project.md)
85-
[Power Platform Tools on the Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=microsoft-IsvExpTools.PowerPlatformTools)
85+
[Power Platform Tools extension for Visual Studio 2019](https://marketplace.visualstudio.com/items?itemName=microsoft-IsvExpTools.PowerPlatformTools)
86+
[Power Platform Tools extension for Visual Studio 2022](https://marketplace.visualstudio.com/items?itemName=microsoft-IsvExpTools.PowerPlatformToolsVS2022)
8687

8788
[!INCLUDE[footer-include](../../../includes/footer-banner.md)]

0 commit comments

Comments
 (0)