Skip to content

Commit 1dada96

Browse files
committed
more include fixes
1 parent dc8ba4d commit 1dada96

File tree

5 files changed

+35
-35
lines changed

5 files changed

+35
-35
lines changed

docs/core/porting/github-copilot-app-modernization/how-to-upgrade-with-github-copilot.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ The modernization agent analyzes your projects and dependencies, creates an upgr
2121

2222
Before you begin, ensure you have the following requirements:
2323

24-
[!INCLUDE[github-copilot-app-mod-prereqs](../../includes/github-copilot-app-mod-prereqs.md)]
24+
[!INCLUDE[github-copilot-app-mod-prereqs](./includes/prereqs.md)]
2525

2626
## Start the upgrade process
2727

2828
The first step to upgrading is generating a plan by interacting with GitHub Copilot. Follow these steps to initiate the upgrade:
2929

30-
[!INCLUDE[github-copilot-how-to-initiate](./includes/github-copilot-how-to-initiate.md)]
30+
[!INCLUDE[github-copilot-how-to-initiate](./includes/how-to-initiate.md)]
3131

3232
## Generate an upgrade plan
3333

@@ -153,4 +153,4 @@ After completing the upgrade process:
153153

154154
## Related content
155155

156-
- [GitHub Copilot app modernization FAQ](faq.yml)
156+
- [GitHub Copilot app modernization FAQ](../faq.yml)
File renamed without changes.
Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
1-
---
2-
author: adegeo
3-
ms.author: adegeo
4-
ms.date: 09/23/2025
5-
ms.topic: include
6-
# Shared by Azure.NET app mod and .NET app mod
7-
---
8-
9-
- Windows Operating System
10-
- [Visual Studio 2022 version 17.14.16 or newer](https://visualstudio.microsoft.com/downloads/).
11-
- [.NET desktop development workload](/visualstudio/install/modify-visual-studio?view=vs-2022&preserve-view=true#change-workloads-or-individual-components) with the following optional components enabled:
12-
13-
- GitHub Copilot
14-
- GitHub Copilot app modernization for .NET
15-
16-
- Copilot license and supported subscription plan:
17-
18-
[Sign in to Visual Studio using a GitHub account](/visualstudio/ide/work-with-github-accounts) with [Copilot access](https://docs.github.com/copilot/about-github-copilot/what-is-github-copilot#getting-access-to-copilot).
19-
20-
Supported subscription plans:
21-
22-
- Copilot Pro
23-
- Copilot Pro+
24-
- Copilot Business
25-
- Copilot Enterprise
26-
27-
> [!IMPORTANT]
28-
> If you change subscriptions, you must restart Visual Studio.
29-
30-
- Code must be written in C#.
1+
---
2+
author: adegeo
3+
ms.author: adegeo
4+
ms.date: 09/23/2025
5+
ms.topic: include
6+
# Shared by Azure.NET app mod and .NET app mod
7+
---
8+
9+
- Windows Operating System
10+
- [Visual Studio 2022 version 17.14.16 or newer](https://visualstudio.microsoft.com/downloads/).
11+
- [.NET desktop development workload](/visualstudio/install/modify-visual-studio?view=vs-2022&preserve-view=true#change-workloads-or-individual-components) with the following optional components enabled:
12+
13+
- GitHub Copilot
14+
- GitHub Copilot app modernization for .NET
15+
16+
- Copilot license and supported subscription plan:
17+
18+
[Sign in to Visual Studio using a GitHub account](/visualstudio/ide/work-with-github-accounts) with [Copilot access](https://docs.github.com/copilot/about-github-copilot/what-is-github-copilot#getting-access-to-copilot).
19+
20+
Supported subscription plans:
21+
22+
- Copilot Pro
23+
- Copilot Pro+
24+
- Copilot Business
25+
- Copilot Enterprise
26+
27+
> [!IMPORTANT]
28+
> If you change subscriptions, you must restart Visual Studio.
29+
30+
- Code must be written in C#.

docs/core/porting/github-copilot-app-modernization/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ Feedback is important to Microsoft and the efficiency of this agent. Use the [Su
4444

4545
The following items are required before you can use GitHub Copilot app modernization:
4646

47-
[!INCLUDE[github-copilot-app-mod-prereqs](../../includes/github-copilot-app-mod-prereqs.md)]
47+
[!INCLUDE[github-copilot-app-mod-prereqs](./includes/prereqs.md)]
4848

4949
## How to start an upgrade or migration
5050

5151
To start an upgrade or migration, interact with GitHub Copilot, following these steps:
5252

53-
[!INCLUDE[github-copilot-how-to-initiate](./includes/github-copilot-how-to-initiate.md)]
53+
[!INCLUDE[github-copilot-how-to-initiate](./includes/how-to-initiate.md)]
5454

5555
## Upgrade .NET projects
5656

File renamed without changes.

0 commit comments

Comments
 (0)