diff --git a/aspnetcore/migration/90-to-100.md b/aspnetcore/migration/90-to-100.md index 8d335052cda2..22fdfc2a6e76 100644 --- a/aspnetcore/migration/90-to-100.md +++ b/aspnetcore/migration/90-to-100.md @@ -3,7 +3,7 @@ title: Migrate from ASP.NET Core in .NET 9 to ASP.NET Core in .NET 10 author: wadepickett description: Learn how to migrate an ASP.NET Core in .NET 9 to ASP.NET Core in .NET 10. ms.author: wpickett -ms.date: 11/10/2025 +ms.date: 04/22/2026 uid: migration/90-to-100 --- # Migrate from ASP.NET Core in .NET 9 to ASP.NET Core in .NET 10 diff --git a/aspnetcore/migration/90-to-100/includes/blazor.md b/aspnetcore/migration/90-to-100/includes/blazor.md index ae34b21d05ed..d3354f8a506c 100644 --- a/aspnetcore/migration/90-to-100/includes/blazor.md +++ b/aspnetcore/migration/90-to-100/includes/blazor.md @@ -6,7 +6,7 @@ For new feature coverage, see . *This section only applies to standalone Blazor WebAssembly apps.* -The `Properties/launchSettings.json` file is no longer used to control the environment in standalone Blazor WebAssembly apps. +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. Set the environment with the `` property in the app's project file (`.csproj`). diff --git a/aspnetcore/release-notes/aspnetcore-10.0.md b/aspnetcore/release-notes/aspnetcore-10.0.md index 9b9fe7dd2f70..f6b7ab840a89 100644 --- a/aspnetcore/release-notes/aspnetcore-10.0.md +++ b/aspnetcore/release-notes/aspnetcore-10.0.md @@ -5,7 +5,7 @@ author: wadepickett description: Learn about the new features in ASP.NET Core in .NET 10. ms.author: wpickett ms.custom: mvc -ms.date: 04/15/2026 +ms.date: 04/22/2026 uid: aspnetcore-10 --- # What's new in ASP.NET Core in .NET 10 diff --git a/aspnetcore/release-notes/aspnetcore-10/includes/blazor.md b/aspnetcore/release-notes/aspnetcore-10/includes/blazor.md index 7f38dd225b97..99f476139e52 100644 --- a/aspnetcore/release-notes/aspnetcore-10/includes/blazor.md +++ b/aspnetcore/release-notes/aspnetcore-10/includes/blazor.md @@ -233,7 +233,7 @@ For more information, see ` property in the app's project file (`.csproj`).