Skip to content
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

Unused dependencies in Microsoft.NET.Sdk.Functions #531

Open
pastushenkoy opened this issue Oct 16, 2021 · 0 comments
Open

Unused dependencies in Microsoft.NET.Sdk.Functions #531

pastushenkoy opened this issue Oct 16, 2021 · 0 comments

Comments

@pastushenkoy
Copy link

pastushenkoy commented Oct 16, 2021

Hello everyone.

Can anyone help me to find out why does the project Microsoft.NET.Sdk.Functions contains these package references:

    <PackageReference Include="Microsoft.Azure.WebJobs" Version="[3.0.14,3.1.0)" />
    <PackageReference Include="Microsoft.Azure.WebJobs.Extensions" Version="[3.0.5,3.1.0)" />
    <PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Http" Version="[3.0.0,3.1.0)" />
    <PackageReference Include="Microsoft.Azure.WebJobs.Script.ExtensionsMetadataGenerator" Version="$(ExtensionsMetadataGeneratorVersion)" />

If I delete them nothing changes and Generator continues to work properly.

My guess is that it is needed to pin code to particular versions of these libraries and avoid dependency hell. Can anyone confirm this guess?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants