I am trying to reuse some code from the old web api. Created brand new ASP Web Application. System.Xml.Serialization Available in 4.5.1 but not Core 5.0.
What's going on here? I thought the core was well, the core about which 4.5.1 and 4.6 could orbit.
But looking at the project.json it's like a whole new environment. Can I get things like System.Xml.Serialization or Gibraltar to work? Can I drop Core 5 and still have a MVC 6 application?
Please someone set me straight.
I am trying to reuse some code from the old web api. Created brand new ASP Web Application. System.Xml.Serialization Available in 4.5.1 but not Core 5.0.
What's going on here? I thought the core was well, the core about which 4.5.1 and 4.6 could orbit.
But looking at the project.json it's like a whole new environment. Can I get things like System.Xml.Serialization or Gibraltar to work? Can I drop Core 5 and still have a MVC 6 application?
Please someone set me straight.