refs: NuGet/Home#5483
This error for conflicting request for pkgA
compiling lib3
could results in follow scenario:
lib1
sources ( PackageReference topkgA
package )lib2
sources ( PackageReference tolib1
package ) ⬅ solve by use ProjectReference instead of PackageReference to lib1lib3
sources ( ProjectReference tolib2
source )
/usr/share/dotnet/sdk/3.1.200/Sdks/NuGet.Build.Tasks.Pack/buildCrossTargeting/NuGet.Build.Tasks.Pack.targets(198,5): error : The DateTimeOffset specified cannot be converted into a Zip file timestamp. (Parameter 'value')
dotnet restore -v n --disable-parallel