serilog / serilog-enrichers-environment

Enrich Serilog log events with properties from System.Environment.
Apache License 2.0
80 stars 33 forks source link

Update the test SDK and xunit packages in the test project #40

Closed Numpsy closed 3 years ago

Numpsy commented 4 years ago

When I grabbed the test project to use as a base for some Process enricher tests I noticed that it's using beta and preview test packages. This is just to update it to release package versions.

Numpsy commented 4 years ago

Or not, as it doesn't seem to like running the tests as .NET Core 1.0 :-(

Q. - does it need to test with netcoreapp1.0 now, or could that be replaced with one or more newer versions?

nblumhardt commented 4 years ago

I think it would be fair to bump up the major version of this package, and drop support for the netstandard1.x/netcoreapp1.x targets 👍