Resolve issues with testing 8.0 templates in SDK repo #30033
Labels
Area-dotnet new
the item is related to dotnet new command
untriaged
Request triage from a team member
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 theMicrosoft.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
The text was updated successfully, but these errors were encountered: