Describe the bug
The NuGet package https://www.nuget.org/packages/CommunityToolkit.Aspire.Hosting.NodeJS.Extensions/13.0.0-beta.435 depends on
[Aspire.Hosting.NodeJS](https://www.nuget.org/packages/Aspire.Hosting.NodeJS/) (>= 13.0.0-preview.1.25531.6)
But with Aspire 13.0 this package has been renamed and the dependency should be on this package:
<PackageReference Include="Aspire.Hosting.JavaScript" Version="13.0.0" />
Regression
This worked prior to the v13 release of aspire.
Steps to reproduce
Try to use Aspire 13 with the NodeJS extensions lib.
Expected behavior
Package dependency should use the correct Aspire package.
Screenshots
No response
IDE and version
VS Code
IDE version
No response
Nuget packages
Additional context
No response
Help us help you
Yes, I'd like to be assigned to work on this item