C # Don't get reference to System.Runtime.Serialization

This is the error I am getting when building a .NET Core console app:

Error CS034 The type or namespace name "Serialization" does not exist in the System.Runtime namespace (any assembly references missing?)

The thing is, when I open program.cs with visual studio I don't get any errors, but when I open the application yes.

+3


source to share





All Articles