|
1 | | -:::moniker range="< aspnetcore-9.0" |
| 1 | +:::moniker range="< aspnetcore-10.0" |
2 | 2 | > [!NOTE] |
3 | | -> This isn't the latest version of this article. For the current release, see the [.NET 9 version of this article](?view=aspnetcore-9.0&preserve-view=true). |
| 3 | +> This isn't the latest version of this article. For the current release, see the [.NET 10 version of this article](?view=aspnetcore-10.0&preserve-view=true). |
4 | 4 | :::moniker-end |
5 | 5 |
|
6 | | -:::moniker range="> aspnetcore-9.0" |
| 6 | +<!-- Exclude until .NET 11 preview is added to the version selector collection |
| 7 | +:::moniker range="> aspnetcore-10.0" |
7 | 8 | > [!IMPORTANT] |
8 | 9 | > This information relates to a pre-release product that may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here. |
9 | 10 | > |
10 | | -> For the current release, see the [.NET 9 version of this article](?view=aspnetcore-9.0&preserve-view=true). |
| 11 | +> For the current release, see the [.NET 10 version of this article](?view=aspnetcore-10.0&preserve-view=true). |
11 | 12 | :::moniker-end |
| 13 | +--> |
12 | 14 |
|
13 | 15 | <!-- |
14 | 16 | Include either this file or 'not-latest-version.md' at the top of articles. |
15 | 17 |
|
16 | 18 | 'not-latest-version.md': Includes not-supported content. |
17 | 19 | 'not-latest-version-without-not-supported-content.md' (this file): Doesn't include not-supported content. |
18 | 20 |
|
19 | | -Use this file in articles that target >=8.0 until 9.0 reaches EOL, and then update those |
| 21 | +Use this file in articles that target >=8.0 until 10.0 reaches EOL, and then update those |
20 | 22 | articles to use 'not-latest-version.md'. For articles that target >=7.0, 'not-latest-version.md' |
21 | 23 | can be used without creating a zone/file moniker range mismatch error. |
22 | 24 |
|
23 | 25 | When a new version is released, it might be necessary to temporarily comment out the current version |
24 | 26 | moniker range section until the new moniker is created. |
25 | 27 |
|
26 | 28 | Markdown to include this file: |
27 | | -
|
28 | 29 | [!INCLUDE[](~/includes/not-latest-version-without-not-supported-content.md)] |
29 | 30 | --> |
0 commit comments