Skip to content

Commit 7421254

Browse files
author
Wenhao Zhang
committed
Initial commit
1 parent 4f14f88 commit 7421254

File tree

1 file changed

+5
-2
lines changed
  • docs/azure/migration/appmod

1 file changed

+5
-2
lines changed

docs/azure/migration/appmod/faq.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,14 +122,17 @@ If Visual Studio fails to automatically upgrade AppCAT when a new version is ava
122122

123123
## What should I do if I see "Command failed: No .NET SDKs were found" errors?
124124

125-
This error occurs when AppCAT cannot find a compatible .NET SDK, even if you have other .NET SDKs installed. AppCAT requires the .NET 8.0 SDK to run properly.
125+
This error occurs when AppCAT cannot find a compatible .NET SDK, even if you have other .NET SDKs installed. AppCAT requires the .NET 9.0 SDK to run properly.
126126

127127
To fix this error:
128128

129-
1. Download and install the .NET 8 SDK from <https://dotnet.microsoft.com/download/dotnet/8.0>.
129+
1. Download and install the .NET 9 SDK from <https://dotnet.microsoft.com/download/dotnet/9.0>.
130130
2. Restart Visual Studio.
131131
3. Run the assessment again.
132132

133+
> [!NOTE]
134+
> The GitHub Copilot app modernization for .NET extension can automatically help you install or upgrade to .NET 9. If you have an older version of the extension, updating to the latest version will provide automatic installation assistance for the required .NET 9 SDK.
135+
133136
## Does the tool store my source code?
134137

135138
No. The tool uses GitHub Copilot in the same way you use it to modify code, and doesn't retain code snippets beyond the immediate session. Telemetry metrics are collected and analyzed to track feature usage and effectiveness.

0 commit comments

Comments
 (0)