augustoproiete / prism-logging-serilog

Integrate Serilog with Prism in your WPF, UWP, or Xamarin Forms apps
Apache License 2.0
40 stars 2 forks source link

Add support for Net Standard 2.0 #2

Closed RLittlesII closed 4 years ago

RLittlesII commented 4 years ago

When I attempt to bring this package into a .netstandard Xamarin application, I get errors around the platform not being supported. This made sense once I looked at the fact the only valid targets are net45 and netcoreapp3.0.

I resolved this issue by adding a netstandard2.0 target.

I also added a sample application that mirrors the current samples and shows Prism logging written to a Serilog Sink.

augustoproiete commented 4 years ago

Awesome contribution @RLittlesII! Thank you for going the extra mile and implementing the demo projects too!