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
dotnet pack creates odd dates in package using version 3.0.100-preview9-014004
After switching to the version listed above our nuget packages started having very strange dates. The first date that is being displayed is inside of the nuget packages before being unpacked. The date is 12/29/1899.
Once we unpack the package, the date changes to 12/29/1979.
This only started occuring after we upgrade from 3.0.100-preview7-012821 to 3.0.100-preview9-014004.