elastic / ecs-dotnet

https://www.elastic.co/guide/en/ecs-logging/dotnet/current/setup.html
Apache License 2.0
119 stars 59 forks source link

support .net fullframework #272

Closed HubDevUser closed 1 year ago

HubDevUser commented 1 year ago

Can you please include .netstandard2.0 in the official 8.4.0 release. We need to consume this in fullframework, the alpha1 release only contains .netstandard2.1 assemblies @Mpdreamz

Mpdreamz commented 1 year ago

Thanks for raising this

Opened https://github.com/elastic/ecs-dotnet/pull/278 to address this and made sure the dependencies in https://github.com/elastic/elastic-ingest-dotnet/releases/tag/0.3.2 now also support netstandard2.0

HubDevUser commented 1 year ago

Can you please release a new set of nugets so I can consume it?