serilog / serilog-sinks-xamarin

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

housekeeping: Converted to PackageReferences #16

Closed RLittlesII closed 5 years ago

RLittlesII commented 5 years ago

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

Moving to PackageReference instead of packages.config

What is the current behavior? (You can also link to an open issue here)

projects are currently using packages.config

What is the new behavior (if this is a feature change)?

Projects will no longer use packages.config and will now source packages using the new PackageReference in csproj

Does this PR introduce a breaking change?

Might break the build depending on the Visual Studio version