-
Notifications
You must be signed in to change notification settings - Fork 12
Bump Serilog to 3.1.1 #26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -1,6 +1,6 @@ | |||
namespace Destructurama | |||
{ | |||
public static class LoggerConfigurationAppSettingsExtensions | |||
public static class LoggerConfigurationJsonNetExtensions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nblumhardt I think this class was initially copied from other project. I rename it in light of major version bump. OK?
@@ -1,15 +1,15 @@ | |||
<Project Sdk="Microsoft.NET.Sdk"> | |||
|
|||
<PropertyGroup> | |||
<TargetFrameworks>net452;netstandard2.0</TargetFrameworks> | |||
<TargetFrameworks>net462;netstandard2.0</TargetFrameworks> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nblumhardt Keep net462 or drop?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think there's value in 462, I'd also consider adding net6.0; no strong feelings though
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll publish net462;netstandard2.0
in v3. We can add net6 later if some issue arises.
No description provided.