Cimpress-MCP / serilog-sinks-awscloudwatch

A Serilog sink that logs to AWS CloudWatch
Apache License 2.0
67 stars 54 forks source link

AWSSDK.Core nuget package version conflicts #103

Closed kikyalex closed 3 years ago

kikyalex commented 3 years ago

Hello,

Our projects are using this library for logging to cloudwatch When installing the latest nuget package versions for other AWS libraries, I am receiving a package conflict for AWSSDK.Core as the current version of AWSSDK.CloudWatchLogs package referenced in this library does not support the latest AWSSDK.Core.

This results in package downgrades required for our projects to make use of the Serilog.Sinks.AwsCloudWatch package.

The nuget package reference for AWSSDK.CloudWatchLogs should be updated to the latest version (3.7.0.9). This should not be a breaking change and should be a simple change to update package versions.

kikyalex commented 3 years ago

I've created a PR in case it helps speeding up the fixing this issue https://github.com/Cimpress-MCP/serilog-sinks-awscloudwatch/pull/104