Skip to content

Commit bde8845

Browse files
authored
Replace mention of .NET Core 3 to .NET 6 (dotnet#6029)
That gives very stale look on the WPF. Designer is working too.
1 parent 09cc77f commit bde8845

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

Documentation/getting-started.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# Getting started with WPF for .NET Core
1+
# Getting started with WPF for .NET
22

3-
This document describes the experience of using WPF on .NET Core. The [Developer Guide](developer-guide.md) describes how to develop features and fixes for WPF.
3+
This document describes the experience of using WPF on .NET. The [Developer Guide](developer-guide.md) describes how to develop features and fixes for WPF.
44

55
## Installation
66

77
Choose one of these options:
88

9-
1. [.NET Core 3.1 SDK (recommended)](https://www.microsoft.com/net/download)
10-
2. [.NET Core 3.1 daily build (latest changes, but less stable)](https://github.com/dotnet/core/blob/main/daily-builds.md)
9+
1. [.NET 6.0 SDK (recommended)](https://www.microsoft.com/net/download)
10+
2. [.NET 7.0 daily build (latest changes, but less stable)](https://github.com/dotnet/core/blob/main/daily-builds.md)
1111

1212
## Creating new applications
1313

@@ -23,19 +23,16 @@ dotnet run
2323

2424
## Samples
2525

26-
Check out the [WPF for .NET Core 3 samples](https://github.com/dotnet/samples/tree/main/wpf) for HelloWorld example. The existing [WPF for .NET Framework samples](https://github.com/Microsoft/WPF-Samples) have also been updated to dual-target .NET Framework and .NET Core 3.
26+
Check out the [WPF for .NET samples](https://github.com/dotnet/samples/tree/main/wpf) for HelloWorld example. The existing [WPF for .NET samples](https://github.com/Microsoft/WPF-Samples) have also been updated to target .NET.
2727

2828

2929
## Documentation
3030

3131
For WPF API documentation, see the [.NET API Browser](https://docs.microsoft.com/en-us/dotnet/api/?view=netcore-3.0).
3232

33-
For conceptual documentation (architecture, how-tos, etc.) most of the [documentation for WPF for .NET Framework](https://docs.microsoft.com/en-us/visualstudio/designers/getting-started-with-wpf) applies equally well to WPF for .NET Core 3. The main differences are around project structure and lack of Designer support.
33+
For conceptual documentation (architecture, how-tos, etc.) most of the [documentation for WPF for .NET Framework](https://docs.microsoft.com/en-us/visualstudio/designers/getting-started-with-wpf) applies equally well to WPF for .NET. The main differences are around project structure and lack of Designer support.
3434

3535
## Missing features
3636

37-
* To use the XAML Designer for WPF on .NET Core 3.1 you will need VS 2019 16.4.
38-
* [XAML Browser applications (XBAPs)](https://docs.microsoft.com/en-us/dotnet/framework/wpf/app-development/wpf-xaml-browser-applications-overview) are not supported for .NET Core 3.
39-
* Not all .NET Framework features are supported for .NET Core 3. You can use the [.NET API Portability Analyzer](https://github.com/microsoft/dotnet-apiport) to see if your existing code can run on .NET Core 3.
40-
41-
A full list of supported / unsupported features will be available in a future update.
37+
* [XAML Browser applications (XBAPs)](https://docs.microsoft.com/en-us/dotnet/framework/wpf/app-development/wpf-xaml-browser-applications-overview) are not supported for .NET.
38+
* Not all .NET Framework features are supported for .NET. You can use the [.NET API Portability Analyzer](https://github.com/microsoft/dotnet-apiport) to see if your existing code can run on .NET.

0 commit comments

Comments
 (0)