From f6cc33d93d56e80280f4170f9dbdca683a34f213 Mon Sep 17 00:00:00 2001 From: guardrex <1622880+guardrex@users.noreply.github.com> Date: Tue, 29 Jul 2025 13:00:14 -0400 Subject: [PATCH] Update dates to rebuild articles --- aspnetcore/blazor/call-web-api.md | 2 +- aspnetcore/blazor/security/blazor-web-app-with-entra.md | 1 - aspnetcore/blazor/security/blazor-web-app-with-oidc.md | 2 +- .../webassembly/hosted-with-azure-active-directory-b2c.md | 2 +- .../security/webassembly/hosted-with-microsoft-entra-id.md | 2 +- .../microsoft-entra-id-groups-and-roles-net-5-to-7.md | 2 +- aspnetcore/release-notes/aspnetcore-5.0.md | 2 +- 7 files changed, 6 insertions(+), 7 deletions(-) diff --git a/aspnetcore/blazor/call-web-api.md b/aspnetcore/blazor/call-web-api.md index 4f37366c71e7..2c4e4cf3cb21 100644 --- a/aspnetcore/blazor/call-web-api.md +++ b/aspnetcore/blazor/call-web-api.md @@ -5,7 +5,7 @@ description: Learn how to call a web API from Blazor apps. monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 06/11/2025 +ms.date: 07/29/2025 uid: blazor/call-web-api --- # Call a web API from ASP.NET Core Blazor diff --git a/aspnetcore/blazor/security/blazor-web-app-with-entra.md b/aspnetcore/blazor/security/blazor-web-app-with-entra.md index d26140654c89..207a0bb77f4c 100644 --- a/aspnetcore/blazor/security/blazor-web-app-with-entra.md +++ b/aspnetcore/blazor/security/blazor-web-app-with-entra.md @@ -14,7 +14,6 @@ zone_pivot_groups: blazor-web-app-entra-specification This article describes how to secure a Blazor Web App with [Microsoft identity platform](/entra/identity-platform/) with [Microsoft Identity Web packages](/entra/msal/dotnet/microsoft-identity-web/) for [Microsoft Entra ID](https://www.microsoft.com/security/business/microsoft-entra) using a sample app. diff --git a/aspnetcore/blazor/security/blazor-web-app-with-oidc.md b/aspnetcore/blazor/security/blazor-web-app-with-oidc.md index 319bed21bea3..852b03bfaf29 100644 --- a/aspnetcore/blazor/security/blazor-web-app-with-oidc.md +++ b/aspnetcore/blazor/security/blazor-web-app-with-oidc.md @@ -57,7 +57,7 @@ Sample solution features: * The app securely calls a web API for weather data: - * When rendering the `Weather` component on the server, the component uses the `ServerWeatherForecaster` on the server to obtain weather data from the web API in the `MinimalApiJwt` project using a (`TokenHandler`) that attaches the access token from the to the request. + * When rendering the `Weather` component on the server, the component uses the `ServerWeatherForecaster` on the server to obtain weather data from the web API in the `MinimalApiJwt` project using a (`TokenHandler`) that attaches the access token from the to the request. * When the component is rendered on the client, the component uses the `ClientWeatherForecaster` service implementation, which uses a preconfigured (in the client project's `Program` file) to make the web API call from the server project's `ServerWeatherForecaster`. :::moniker range=">= aspnetcore-9.0" diff --git a/aspnetcore/blazor/security/webassembly/hosted-with-azure-active-directory-b2c.md b/aspnetcore/blazor/security/webassembly/hosted-with-azure-active-directory-b2c.md index 4a0d233745c4..0f2a15f4c85b 100644 --- a/aspnetcore/blazor/security/webassembly/hosted-with-azure-active-directory-b2c.md +++ b/aspnetcore/blazor/security/webassembly/hosted-with-azure-active-directory-b2c.md @@ -5,7 +5,7 @@ description: Learn how to secure a hosted ASP.NET Core Blazor WebAssembly app wi monikerRange: '>= aspnetcore-3.1 < aspnetcore-8.0' ms.author: wpickett ms.custom: mvc -ms.date: 04/07/2025 +ms.date: 07/29/2025 uid: blazor/security/webassembly/hosted-with-azure-active-directory-b2c --- # Secure a hosted ASP.NET Core Blazor WebAssembly app with Azure Active Directory B2C diff --git a/aspnetcore/blazor/security/webassembly/hosted-with-microsoft-entra-id.md b/aspnetcore/blazor/security/webassembly/hosted-with-microsoft-entra-id.md index 626978acbeb2..a5436e35ffe8 100644 --- a/aspnetcore/blazor/security/webassembly/hosted-with-microsoft-entra-id.md +++ b/aspnetcore/blazor/security/webassembly/hosted-with-microsoft-entra-id.md @@ -5,7 +5,7 @@ description: Learn how to secure a hosted ASP.NET Core Blazor WebAssembly app wi monikerRange: '>= aspnetcore-3.1 < aspnetcore-8.0' ms.author: wpickett ms.custom: "devx-track-csharp, mvc" -ms.date: 04/07/2025 +ms.date: 07/29/2025 uid: blazor/security/webassembly/hosted-with-microsoft-entra-id --- # Secure a hosted ASP.NET Core Blazor WebAssembly app with Microsoft Entra ID diff --git a/aspnetcore/blazor/security/webassembly/microsoft-entra-id-groups-and-roles-net-5-to-7.md b/aspnetcore/blazor/security/webassembly/microsoft-entra-id-groups-and-roles-net-5-to-7.md index 8abc9266d526..c4b454ea19f8 100644 --- a/aspnetcore/blazor/security/webassembly/microsoft-entra-id-groups-and-roles-net-5-to-7.md +++ b/aspnetcore/blazor/security/webassembly/microsoft-entra-id-groups-and-roles-net-5-to-7.md @@ -5,7 +5,7 @@ description: Learn how to configure Blazor WebAssembly to use Microsoft Entra ID monikerRange: '>= aspnetcore-5.0 < aspnetcore-8.0' ms.author: wpickett ms.custom: "devx-track-csharp, mvc" -ms.date: 11/12/2024 +ms.date: 07/29/2025 uid: blazor/security/webassembly/meid-groups-roles-net5to7 zone_pivot_groups: blazor-groups-and-roles --- diff --git a/aspnetcore/release-notes/aspnetcore-5.0.md b/aspnetcore/release-notes/aspnetcore-5.0.md index 0f74d1d16454..0fd936bf7a24 100644 --- a/aspnetcore/release-notes/aspnetcore-5.0.md +++ b/aspnetcore/release-notes/aspnetcore-5.0.md @@ -4,7 +4,7 @@ author: wadepickett description: Learn about the new features in ASP.NET Core in .NET 5. ms.author: wpickett ms.custom: mvc -ms.date: 10/29/2020 +ms.date: 07/29/2025 uid: aspnetcore-5.0 --- # What's new in ASP.NET Core in .NET 5