Closed lipmas closed 5 years ago
@lipmas I recommend that you just change "netstandard2.0" to use <PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="2.1.0" />
(The Long Term Support version)
Think at some point the dependency should be removed.
Please use a binding redirect instead.
Still think it is wrong that netstandard2.0 points to "bleeding edge" NetCore22-versions instead of LongTermSupport-NetCore21
Fixes version conflict in netcoreapp2.1 projects including the
Microsoft.AspNetCore.App
package.Resolves #85