You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to compile my project under .net standard 2.0 with serilog setting configuration 3.1.0 and I got these errors:
warning NU1605: Detected package downgrade: System.Collections from 4.3.0 to 4.0.11. Reference the package directly from the project to select a different version.
warning NU1605: Detected package downgrade: System.IO.FileSystem.Primitives from 4.3.0 to 4.0.1. Reference the package directly from the project to select a different version.
I've set ignoring NU1605 error in the project so it can temporarily build and release. Just wondering do we have a plan to upgrade dependencies? I assume this is a dependency upgrade issue - please correct me if I was wrong.
Thanks a lot
Icearn
icearn, scavarda, gobixm, JManou, wizhi and 2 more