Skip to content

Commit 5763796

Browse files
author
Rick Anderson
authored
Update 22-to-30.md (dotnet#14830)
1 parent d995c03 commit 5763796

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

aspnetcore/migration/22-to-30.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,10 @@ ASP.NET Core no longer produces a large number of NuGet packages features. These
127127
</ul>
128128
</details>
129129

130+
### Review breaking changes
131+
132+
[Review breaking changes](#break)
133+
130134
### Framework reference
131135

132136
Features of ASP.NET Core that were available through one of the packages listed above are available as part of the `Microsoft.AspNetCore.App` shared framework. The *shared framework* is the set of assemblies (*.dll* files) that are installed on the machine and includes a runtime component, and a targeting pack. For more information, see [The shared framework](https://natemcmaster.com/blog/2018/08/29/netcore-primitives-2/).
@@ -1068,8 +1072,12 @@ var webRootFileProvider =
10681072
#endif
10691073
```
10701074

1075+
<a name="break"></a>
1076+
10711077
## Breaking API changes
10721078

1079+
Review breaking changes:
1080+
10731081
* [Complete list of breaking changes in the ASP.NET Core 3.0 release](https://github.com/aspnet/Announcements/issues?page=2&q=is%3Aissue+is%3Aopen+label%3A%22Breaking+change%22+label%3A3.0.0)
10741082
* [Breaking API changes in Antiforgery, CORS, Diagnostics, MVC, and Routing](https://github.com/aspnet/Announcements/issues/387). This list includes breaking changes for compatibility switches.
10751083
* For a summary of 2.2-to-3.0 breaking changes across .NET Core, ASP.NET Core, and Entity Framework Core, see [Breaking changes for migration from version 2.2 to 3.0](/dotnet/core/compatibility/2.2-3.0).

0 commit comments

Comments
 (0)