Skip to content

Commit becf563

Browse files
authored
Clarify Blazor WASM environment config for >=10.0 (#37043)
1 parent 8a5ca83 commit becf563

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

aspnetcore/migration/90-to-100.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Migrate from ASP.NET Core in .NET 9 to ASP.NET Core in .NET 10
33
author: wadepickett
44
description: Learn how to migrate an ASP.NET Core in .NET 9 to ASP.NET Core in .NET 10.
55
ms.author: wpickett
6-
ms.date: 11/10/2025
6+
ms.date: 04/22/2026
77
uid: migration/90-to-100
88
---
99
# Migrate from ASP.NET Core in .NET 9 to ASP.NET Core in .NET 10

aspnetcore/migration/90-to-100/includes/blazor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ For new feature coverage, see <xref:aspnetcore-10>.
66

77
*This section only applies to standalone Blazor WebAssembly apps.*
88

9-
The `Properties/launchSettings.json` file is no longer used to control the environment in standalone Blazor WebAssembly apps.
9+
The `Blazor-Environment` header and `Properties/launchSettings.json` file (`ASPNETCORE_ENVIRONMENT` environment variable) are no longer used to control the environment in standalone Blazor WebAssembly apps.
1010

1111
Set the environment with the `<WasmApplicationEnvironmentName>` property in the app's project file (`.csproj`).
1212

aspnetcore/release-notes/aspnetcore-10.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: wadepickett
55
description: Learn about the new features in ASP.NET Core in .NET 10.
66
ms.author: wpickett
77
ms.custom: mvc
8-
ms.date: 04/15/2026
8+
ms.date: 04/22/2026
99
uid: aspnetcore-10
1010
---
1111
# What's new in ASP.NET Core in .NET 10

aspnetcore/release-notes/aspnetcore-10/includes/blazor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ For more information, see <xref:blazor/fundamentals/static-files?view=aspnetcore
233233

234234
### Set the environment in standalone Blazor WebAssembly apps
235235

236-
The `Properties/launchSettings.json` file is no longer used to control the environment in standalone Blazor WebAssembly apps.
236+
The `Blazor-Environment` header and `Properties/launchSettings.json` file (`ASPNETCORE_ENVIRONMENT` environment variable) are no longer used to control the environment in standalone Blazor WebAssembly apps.
237237

238238
Starting in .NET 10, set the environment with the `<WasmApplicationEnvironmentName>` property in the app's project file (`.csproj`).
239239

0 commit comments

Comments
 (0)