From a9afd8bd02d11bd0d0359c1df89d3e35bf62ca02 Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Tue, 8 Sep 2020 11:14:03 -0700 Subject: [PATCH] Update description to include versions --- docs/core/compatibility/fx-core.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/docs/core/compatibility/fx-core.md b/docs/core/compatibility/fx-core.md index c4a5f76f3da30..b154ccae3da48 100644 --- a/docs/core/compatibility/fx-core.md +++ b/docs/core/compatibility/fx-core.md @@ -1,12 +1,12 @@ --- title: Breaking changes - .NET Framework to .NET Core titleSuffix: "" -description: Lists the breaking changes from .NET Framework to .NET Core. +description: Lists the breaking changes from .NET Framework to .NET Core 1.0 - 3.1. ms.date: 05/05/2020 --- # Breaking changes for migration from .NET Framework to .NET Core -If you're migrating an app from .NET Framework to .NET Core, the breaking changes listed in this article may affect you. Breaking changes are grouped by category, and within those categories, by the version of .NET Core in which they were introduced. +If you're migrating an app from .NET Framework to .NET Core versions 1.0 through 3.1, the breaking changes listed in this article may affect you. Breaking changes are grouped by category, and within those categories, by the version of .NET Core in which they were introduced. > [!NOTE] > This article is not a complete list of breaking changes between .NET Framework and .NET Core. The most important breaking changes are added here as we become aware of them. @@ -66,7 +66,6 @@ If you're migrating an app from .NET Framework to .NET Core, the breaking change ## Networking - [WebClient.CancelAsync doesn't always cancel immediately](#webclientcancelasync-doesnt-always-cancel-immediately) -- [Cookie Path handling now conforms to RFC 6265](#cookie-path-handling-now-conforms-to-rfc-6265) ### .NET Core 2.0 @@ -74,12 +73,6 @@ If you're migrating an app from .NET Framework to .NET Core, the breaking change *** -### .NET 5.0 - -[!INCLUDE [cookie-path-conforms-to-rfc6265](../../../includes/core-changes/networking/5.0/cookie-path-conforms-to-rfc6265.md)] - -*** - ## Windows Forms Windows Forms support was added to .NET Core in version 3.0. If you're migrating a Windows Forms app from .NET Framework to .NET Core, the breaking changes listed here may affect your app.