I'm getting the error “Microsoft.AspNetCore.Hosting.Abstractions, Version=3.1.0.0” in .NET Core 3.1 app
问题 The latest version of "Microsoft.AspNetCore.Hosting.Abstractions" is 2.2.0, so I'm not sure where it's getting 3.1.0.0. I've gone through all of my .csproj files, and all of them are referencing 2.2.0. I'm not sure where else to look. I have 3 different applications (solutions) that share projects, and this is happening on all of them at different times. One of them works if I publish it from VS, but I'd like to try to get them deployed using Azure DevOps release pipeline. 回答1: The Nuget