Closed
Description
This is a routine change we complete every release to update the Roslyn version used by the Razor Runtime Compilation NuGet package. This issue tracks making this update ahead of the .NET 8 release.
The Razor Runtime Compilation NuGet package needs to reference a version of Roslyn that ships as a NuGet package. However, as Roslyn doesn't follow the runtime ship schedule, ASP.NET Core manually updates this package version.
Customer Impact
This change ensures the version of Roslyn used by the Razor Runtime Compilation NuGet package is synchronized with the version of Roslyn used by the Razor Compiler (which ships as part of the SDK). Without synchronized Roslyn versions, we could have undefined behavior in our published packages.
References: