serilog / serilog-sinks-xamarin

A Serilog sink that writes events to Xamarin mobile targets
Apache License 2.0
55 stars 18 forks source link

Upgrading to support .NET Standard 2.0 and moving to PackageReference format #15

Closed justinwojo closed 5 years ago

justinwojo commented 5 years ago

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...) This PR addresses a few different things.

What is the current behavior? (You can also link to an open issue here) Behavior stays the same, it's just usable from a .NET Standard 2.0 project

Does this PR introduce a breaking change? Those who want to upgrade to this newest library must have their Xamarin.Android/iOS versions upgraded to the minimum supported for .NET Standard 2.0 (Xamarin.Android 8.0 and Xamarin.iOS 10.14)

Please check if the PR fulfills these requirements

Other information: When this is built and compiled to create the nuget packages, they should be built and compiled against the newest versions of Xamarin.Android and Xamarin.iOS, or least the minimum versions that support Xamarin.Android 9.0 and at least Xamarin.iOS 10.14, but preferably at least Xamarin.iOS 12.0