c# - Core 2.0 Restsharp build warnings with System.Runtime.Serialization.Formatters -
this warning on publish, dotnet command... i'm unsure how resolve. dependancies riddled yellow warning symbols (after moving 2.0). when drilling down ends dependancy on newtonsoft.json
in turn references system.runtime.serialization.formatters
.
anyone else have this, resolves it?
error
warning nu1603: restsharp.netcore 105.2.3 depends on system.runtime.serialization.formatters (>= 4.0.0-rc4-24217-03) system.runtime.serialization.formatters 4.0.0-rc4-24217-03 not found. approximate best match of system.runtime.serialization.formatters 4.3.0-preview1-24530-04 resolved.
Comments
Post a Comment