refs: NuGet/Home#5483
This error for conflicting request for pkgA compiling lib3 could results in follow scenario:
lib1sources ( PackageReference topkgApackage )lib2sources ( PackageReference tolib1package ) ⬅ solve by use ProjectReference instead of PackageReference to lib1lib3sources ( ProjectReference tolib2source )
/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