-
Notifications
You must be signed in to change notification settings - Fork 41
Align <VersionPrefix>
& <TargetFrameworks>
with Serilog.Extensions.Logging
(+ bump up outdated package dependencies)
#51
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
…ns.Logging` (+ bump up outdated package dependencies)
…rilog.Extensions.Logging`
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.
Thanks for this! Looks good to me, though the switch from RollingFile
to File
changes quite a bit, so we'll need to make more adjustments if we want to go that direction.
src/Serilog.Extensions.Logging.File/Microsoft/Extensions/Logging/FileLoggerExtensions.cs
Outdated
Show resolved
Hide resolved
src/Serilog.Extensions.Logging.File/Serilog.Extensions.Logging.File.csproj
Outdated
Show resolved
Hide resolved
src/Serilog.Extensions.Logging.File/Serilog.Extensions.Logging.File.csproj
Outdated
Show resolved
Hide resolved
test/Serilog.Extensions.Logging.File.Tests/Serilog.Extensions.Logging.File.Tests.csproj
Outdated
Show resolved
Hide resolved
@nblumhardt Can you add recent dotnet SDKs to AppVeyor CI? |
@mmarinchenko you should be able to update appveyor.yml in the PR, to use the Visual Studio 2022 AppVeyor worker image and have that picked up |
@nblumhardt Oh, thanks. I thought I would need an access to Serilog account at AppVeyor for this :) Done. |
LGTM! Should be a |
@nblumhardt FYI. As of 2022/03/09, we have been using |
Thanks - will open a release PR shortly 👍 |
Fixes #47.
Fixes #50.