Skip to content

Commit 1d408e5

Browse files
committed
fix include file
1 parent 6a25fe6 commit 1d408e5

File tree

1 file changed

+0
-17
lines changed
  • aspnetcore/fundamentals/index/includes

1 file changed

+0
-17
lines changed

aspnetcore/fundamentals/index/includes/index8.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,5 @@
11
:::moniker range="= aspnetcore-8.0"
22

3-
---
4-
title: ASP.NET Core fundamentals overview
5-
author: tdykstra
6-
description: Learn the fundamental concepts for building ASP.NET Core apps, including dependency injection (DI), configuration, middleware, and more.
7-
monikerRange: '>= aspnetcore-3.1'
8-
ms.author: tdykstra
9-
ms.custom: mvc
10-
ms.date: 08/01/2024
11-
uid: fundamentals/index
12-
---
13-
# ASP.NET Core fundamentals overview
14-
15-
[!INCLUDE[](~/includes/not-latest-version.md)]
16-
17-
:::moniker range=">= aspnetcore-8.0"
18-
193
This article provides an overview of the fundamentals for building ASP.NET Core apps, including dependency injection (DI), configuration, middleware, and more.
204

215
For Blazor fundamentals guidance, which adds to or supersedes the guidance in this node, see <xref:blazor/fundamentals/index>.
@@ -232,4 +216,3 @@ For more information, see <xref:fundamentals/static-files>.
232216
* [WebApplicationBuilder source code](https://github.com/dotnet/aspnetcore/blob/v6.0.1/src/DefaultBuilder/src/WebApplicationBuilder.cs)
233217

234218
:::moniker-end
235-

0 commit comments

Comments
 (0)