-
Notifications
You must be signed in to change notification settings - Fork 591
Use Microsoft.Extensions.Logging.Abstractions instead of Microsoft.Extensions.Logging to reduce dependencies. #827
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
Conversation
…ted during packaging for SDK-style projects.
…ted during packaging for SDK-style projects.
|
We need the .nuspec for our CI auto-release based on $version in there, so it should not be removed. |
|
@badrishc But where are the related scripts? |
…ted during packaging for SDK-style projects.
|
We can look into whether using this instead of $version is possible in our internal release pipeline. But generally would rather not fix something that isn't broken. |

Fixes #717 because Microsoft.Extensions.Logging.Abstractions has very few dependencies.#717 appears to have been fixed elsewhere, and now references to higher versions of Microsoft.Extensions.Logging.Abstractions work properly in the Microsoft.Azure.Functions.Worker.Sdk project.