Skip to content

Bump Serilog version dependency to support Unity and .netstandard 2.0+ #188

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

Merged
merged 1 commit into from
May 6, 2021
Merged

Bump Serilog version dependency to support Unity and .netstandard 2.0+ #188

merged 1 commit into from
May 6, 2021

Conversation

bdovaz
Copy link

@bdovaz bdovaz commented May 5, 2021

I am trying to use this library in the Unity game engine but it only supports .NET Standard 2.0 onwards and the latest version of Serilog.Extensions.Logging still depends on Serilog 2.8.0 which in turn depends on System.Collections.NonGeneric and this in turn only targets .NET Standard 1.3.

https://docs.unity3d.com/Manual/dotnetProfileSupport.html

Simply upgrading from 2.8.0 to 2.9.0 solves the problem.

@nblumhardt
Copy link
Member

That's great - thanks. You should also be able to get your use case working by adding an explicit dependency on Serilog to your CSPROJ.

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