-
Notifications
You must be signed in to change notification settings - Fork 764
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Last modification times are missing for all extension DLLs #2774
Comments
This is a duplicate of #2750 |
This issue has been resolved and has not had any activity for 1 day. It will be closed for housekeeping purposes. See our Issue Management Policies for more information. |
I have make a test with EF Core in project A. and then I want published Project B in nugets packages and retrieve dependencies and
Error during publish:
|
Last modification time of all Microsoft.Extensions.*.dll files are missing in v3.1. It was not empty in v3.0.
This causes error while I want to create a DotNet Global Tool NuGet Package:
I modified last modification times of all dll files (under C:\Users\my-username\.nuget\packages folder) manually (OK, I used http://www.nirsoft.net/utils/bulk_file_changer.html) and the error has been fixed.
The text was updated successfully, but these errors were encountered: