Skip to content
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

Float serilog version (4.*) to improve compatibility with other packages #19

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

CalebBe-2253
Copy link

Motivation:
Currently cannot use Serilog 4.2.0 with Serilog.Sinks.Debug without nuget warnings. I would like to use the latest serilog version for stuff I am working on :)

Changes:
Updates the .csproj to allow Serilog versions to float to the required/latest serilog minor rev.

@nblumhardt
Copy link
Member

Hi! Wildcards in CSPROJ and NUSPEC files are resolved at build time, not at install time, so this won't have the desired effect, unfortunately.

It'd be fine to PR an update to this project targeting Serilog 4.2.0.

Thanks for the help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants