From e7b5fd0e3d607ef4fbf2f45ae975255f9e3f6f7b Mon Sep 17 00:00:00 2001 From: "Andy De George (adegeo)" Date: Tue, 8 Oct 2024 16:04:52 -0700 Subject: [PATCH] Fixed bad link --- docs/core/porting/upgrade-assistant-wcf.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/docs/core/porting/upgrade-assistant-wcf.md b/docs/core/porting/upgrade-assistant-wcf.md index b7dad6d6a83a7..b987bf502f21f 100644 --- a/docs/core/porting/upgrade-assistant-wcf.md +++ b/docs/core/porting/upgrade-assistant-wcf.md @@ -8,23 +8,19 @@ ms.date: 10/08/2024 # Upgrade a WCF Server-side Project to CoreWCF -> [!IMPORTANT] -> Upgrading WCF projects requires a legacy version of .NET Upgrade Assistant and isn't compatible with the latest versions. - -This article was written before the release of the Upgrade Assistant extension for Visual Studio and it uses the legacy CLI tool. For more information, see [Use the legacy .NET Upgrade Assistant](upgrade-assistant-install-legacy.md). - The .NET Upgrade Assistant is a command-line tool that can assist with upgrading an existing WCF Server-side project on .NET Framework to use CoreWCF services on .NET 6. This article provides: - Things to know before starting. - A demonstration of how to run the tool against a WCF Server-side project on .NET Framework. - Troubleshooting tips. -For more information on how to install the tool, see [Use the legacy .NET Upgrade Assistant](upgrade-assistant-install-legacy.md). - ## Things to know before starting This tool currently supports C# projects and uses [CoreWCF](https://github.com/corewcf/corewcf) to port self-hosted WCF Server-side projects to .NET 6. +> [!IMPORTANT] +> Upgrading WCF projects requires a legacy version of .NET Upgrade Assistant and isn't compatible with the latest versions. Instructions on how to install the legacy version are provided in the [Install the legacy version](#install-the-legacy-version) section. + For a WCF project to be applicable for this upgrade, it must meet the following requirements: 1. Includes a .cs file that references `System.ServiceModel` and creates new `ServiceHost`.