Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions aspnetcore/release-notes/aspnetcore-6.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,8 @@ With ASP.NET Core 6, the tag helper can be invoked without having to specify a v

The ASP.NET Core 6.0 template for Angular now uses [Angular 12](https://blog.angular.io/angular-v12-is-now-available-32ed51fbfd49).

The React template has been updated to [React 17](https://reactjs.org/blog/2020/10/20/react-v17.html).

### Configurable buffer threshold before writing to disk in Json.NET output formatter

**Note**: We recommend using the <xref:System.Text.Json?displayProperty=fullName> output formatter except when the `Newtonsoft.Json` serializer is required for compatibility reasons. The `System.Text.Json` serializer is fully `async` and works efficiently for larger payloads.
Expand Down