KirillOsenkov / XmlParser

A Roslyn-inspired full-fidelity XML parser with no dependencies and a simple Visual Studio XML language service
Apache License 2.0
328 stars 49 forks source link

[build] Switch to NS 2.0 and .NET 4.7.1 #18

Closed garuma closed 6 years ago

garuma commented 6 years ago

To be merged when we are ready to do the jump elsewhere

kzu commented 6 years ago

If this code is intended to ship and run under VS2017, please keep this in mind: https://github.com/github/VisualStudio/issues/1849#issuecomment-411570902

IOW, it should target net46 and no higher (or multi-target maybe? so dev16 can use ns2?).

Not sure which .NET will be the one that runs dev16, but I'm guessing it's likely it will be 471 or maybe higher by the time it ships.

garuma commented 6 years ago

This is purely for Dev16 which will be NS2 compatible

kzu commented 6 years ago

Great!