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

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -