We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
soninaren
No branches or pull requests
Hello everyone.
Can anyone help me to find out why does the project Microsoft.NET.Sdk.Functions contains these package references:
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?
The text was updated successfully, but these errors were encountered: