I\'m trying to upgrade a .net core 2.1 project to the latest version of Nuget packages such as Microsoft.Extensions.DependencyInjection.Abstractions 2.1.1.
However t
For me, I had the following line twice in the csproj file
Simply removing the duplicate resolved the issue