RDunkley / XML-To-Data-Class

Tool to Generate C# custom data classes from an XML file.
Apache License 2.0
0 stars 0 forks source link

Add support to generate .Net Standard libraries. #43

Closed RDunkley closed 5 years ago

RDunkley commented 5 years ago

Right now the tool creates .Net Framework VS projects. Add the ability to create a .Net Standard Library (should be default now).

RDunkley commented 5 years ago

Added in the latest commit. Will now target .Net standard 2.0 for all generated projects.