-
Notifications
You must be signed in to change notification settings - Fork 18
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
Missing "Date modified" causes dotnet-pack to fail #16
Comments
Hi @kamnel, thanks for reporting this! @alexmg @tillig we had the same problem here for Maybe we should update |
I added a PR updating the peer-dependency. |
PR has been merged, package updated to |
Hi,
I have recently upgraded my projects to .netcore 3.0 and upgraded to Autofac.AspNetCore.Multitenant version 2.0.0. When I am trying to create run
nuget pack
I am getting following errorI have isolated the issue to be missing modified date on Autofac.Integration.AspNetCore.Multitenant.dll.
There was a similar issue reported in another Autofac repository autofac/Autofac.Extensions.DependencyInjection#57 that is now resolved. Appreciate help with fixing the nuget package
Regards
Kamal
The text was updated successfully, but these errors were encountered: