Skip to content

Commit c177395

Browse files
authored
Update article version (#35596)
1 parent b10c7e9 commit c177395

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
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

aspnetcore/release-notes/aspnetcore-2.2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ For more information, see [in-process hosting for IIS](xref:host-and-deploy/aspn
7777

7878
ASP.NET Core 2.2 introduces a Java Client for SignalR. This client supports connecting to an ASP.NET Core SignalR Server from Java code, including Android apps.
7979

80-
For more information, see [ASP.NET Core SignalR Java client](../signalr/java-client.md?view=aspnetcore-2.2).
80+
For more information, see [ASP.NET Core SignalR Java client](../signalr/java-client.md?view=aspnetcore-2.2&preserve-view=true).
8181

8282
## CORS improvements
8383

0 commit comments

Comments
 (0)