- Open Visual Studio 2017.
- Now, open the solution from the previous recipe. Click File | Open | Open Project/Solution, or press Ctrl + Shift + O, and select the Chapter5.XmlLinq solution.
- Press Ctrl + Shift + B for a quick build to check that everything is fine.
- Now, click on the Chapter5.XmlLinq solution label. Click File | Add | New Project.
- In the Add New Project template dialog box, expand the Visual C# node in the left-hand pane.
- Select .NET Core and select Console App (.NET Core) in the right-hand pane:
- Now, in the Name: textbox, type Chapter5.XmlLinq.XmlCore as the name of the project. The rest of the fields can ...