From dd7309e18b8060c844da1bf39c96220ea8ed528a Mon Sep 17 00:00:00 2001 From: guardrex <1622880+guardrex@users.noreply.github.com> Date: Sun, 8 Jun 2025 20:14:36 -0400 Subject: [PATCH 1/2] Update article version --- aspnetcore/fundamentals/map-static-files.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/aspnetcore/fundamentals/map-static-files.md b/aspnetcore/fundamentals/map-static-files.md index bb212a61a181..11eb8b7536ce 100644 --- a/aspnetcore/fundamentals/map-static-files.md +++ b/aspnetcore/fundamentals/map-static-files.md @@ -2,7 +2,7 @@ title: Map static files in ASP.NET Core author: rick-anderson description: Learn how to serve and secure mapped static files and configure static file hosting middleware behaviors in an ASP.NET Core web app. -monikerRange: '>= aspnetcore-8.0' +monikerRange: '>= aspnetcore-9.0' ms.author: riande ms.custom: mvc ms.date: 3/18/2025 @@ -10,7 +10,11 @@ uid: fundamentals/map-static-files --- # Map static files in ASP.NET Core -:::moniker range=">= aspnetcore-9.0" + By [Rick Anderson](https://twitter.com/RickAndMSFT) @@ -209,5 +213,3 @@ The following code updates `IWebHostEnvironment.WebRootPath` to a non developmen * [Introduction to ASP.NET Core](xref:index) * * - -:::moniker-end From a8c048c037449c25fdb9b0ceca68d5ade6436c28 Mon Sep 17 00:00:00 2001 From: guardrex <1622880+guardrex@users.noreply.github.com> Date: Sun, 8 Jun 2025 20:20:09 -0400 Subject: [PATCH 2/2] Updates --- aspnetcore/release-notes/aspnetcore-2.2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/release-notes/aspnetcore-2.2.md b/aspnetcore/release-notes/aspnetcore-2.2.md index b38b8e5d4874..e765324d44ff 100644 --- a/aspnetcore/release-notes/aspnetcore-2.2.md +++ b/aspnetcore/release-notes/aspnetcore-2.2.md @@ -77,7 +77,7 @@ For more information, see [in-process hosting for IIS](xref:host-and-deploy/aspn 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. -For more information, see [ASP.NET Core SignalR Java client](../signalr/java-client.md?view=aspnetcore-2.2). +For more information, see [ASP.NET Core SignalR Java client](../signalr/java-client.md?view=aspnetcore-2.2&preserve-view=true). ## CORS improvements