markmcdowell / NLog.Targets.ElasticSearch

NLog target for Elasticsearch
MIT License
176 stars 89 forks source link

Add netcoreapp2.1 as a target framework #86

Closed lipmas closed 5 years ago

lipmas commented 5 years ago

Fixes version conflict in netcoreapp2.1 projects including the Microsoft.AspNetCore.App package.

Resolves #85

snakefoot commented 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.

markmcdowell commented 5 years ago

Please use a binding redirect instead.

snakefoot commented 5 years ago

Still think it is wrong that netstandard2.0 points to "bleeding edge" NetCore22-versions instead of LongTermSupport-NetCore21