Skip to content

Commit b1608b1

Browse files
committed
Fix
1 parent 50f2577 commit b1608b1

File tree

3 files changed

+9
-24
lines changed

3 files changed

+9
-24
lines changed

docs/core/compatibility/toc.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2042,12 +2042,20 @@ items:
20422042
items:
20432043
- name: "'GetXmlNamespaceMaps' type change"
20442044
href: wpf/9.0/xml-namespace-maps.md
2045+
- name: .NET 7
2046+
items:
2047+
- name: "Revert behavior with text drag-and-drop operations"
2048+
href: wpf/7.0/drag-and-drop.md
20452049
- name: .NET 5
20462050
items:
20472051
- name: OutputType set to WinExe
20482052
href: sdk/5.0/automatically-infer-winexe-output-type.md
20492053
- name: WPF apps use Microsoft.NET.Sdk
20502054
href: sdk/5.0/sdk-and-target-framework-change.md
2055+
- name: .NET Core 3.0
2056+
items:
2057+
- name: "Text drag-and-drop operations"
2058+
href: wpf/3.0/drag-and-drop.md
20512059
- name: XML and XSLT
20522060
items:
20532061
- name: .NET 7

docs/core/compatibility/wpf.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

docs/core/compatibility/wpf/7.0/drag-and-drop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The data type on <xref:System.Windows.DataObject?displayProperty=fullName> when
2323

2424
## Type of breaking change
2525

26-
This change is a [behavioral change](../categories.md#behavioral-change).
26+
This change is a [behavioral change](../../categories.md#behavioral-change).
2727

2828
## Reason for change
2929

0 commit comments

Comments
 (0)