Skip to content

Commit e81ca27

Browse files
authored
Revert "RID-specific app breaking change (#34497)" (#34541)
This reverts commit 37aab50.
1 parent 4971b27 commit e81ca27

File tree

3 files changed

+5
-71
lines changed

3 files changed

+5
-71
lines changed

docs/core/compatibility/8.0.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,11 @@ If you're migrating an app to .NET 8, the breaking changes listed here might aff
5151

5252
## SDK
5353

54-
| Title | Type of change | Introduced |
55-
| ---------------------------------------------------------------------------------------- | ------------------------------------------------ | ---------- |
56-
| [CLI console output uses UTF-8](sdk/8.0/console-encoding.md) | Behavioral change/Source and binary incompatible | Preview 1 |
57-
| ['dotnet pack' uses Release configuration](sdk/8.0/dotnet-pack-config.md) | Behavioral change/Source incompatible | Preview 1 |
58-
| ['dotnet publish' uses Release configuration](sdk/8.0/dotnet-publish-config.md) | Behavioral change/Source incompatible | Preview 1 |
59-
| [Runtime-specific apps no longer self-contained](sdk/8.0/runtimespecific-app-default.md) | Source/binary incompatible | Preview 2 |
54+
| Title | Type of change | Introduced |
55+
| ------------------------------------------------------------------------------- | ------------------------------------------------ | ---------- |
56+
| [CLI console output uses UTF-8](sdk/8.0/console-encoding.md) | Behavioral change/Source and binary incompatible | Preview 1 |
57+
| ['dotnet pack' uses Release configuration](sdk/8.0/dotnet-pack-config.md) | Behavioral change/Source incompatible | Preview 1 |
58+
| ['dotnet publish' uses Release configuration](sdk/8.0/dotnet-publish-config.md) | Behavioral change/Source incompatible | Preview 1 |
6059

6160
## Windows Forms
6261

docs/core/compatibility/sdk/8.0/runtimespecific-app-default.md

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

docs/core/compatibility/toc.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ items:
5252
href: sdk/8.0/dotnet-pack-config.md
5353
- name: "'dotnet publish' uses Release configuration"
5454
href: sdk/8.0/dotnet-publish-config.md
55-
- name: Runtime-specific apps no longer self-contained
56-
href: sdk/8.0/runtimespecific-app-default.md
5755
- name: Windows Forms
5856
items:
5957
- name: Anchor layout changes
@@ -1288,8 +1286,6 @@ items:
12881286
href: sdk/8.0/dotnet-pack-config.md
12891287
- name: "'dotnet publish' uses Release configuration"
12901288
href: sdk/8.0/dotnet-publish-config.md
1291-
- name: Runtime-specific apps no longer self-contained
1292-
href: sdk/8.0/runtimespecific-app-default.md
12931289
- name: .NET 7
12941290
items:
12951291
- name: Automatic RuntimeIdentifier for certain projects

0 commit comments

Comments
 (0)