-
Notifications
You must be signed in to change notification settings - Fork 613
Description
While looking at the master branch, I see you've got project.json files set up to support a .NET Core build from the command line, but you don't seem to currently have anything set up to work with the projects in Visual Studio now (xprojs and a solution file that references everything).
Would you mind if I opened a PR that got all of that working? If that's OK, what do you want to do with the WinRT projects and the ServiceModel project? I believe it should be possible to maintain WinRT compatibility by adding an additional framework target of netstandard1.1. Likewise, I think the ServiceModel project could be updated to xproj/project.json and just target 451.
On the other hand, if you don't care about supporting either of those in the 4.x releases, I can't just remove them.