Skip to content

Commit 0b93ca3

Browse files
authored
Update description to include versions (#20500)
1 parent 7057f39 commit 0b93ca3

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

docs/core/compatibility/fx-core.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Breaking changes - .NET Framework to .NET Core
33
titleSuffix: ""
4-
description: Lists the breaking changes from .NET Framework to .NET Core.
4+
description: Lists the breaking changes from .NET Framework to .NET Core 1.0 - 3.1.
55
ms.date: 05/05/2020
66
---
77
# Breaking changes for migration from .NET Framework to .NET Core
88

9-
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.
9+
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.
1010

1111
> [!NOTE]
1212
> 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,20 +66,13 @@ If you're migrating an app from .NET Framework to .NET Core, the breaking change
6666
## Networking
6767

6868
- [WebClient.CancelAsync doesn't always cancel immediately](#webclientcancelasync-doesnt-always-cancel-immediately)
69-
- [Cookie Path handling now conforms to RFC 6265](#cookie-path-handling-now-conforms-to-rfc-6265)
7069

7170
### .NET Core 2.0
7271

7372
[!INCLUDE [behavior-change-webclient-cancelasync](../../../includes/core-changes/networking/2.0/behavior-change-webclient-cancelasync.md)]
7473

7574
***
7675

77-
### .NET 5.0
78-
79-
[!INCLUDE [cookie-path-conforms-to-rfc6265](../../../includes/core-changes/networking/5.0/cookie-path-conforms-to-rfc6265.md)]
80-
81-
***
82-
8376
## Windows Forms
8477

8578
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.

0 commit comments

Comments
 (0)