ProjectA ----ProjectReference(PrivateAssets=All)---> ProjectB ----PackageReference---> PackageX.2.0.0 dotnet pack ProjectA.csproj ProjectB.dll will in the package, but the dependency PackageX is missed. How to make PackageX in the nuspec? Thanks.
ProjectA ----ProjectReference(PrivateAssets=All)---> ProjectB ----PackageReference---> PackageX.2.0.0
dotnet pack ProjectA.csproj
ProjectB.dll will in the package, but the dependency PackageX is missed.
How to make PackageX in the nuspec?
Thanks.