Closed
Description
This issue came as a result of some test failures that were encountered in #29982.
The test failures occur with the AllWebProjectsRestoreAndBuild tests that validate the webapi
template. This template has a package dependency on the Microsoft.AspNetCore.OpenApi
package.
After the merge of dotnet/aspnetcore#45979 the templates favor the 8.0 version of the packages which aren't available on NuGet and cause failures locally.
We probably want to figure out how to get the template tests to use the dotnet8 NuGet feed so we can test these in the future.
cc: @vlada-shubina