I'm trying to install a nuget package and I get the following error
Restoring packages for C:\git...MyProject.csproj... NU1107: Version conflict detected for Microsoft.Azure.WebJobs. Reference the package directly from the project to resolve this issue. MyProject -> Microsoft.Azure.WebJobs.Extensions.DurableTask 1.4.1 -> Microsoft.Azure.WebJobs (>= 2.2.0) MrProject -> Microsoft.NET.Sdk.Functions 1.0.6 -> Microsoft.Azure.WebJobs (= 2.1.0-beta4). Package restore failed. Rolling back package changes for 'MyProject'. Time Elapsed: 00:00:00.5872740 ========== Finished ==========
I understand the issue, but I don't understand what "Reference the package directly from the project" means. Can someone explain?