Azure/diagnostics-eventflow

update Microsoft.* dependencies

nayato opened this issue · 1 comments

It is currently impossible to use eventflow along with preview of Azure SDK for Azure Storage Blobs (which requires Microsoft.Extensions.Configuration 2.2+). Assuming the SDK will go out of preview, it will make it incompatible to use with eventflow without going through gymnastics of using different versions of the same assembly.

figured out that upgrading .net framework to 4.7.1 or higher would fix that.