Skip to content

Commit dd7309e

Browse files
committed
Update article version
1 parent b10c7e9 commit dd7309e

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

aspnetcore/fundamentals/map-static-files.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,19 @@
22
title: Map static files in ASP.NET Core
33
author: rick-anderson
44
description: Learn how to serve and secure mapped static files and configure static file hosting middleware behaviors in an ASP.NET Core web app.
5-
monikerRange: '>= aspnetcore-8.0'
5+
monikerRange: '>= aspnetcore-9.0'
66
ms.author: riande
77
ms.custom: mvc
88
ms.date: 3/18/2025
99
uid: fundamentals/map-static-files
1010
---
1111
# Map static files in ASP.NET Core
1212

13-
:::moniker range=">= aspnetcore-9.0"
13+
<!-- UPDATE 10.0 - Activate at GA
14+
15+
[!INCLUDE[](~/includes/not-latest-version.md)]
16+
17+
-->
1418

1519
By [Rick Anderson](https://twitter.com/RickAndMSFT)
1620

@@ -209,5 +213,3 @@ The following code updates `IWebHostEnvironment.WebRootPath` to a non developmen
209213
* [Introduction to ASP.NET Core](xref:index)
210214
* <xref:blazor/file-uploads>
211215
* <xref:blazor/file-downloads>
212-
213-
:::moniker-end

0 commit comments

Comments
 (0)