Skip to content

Commit

Permalink
Revert "RID-specific app breaking change (#34497)" (#34541)
Browse files Browse the repository at this point in the history
This reverts commit 37aab50.
  • Loading branch information
gewarren authored Mar 13, 2023
1 parent 4971b27 commit e81ca27
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 71 deletions.
11 changes: 5 additions & 6 deletions docs/core/compatibility/8.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,11 @@ If you're migrating an app to .NET 8, the breaking changes listed here might aff

## SDK

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

## Windows Forms

Expand Down
61 changes: 0 additions & 61 deletions docs/core/compatibility/sdk/8.0/runtimespecific-app-default.md

This file was deleted.

4 changes: 0 additions & 4 deletions docs/core/compatibility/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ items:
href: sdk/8.0/dotnet-pack-config.md
- name: "'dotnet publish' uses Release configuration"
href: sdk/8.0/dotnet-publish-config.md
- name: Runtime-specific apps no longer self-contained
href: sdk/8.0/runtimespecific-app-default.md
- name: Windows Forms
items:
- name: Anchor layout changes
Expand Down Expand Up @@ -1288,8 +1286,6 @@ items:
href: sdk/8.0/dotnet-pack-config.md
- name: "'dotnet publish' uses Release configuration"
href: sdk/8.0/dotnet-publish-config.md
- name: Runtime-specific apps no longer self-contained
href: sdk/8.0/runtimespecific-app-default.md
- name: .NET 7
items:
- name: Automatic RuntimeIdentifier for certain projects
Expand Down

0 comments on commit e81ca27

Please sign in to comment.