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
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
@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
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)?