From 8a11c48e25199ba46fef1a2f289f88a3bb83d9f8 Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Thu, 26 Sep 2024 13:52:34 -0700 Subject: [PATCH] Fix the release notes for 8.0.402 hotfix --- release-notes/8.0/8.0.8/8.0.402.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-notes/8.0/8.0.8/8.0.402.md b/release-notes/8.0/8.0.8/8.0.402.md index c80f270977..2938cf7b8a 100644 --- a/release-notes/8.0/8.0.8/8.0.402.md +++ b/release-notes/8.0/8.0.8/8.0.402.md @@ -1,6 +1,6 @@ # .NET 8.0.402 - September 24, 2024 -Today, we are releasing an update to .NET 8.0.400 SDK due to an issue with [RestoreTask randomly fails after upgrading to latest version](https://github.com/NuGet/Home/issues/13545) fixed by [Allow @@ as a fallback](https://github.com/dotnet/razor/pull/10752). +Today, we are releasing an update to .NET 8.0.400 SDK that included a fix for NuGet: [RestoreTask randomly fails after upgrading to latest version](https://github.com/NuGet/Home/issues/13545) and a fix for Razor: [Allow @@ as a fallback](https://github.com/dotnet/razor/pull/10752). The .NET 8.0.402 release is available for download. This SDK includes the previously released .NET 8.0.8 Runtime and is in support of Visual Studio 17.11 release. The latest 8.0 release is always listed at [.NET 8.0 Releases](../README.md).