I'm using the dotnet DotnetAffected.Tasks and in my solution several csproj are referencing other projects. When packing projects with a given version, ProjectReference are converted to a nuget dependencies with a pinned version.
My issue is that when an affected project is pack alone, its dependencies are not pack by dotnet pack (but built).
How can I add dependent projects of affected projects ?