Azure / diagnostics-eventflow

Microsoft Diagnostics EventFlow
MIT License
305 stars 97 forks source link

Superfluous dependencies to nuget packages #428

Closed antymon4o closed 8 months ago

antymon4o commented 8 months ago

This PR is related to #427.

Changes to EventFlow.Core Project are:

  1. Sepcify dep to System.Threading.Tasks.Parallel only when targeting netstandard1.6
  2. Remove dependency to Newtonsoft.Json Extract classes that depend on Newtonsoft.Json to e new project and add project dependency to it on the Outputs EventHub, HttpOutput, Oms, StdOutput.
karolz-ms commented 8 months ago

Updated packages have been published on Nuget. Thanks again.