Skip to content

Commit 2c5c0dc

Browse files
authored
Shipping info. (#1826)
1 parent ea8e1aa commit 2c5c0dc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/whats-new/dotnet-8.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
---
22
title: What's new in .NET MAUI for .NET 8
33
description: Learn about the new features introduced in .NET MAUI for .NET 8.
4-
ms.date: 10/24/2023
4+
ms.date: 10/26/2023
55
---
66

77
# What's new in .NET MAUI for .NET 8
88

99
.NET 8 is the successor to .NET 7 and focuses on being unified, modern, simple, and *fast*. Due to working with underlying external dependencies, such as Xcode or Android SDK Tools, the .NET Multi-platform App UI (.NET MAUI) support policy differs from the [.NET and .NET Core support policy](https://dotnet.microsoft.com/platform/support/policy/maui). For more information, see [.NET MAUI support policy](https://dotnet.microsoft.com/platform/support/policy/maui).
1010

11+
In .NET 8, .NET MAUI ships as a .NET workload and multiple NuGet packages. It can be installed via Visual Studio or the `dotnet` command line. The advantage of this approach is that it enables you to easily pin your projects to specific versions, while also enabling you to easily preview unreleased or experimental builds.
12+
1113
This article lists the new features of .NET MAUI for .NET 8 and provides links to more detailed information on each.
1214

1315
For information about what's new in .NET 8, see [What's new in .NET 8](/dotnet/core/whats-new/dotnet-8).

0 commit comments

Comments
 (0)