Skip to content

Commit eb75389

Browse files
authored
Merge pull request #34088 from dotnet/main
2 parents 9c1f966 + 4b30e0e commit eb75389

File tree

4 files changed

+25
-4
lines changed

4 files changed

+25
-4
lines changed

.openpublishing.publish.config.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,13 @@
6363
"url": "https://github.com/dotnet/AspNetCore.Docs.Samples",
6464
"branch": "main",
6565
"branch_mapping": {}
66+
},
67+
{
68+
"path_to_root": "_razor",
69+
"url": "https://github.com/dotnet/razor",
70+
"branch": "main",
71+
"include_in_build": true,
72+
"branch_mapping": {}
6673
}
6774
],
6875
"branch_target_mapping": {

aspnetcore/docfx.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@
66
"exclude": [ "**/includes/**", "***/license.md", "**/obj/**", "***/readme.md", "**/sample/**", "**/samples/**", "_site/**" ],
77
"group": "group1",
88
"src": "."
9+
},
10+
{
11+
"files": [
12+
"Compiler Breaking Changes - DotNet 8.md",
13+
"Compiler Breaking Changes - DotNet 9.md"
14+
],
15+
"exclude": [],
16+
"group": "group1",
17+
"src": "../_razor/docs",
18+
"dest": "_razor/docs"
919
}
1020
],
1121
"resource": [

aspnetcore/includes/not-latest-version.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
:::moniker range="< aspnetcore-8.0"
1+
:::moniker range="< aspnetcore-9.0"
22
> [!NOTE]
3-
> This isn't the latest version of this article. For the current release, see the [.NET 8 version of this article](?view=aspnetcore-8.0&preserve-view=true).
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).
44
:::moniker-end
55

66
:::moniker range="= aspnetcore-7.0 || = aspnetcore-5.0 || = aspnetcore-3.0 || = aspnetcore-3.1 || = aspnetcore-2.0"
77
[!INCLUDE[](~/includes/out-of-support.md)]
88
:::moniker-end
99

10-
:::moniker range="> aspnetcore-8.0"
10+
:::moniker range="> aspnetcore-9.0"
1111
> [!IMPORTANT]
1212
> 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.
1313
>
14-
> For the current release, see the [.NET 8 version of this article](?view=aspnetcore-8.0&preserve-view=true).
14+
> For the current release, see the [.NET 9 version of this article](?view=aspnetcore-9.0&preserve-view=true).
1515
:::moniker-end
1616

1717
<!--

aspnetcore/toc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -799,6 +799,10 @@ items:
799799
uid: mvc/controllers/filters
800800
- name: Razor SDK
801801
uid: razor-pages/sdk
802+
- name: Razor breaking changes since .NET 8
803+
href: ../_razor/docs/Compiler%20Breaking%20Changes%20-%20DotNet%208.md
804+
- name: Razor breaking changes since .NET 9
805+
href: ../_razor/docs/Compiler%20Breaking%20Changes%20-%20DotNet%209.md
802806
- name: View components
803807
uid: mvc/views/view-components
804808
- name: View compilation

0 commit comments

Comments
 (0)