Azure-docs: Not able to install Microsoft.Azure.WebJobs.ServiceBus

Created on 7 Jun 2018  Â·  3Comments  Â·  Source: MicrosoftDocs/azure-docs

Getting these errors:
Severity Code Description Project File Line Suppression State
Error Version conflict detected for Microsoft.Azure.WebJobs. Reference the package directly from the project to resolve this issue.
Microsoft.NET.Sdk.Functions 1.0.13 -> Microsoft.Azure.WebJobs (>= 3.0.0-beta5 && < 3.1.0)
Microsoft.Azure.WebJobs.ServiceBus 2.2.0 -> Microsoft.Azure.WebJobs (= 2.2.0). 0


Document Details

⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

assigned-to-author docs-experience functionsvc triaged

Most helpful comment

@sherlonus The article has "Packages" sections for Functions 1.x and Functions 2.x that indicate which package version to install for each runtime version. Is it possible you are trying to install a Functions 1.x Service Bus package in a Functions 2.x project (SB package 3.x corresponds to Functions 2.x)?

All 3 comments

@sherlonus The article has "Packages" sections for Functions 1.x and Functions 2.x that indicate which package version to install for each runtime version. Is it possible you are trying to install a Functions 1.x Service Bus package in a Functions 2.x project (SB package 3.x corresponds to Functions 2.x)?

I forgot to include prerelease on the nuget window

please-close

Was this page helpful?
0 / 5 - 0 ratings