You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When updating the CommunityToolkit.Aspire.Hosting.SqlDatabaseProjects package in a Directory.Packages.props file, Visual Studio gets in a nuget restore loop.
A minimal reproduction has been created, which can be found here: AspireNuGetLoop.zip
Regression
9.9.0 with .NET 9
Steps to reproduce
1. Open the provided solution
2. See the nuget restore loop happen.
3. Move from centrally managed packages to defining them in the CSPROJ directly.
4. Notice that the restore and build succeed.
Expected behavior
Works the same as when not using a Directory.Packages.props file.